Channel_Event Block - AMX RMS CODECRAFTER Instruction Manual

Hide thumbs Also See for RMS CODECRAFTER:
Table of Contents

Advertisement

Code Generation

CHANNEL_EVENT Block

RMS CodeCrafter generates a CHANNEL_EVENT block for each device with button mappings. It
does not make use of the i!-ConnectLinx variables defined in the variables section. An example
block is provided below.
(*******************************************)
(* CHANNEL: i!-ConnectLinx Feedback
(*******************************************)
CHANNEL_EVENT[dvTP1a,nchCLPanelButtons]
{
ON:
OFF:
}
84
ON[vdvCLActions,nchCLButtons[GET_LAST(nchCLPanelButtons)]]
OFF[vdvCLActions,nchCLButtons[GET_LAST(nchCLPanelButtons)]]
*)
RMS CodeCrafter

Advertisement

Table of Contents
loading

Table of Contents