User Tools

Site Tools


airlabfaderstart:start

This is an old revision of the document!


Question: Do you have an SDK for the Airlabs Fader Starts that can be received trough RS232 / Com port?
Question: How can I receive the fader starts at the computer side if my software doesnt have a plugin?
Answer: Link: please follow the steps at this link

For the Control surface of the Airlab you can use the Airence SDK (Service Development Kit) at the Airlab wiki page.
This SDK only works for the Control Surface of the Airlab.

The Airlab sends the Fader start trough RS232 / Serial port to a computer.
Some playout software have the option to read the information from a serial port.

The message format on the Serial port looks like this:
0xAAAAAAAA 0x0CCCCCCC 0x0DDDDDDD

AA = Action
CC = Channel
DD = Data

#define SERIAL_ON 0x80 On Switch
#define SERIAL_CUE 0x81
Cue Switch
#define SERIAL_START 0x82 Start
#define SERIAL_STOP 0x83
Stop

airlabfaderstart/start.1559131337.txt.gz · Last modified: 2019/05/29 14:02 by support