Author Topic: MD-HMI(4x20) Input Problem  (Read 6474 times)

nheilBRO

  • Newbie
  • Posts: 17
  • I'm a llama!
    • View Profile
MD-HMI(4x20) Input Problem
« on: July 18, 2006, 11:46:48 PM »
Hi there,

Anybody could suggest on this, I set the channel1 on my MD888+ for PWM to make it 12Vdc the output and its worked fine, I'd assigned a # for this channel on the HMI for turning ON/OFF the ch#1, now I can easily turned-ON the switch with the output of 12V but I cannot turned-OFF the ch#1. but in output 1,2,3,4,5,6 with 24Vdc I can easily ON/OFF. whats wrong in my program.

In my analysis, when ch#1 becomes 12V then I cannot trigger anymore.

thnks.
« Last Edit: July 19, 2006, 05:56:50 AM by nheilBRO »

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:MD-HMI(4x20) Input Problem
« Reply #1 on: July 19, 2006, 11:01:29 AM »
Once you used the SETPWM on the output, the PWM override the ON/OFF status of the digital output and hence you can't use it as normal digital output anymore until the PLC is reset.

So you will have to use SETPWM on this output and set to zero percent duty cycle in order to turn it OFF.
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

nheilBRO

  • Newbie
  • Posts: 17
  • I'm a llama!
    • View Profile
Re:MD-HMI(4x20) Input Problem
« Reply #2 on: July 19, 2006, 08:21:08 PM »
Hi Support,

OK...done.  Fantastic!!!!  ::)

Thanks.

nheilBRO

  • Newbie
  • Posts: 17
  • I'm a llama!
    • View Profile
Re:MD-HMI(4x20) Input Problem
« Reply #3 on: August 03, 2006, 10:48:27 PM »
hi All,

any idea.... why when an add expansion card MD-EXP1616R on my MD888+, the MD-HMI keys is not responding?

thanks in adv.

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:MD-HMI(4x20) Input Problem
« Reply #4 on: August 04, 2006, 06:24:47 AM »
When you add an expansion board EXP1616R between the PLC and the MD-HMI, the keypad I/O position is shifted by 16 places. So now the key starts from 33 to 48. Try to scoll down your input column to reveal inputs from 33 to 48 and then press the key on the MD-HMI and it should show up on the online monitoring screen.

Do ensure that you do not hot-plug unplug the MD-HMI cable from the PLC or expansion while power is ON. This can cause damage to the IC which can also cause the MD-HMI keypad to not working anymore. Hopefully in your case it is not a hardware problem.
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

nheilBRO

  • Newbie
  • Posts: 17
  • I'm a llama!
    • View Profile
Re:MD-HMI(4x20) Input Problem
« Reply #5 on: August 04, 2006, 05:22:14 PM »
thanks a lot, its working now.