eblox_srvr
Purpose:
- Manage communication with eblox devices for data acquisition and control in a CyFlex system, handling UDP streaming and processing requests from other tasks.
Enter:
- eblox_srvr <priority> <receiver_address> [<device_address>…] [strict] [NODATA]
Where:
-
priority_level Specify the priority of the server task. receiver_address Specify the IP address to monitor for UDP updates. device_address Specify one or more IP addresses of eblox devices. strict Optional. Specify this option to invoke strict configuration enforcement. NODATA Optional. Specify this option to not set data options.
Example:
-
eblox_srvr 24 192.168.222.1 192.168.222.100 192.168.222.101 192.168.222.102
eblox_srvr 24 192.168.222.1 192.168.222.100 192.168.222.101
This must be started before device_attr runs and starts the individual channel type drivers (i.e. ai_eblox, di_eblox, do_eblox, ao_eblox).eblox_srvr 24 10.0.0.10 10.0.0.50 NODATA
Notes:
This server must be started before device_attr runs. It supports optional strict enforcement and NODATA flag for configuration handling.