Internet PLC Forum

General => Technical support => Topic started by: Philippe Parmentier on March 27, 2014, 03:45:16 AM

Title: INTRDEF 18
Post by: Philippe Parmentier 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
Title: Re:INTRDEF 18
Post by: support on March 27, 2014, 08:50:06 AM
Did you try INTROFF?  If not a REBOOT command will reset everything including the interrupt 18.
Title: Re:INTRDEF 18
Post by: Philippe Parmentier 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.