User`s manual

XP8300/XP8400/SE110068 s PLCBus
void write24data( long address, char data )
Sets the current PLCBus address using the 24-bit address, then writes
eight bits of data to the PLCBus.
PARAMETERS: address is 24-bit address to write to.
data is data to write to the PLCBus.
LIBRARY: DRIVERS.LIB.
void write8data( long address, char data )
Sets the last eight bits of the current PLCBus address using address bits
1623, then writes eight bits of data to the PLCBus.
PARAMETERS: address bits 1623 are the address of the PLCBus
to write.
data is data to write to the PLCBus.
LIBRARY: DRIVERS.LIB.