ArtNet

ST_ArtNetDmxData

TYPE ST_ArtNetDmxData:
STRUCT
   nNet             : BYTE; (*The top 7 bits of the 15 bit Port-Address to which this packet is destined*)
   nSubUni          : BYTE; (*The low byte of the 15 bit Port-Address to which this packet is destined*)
   aDmxChannels     : ARRAY[1..512] OF BYTE;
END_STRUCT
END_TYPE

 

nNet: contains the higher 7 bits of the 15-bit address.

nSubUni: contains the lower byte of the 15-bit address.

aDmxChannels: Array with DMX data of a universe.

 

Information on addressing can be found in the Art-Net™-specification under: www.Art-Net.org.uk