eblox_sim

Purpose:

Simulate a device by parsing specification files, setting up network connections, transferring files, and streaming data to mimic hardware behavior.

Enter:

eblox_sim <specfile> <num_device> <time>

Where:

/specfileĀ  Specify the file containing variables for analog input, analog output, digital input, digital output, and internal variables.
num_device Specify the number of devices to simulate.
time Optional. Specify the time interval in milliseconds between data sends. If not specified, no sleep interval will occur.

Example:

eblox_sim specs/eblox_sim.spec 1

Notes:

The number of devices argument is not fully implemented. Variable types in the spec file are defined as 0 for analog input, 1 for analog output, 2 for digital input, 3 for digital output, and 4 for internal variables.

See Also: