rem Demonstrating reading and writing
from / to the discrete inputs / outputs
rem This program reads a value from discrete input ports and writes it to the
discrete
rem output port.
100
in A
out A
goto 100
end
$
Copyright © 2002, 2003, 2004, 2005, 2006 Optimal Engineering Systems, Inc.