eblox_srvr
Purpose:
- Allow other tasks to access to the eblox devices. A single task is used to allow for the use of UDP streaming from the eblox hardware.
Enter:
- eblox_srvr < priority_level > < receiver_address > [strict] [NODATA]
Where:
-
priority_level Specify the priority of the server task. NOTE: eblox_strm will be automatically spawned at a priority 1 less. receiver_address Specify the IP address to monitor for UDP updates. sending_addresses Specify one IP address for each egate with which to communicate. strict Optional. Specify this option to invoke strict enforcement. This stops the eblox_srvr if the configuration files contain errors. NODATA Optional. Specify this option to disable the size send/receive functions. Place this argument at the end of the arguments if used.
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: