Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Once a PLCP program has been created and compiled with the PCOMP command, it can be executed in one of two ways.

PRUN executes the PLCP program once all the way through.

SCANP continuously executes the PLCP program. If a Loop is placed within the PLC program, then TSCAN will report a false value because it is then looping instead of scanning.

Things that will stop the execution of a PLCP program...

-- !K
-- SCANP CLR
-- Pulling the AC power on a GV6K

  • No labels