Author Topic: interrupt in simulation  (Read 6395 times)

kenobe

  • Jr. Member
  • Posts: 66
  • I'm a llama!
    • View Profile
interrupt in simulation
« 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


support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:interrupt in simulation
« Reply #1 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.

Email: support@triplc.com
Tel: 1-877-TRI-PLCS

kenobe

  • Jr. Member
  • Posts: 66
  • I'm a llama!
    • View Profile
Re:interrupt in simulation
« Reply #2 on: March 09, 2009, 02:39:09 AM »
thanks!