Author Topic: EthernetIPforCLXcom - Timeout  (Read 3271 times)

David Bartel

  • Newbie
  • *
  • Posts: 6
    • View Profile
EthernetIPforCLXcom - Timeout
« on: October 03, 2013, 09:56:50 AM »
I have a button on my form that is used to start a machine. The standard procedure is currently to press and hold the button for 5 seconds, during which time a startup warning horn goes off. Releasing the button will abort the start up procedure.

My problem is that after exactly 3 seconds I loose the input from the button on the form. I don't get any error message or anything, it just stops writing the data to the tag.

I should point out that I am a long time PLC programmer (over 30 years) and a very short time Visual Basic programmer (I'm only on chapter 3 of Beginning Visual Basic 2012).

Does anyone have any Ideas on what might be going on?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: EthernetIPforCLXcom - Timeout
« Reply #1 on: October 03, 2013, 11:03:01 AM »
Check to see if the button you used has a MaximumHoldTime property.

David Bartel

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: EthernetIPforCLXcom - Timeout
« Reply #2 on: October 03, 2013, 11:07:55 AM »
Archie -

You hit the nail on the head! That's pretty cool that I can adjust individual buttons like that. I my case I will have only one button that needs to be greater than 3 seconds.

Thank you for your support. I know you must be extremely busy.