DO_PUSH... always fires twice
GasHed
Posts: 31
I'm not overly concerned by this, but has anyone else noticed that when you execute a DO_PUSH, the button push and release shows up twice in the notifications window i.e:
Line 89 :: Input Status:Pushed [10001:1:1] - Channel 1699 - 10:40:45
Line 90 :: Input Status:Pushed [10001:1:1] - Channel 1699 - 10:40:45
.
.
.
Line 108 :: Input Status:Released [10001:1:1] - Channel 1699 - 10:40:46
Line 109 :: Input Status:Released [10001:1:1] - Channel 1699 - 10:40:46
Is this expected or am I doing something wierd. This happens every time I execute a DO_PUSH on any button/channel.
Pat
Line 89 :: Input Status:Pushed [10001:1:1] - Channel 1699 - 10:40:45
Line 90 :: Input Status:Pushed [10001:1:1] - Channel 1699 - 10:40:45
.
.
.
Line 108 :: Input Status:Released [10001:1:1] - Channel 1699 - 10:40:46
Line 109 :: Input Status:Released [10001:1:1] - Channel 1699 - 10:40:46
Is this expected or am I doing something wierd. This happens every time I execute a DO_PUSH on any button/channel.
Pat
0
Comments
Is the DO_PUSH in a BUTTON_EVENT or is it fired in a module or include file.
Maybe this gives the result.
Pat