ecat_srvr
Purpose:
-
Allow other tasks to access to the EtherCAT devices. The program uses etherCAT tools to discover the connected devices and starts a PDO transfer at the specified rate (default is 100 Hz).
Enter:
-
ecat_srvr [priority_level] [PDO_update_rate] [m=number of EtherCat masters]
Where:
-
priority_level
Optional. Specify the priority level of the task. The default is 27.
PDO_update_rate
Optional. Specify the PDO update rate. The default is 1000 microseconds.
m
Optional. Specify the number of EtherCat masters. The default is 1.
Example:
-
ecat_srvr 24 &
Notes:
This must be started before device_attr runs and starts the individual channel type drivers (i.e. ai_ecat, di_ecat, do_ecat, ao_ecat).