07-22-2013 03:12 AM
Solved! Go to Solution.
07-22-2013 03:30 AM
07-22-2013 04:24 AM
07-22-2013 04:26 AM
You can do that, as GerdW explained... so basically you need to write a very small code, to handle specific Key down event...!!
07-22-2013 04:29 AM
07-22-2013 06:13 AM
in the example ;
I need the "Event Change" increment just when i push Key F2 ; Thanks
07-22-2013 06:18 AM
07-22-2013 06:22 AM
Find modified code in the attachment.
07-22-2013 06:23 AM
And, put your Stop button in the event structure. It is set to Switch Until Released and it'll likely never be True when it's read.
07-23-2013 03:42 AM
Hello all ;
The problem is in the example Prd Time;
I need when i push F2 → (with event KEY DOWN) the array Production increment and the array Time saved the time of this increment production ,
and when I push other key → no event (no increment production ,no saved time )
Thanks,