Internet PLC Forum
General => Technical support => Topic started by: kenobe on March 06, 2009, 10:42:59 PM
-
Hi
I am using TL6.3
I setup the interrupt as follow
intrdef 1,5,1
cusFn 5: toggleio 1CR
problem is when I press input pin 3 in the SIMULATOR , the relay 1CR is not toggled
how do I achieve the intend of toggleing 1CR using interrupt.
Thanks
-
Interrupt input is not simulated in TRiLOGI. You could add in a ladder circuit that uses the particular input to drive the ISR custom function for simulation purpose.
-
thanks!