On 5 June 2014, quoth Javier: > I am a beginer and want start turning on a led in the EP2338 box from > ethercat master command line.
Typically you cannot do that sort of thing from the command line, as without an application the devices will remain in PREOP state, and outputs are normally not allowed to activate until the device is in OP state. (And even if you use the command to explicitly request OP state, devices with outputs will typically not remain in OP unless they're being updated cyclically by an application.) You will need to write an actual application in order to bring devices to OP and keep them there. See the examples included with the library. _______________________________________________ etherlab-users mailing list [email protected] http://lists.etherlab.org/mailman/listinfo/etherlab-users
