Internet PLC Forum

General => Technical support => Topic started by: kenobe on March 06, 2009, 10:42:59 PM

Title: interrupt in simulation
Post 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

Title: Re:interrupt in simulation
Post by: support on March 07, 2009, 07:47:18 AM
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.

Title: Re:interrupt in simulation
Post by: kenobe on March 09, 2009, 02:39:09 AM
thanks!