Dave Keeton wrote: >A quick question (one of many to come!), >would I change the line: > ># Just uncomment the following line if you want a Software PLC >#loadusr -w classicladder --nogui ../configs/common/bridgeport.clp > >To: > ># Just uncomment the following line if you want a Software PLC >#loadusr -w classicladder --nogui ../configs/common/myladder.clp > >To load the file myladder.clp into classic ladder when emc starts? > > Yes, but you also have to remove the hash mark ( # ) from the start of the line: loadusr -w classicladder --nogui ../configs/common/myladder.clp
- Steve ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
