Momentary PB Hold Time

CapnRon13

Member
Join Date
Mar 2017
Location
Wisconsin
Posts
6
HI,
I am getting some inadvertent button pushing from my operators(Panelview Plus 6), and I'm looking to prolong the time needed to hold down the PB before it writes to PLC(ControlLogix). Does the "Hold Time" setting in properties change the time it writes a 1, or does it change the time needed to push button before it operates?
Thanks,
Ron
 
Last edited:
HI,
I am getting some inadvertent button pushing from my operators, and I'm looking to prolong the time needed to hold down the PB before it writes to PLC. Does the "Hold Time" setting in properties change the time it writes a 1, or does it change the time needed to push button before it operates?
Thanks,
Ron

Stating your PLC and HMI types would be a good starting point.....
 
I believe the hold time is how long the button stays pressed after the operator releases the button.

A simple way could be to make the push button turn on a TON timer, with the .DN bit turning on another tag to 1.

pb_capture.PNG
 
Just a thought,

the screen could be going bad.
we have had several terminals start acting like this before the touch cell finally stayed energized, even when no one was touching the terminal.

as a temporary solution, we had to move the touchscreen buttons so we could run while I got the new one from the store room and programmed it.

we also added plc code looking for the touchscreen buttons sticking creating a fault condition.

james
 
I believe the hold time is how long the button stays pressed after the operator releases the button.

A simple way could be to make the push button turn on a TON timer, with the .DN bit turning on another tag to 1.

Yes, that is the way to do it: use PLC timer to delay the ON bit.

The Hold Time is the minimum time between button press and release.
Default is 250ms, when pressed it will write a 1 to the tag, then 250ms later (or when the button is released, whichever is later) it will write a 0 to the tag.

You want the minimum hold time to be at least 2x your maximum PLC scan time.
If your maximum PLC scan time is 125ms, then the default push button hold time of 250ms will be okay.
 

Similar Topics

It's been a long time since I played with an old PV1000. With the momentary pushbuttons, is there really no way to let you push/hold a button...
Replies
12
Views
2,948
Hello everyone, Does anybody know if there is a way of simulating the behaviour of a FTV momentary push button on iFix? I am trying to create a...
Replies
5
Views
1,761
I have GE iFIX 6.1. I have several PBs on my screens. I use the "click" option and select ToggleDigitalPoint. But this not what i want. As i have...
Replies
5
Views
1,821
Hi All Could anyone advise me on how to protect the push button on the screen from occasional touch? I've faced up the problem that I can't...
Replies
22
Views
6,476
For reasons, I find myself having to disable buttons using SE controls rather than in the PLC (massive project, no time to edit PLC properly). I...
Replies
0
Views
1,005
Back
Top Bottom