Internet PLC Forum
General => Technical support => Topic started 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
-
Did you try INTROFF? If not a REBOOT command will reset everything including the interrupt 18.
-
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.