Expand description
When a host first connects to the device, the device immediately sends it a status reply as if the host had sent a ping packet. The host sends to the device a series of commands. All commands receive a response from the DAC.
Structs§
- Begin
- Causes the DAC to begin producing output.
- Clear
Emergency Stop - If the light engine was in E-Stop state due to an emergency stop command (either from a
local stop condition or over the network), this command resets it to
Ready. - Data
- Indicates to the DAC to add the following point data into its buffer.
- Emergency
Stop - Causes the light engine to enter the E-Stop state, regardless of its previous state.
- Emergency
Stop Alt - Causes the light engine to enter the E-Stop state, regardless of its previous state.
- Ping
- The DAC will reply to this with an ACK packet.
- Point
Rate - Adds a new point rate (in points per second) to the point rate buffer.
- Prepare
Stream - This command causes the playback system to enter the
Preparedstate. The DAC resets its buffer to be empty and sets “point_count” to0. - Stop
- Causes the DAC to immediately stop playing and return to the
Idleplayback state.
Traits§
- Command
- Types that may be submitted as commands to the DAC.