User Guide

Code Generation
84
RMS CodeCrafter
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:
ON[vdvCLActions,nchCLButtons[GET_LAST(nchCLPanelButtons)]]
OFF:
OFF[vdvCLActions,nchCLButtons[GET_LAST(nchCLPanelButtons)]]
}