Author Topic: INTRDEF 18  (Read 5592 times)

Philippe Parmentier

  • Newbie
  • Posts: 29
  • new in plc
    • View Profile
INTRDEF 18
« on: March 27, 2014, 03:45:16 AM »
Greetings

After setting a command like INTRDEF 18, 10, 1000

1) Is it possible to reapply INTRDEF 18 command with another duration in ms?
2) What is the way to stop using that interrupt. I've tried INTRDEF 18, 0, 0 but it's not working.

Regards

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:INTRDEF 18
« Reply #1 on: March 27, 2014, 08:50:06 AM »
Did you try INTROFF?  If not a REBOOT command will reset everything including the interrupt 18.
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

Philippe Parmentier

  • Newbie
  • Posts: 29
  • new in plc
    • View Profile
Re:INTRDEF 18
« Reply #2 on: March 27, 2014, 09:37:39 AM »
No, but anyway, I've discovered that the compiler need a constant as the last parameter so I cannot use a variable dat handle the frequency I need to generate.