Internet PLC Forum

General => Technical support => Topic started by: plc_user on December 24, 2010, 01:22:09 PM

Title: Delay Statement
Post by: plc_user on December 24, 2010, 01:22:09 PM
Just a quick reminder, does the DELAY statement in BASIC cause the High Speed Counter to stop monitoring the the HSC inputs for its duration?  I read in the manual that INTERRUPTS will still execute their custom function, but I wasn't sure of the HSC.

Thanks.
Title: Re:Delay Statement
Post by: support on December 24, 2010, 09:02:56 PM
during execution of DELAY statement the HSC should not be affected. HSC is run via interrupt service routine and therefore the execution takes precedence over the DELAY statement.