Hi,
I am developing a driver for a delay generator. In my case, there will be two conditions which are to choose/press "TRIG" or "Delay" button. I don't have any problem with Delay button. However, for a "TRIG" button, since it has connection with numeric keypad function, it always become hang even for the first time execution. I used event structure in my case. When "keypad" is ON, thus, it will call for input from numeric keypad. However, nothing happen...
I realized that the possibility causes of this is due to "TRIG" button. Once the button is pressed, the loop will be increased by 1...Suppose it only increases when all the task for either mode in "trigger bar" (which is in trigger case statement) is done. May be there is a conflict in a new cycle for the loop and calling fucntion of numeric keypad.
Can anyone help me on this. Thank you.
regards,
nz