Emulate button press for 3 seconds?
bob
Posts: 296
Hi there,
I need to emulate a button press for 3 seconds within Netlinx. DO_PUSH doesn't take a duration option for the button press itself and if the button is not pressed and holded for 3 seconds it has a different function... Anybody has an idea? I have player with SET_PULSE_TIME and PULSE but without luck!
thanks much
I need to emulate a button press for 3 seconds within Netlinx. DO_PUSH doesn't take a duration option for the button press itself and if the button is not pressed and holded for 3 seconds it has a different function... Anybody has an idea? I have player with SET_PULSE_TIME and PULSE but without luck!
thanks much
0
Comments
A Do_Push doesn't actually push a button on the TP but initiates a button_event for that device and channel number in the code.
Thanks again!
Though I am not sure why you want to do this (providing more info may help us give you a best fit solution), But how about Do_Push_Timed ??