Logitek Electronic Systems Mosaic User Manual

Page 26

Advertising
background image

Logitek Mosaic Reference Manual
Page 26

Output Selections in the config software so it knows what to pick. Also, you need to set a variable
that is unique to the trigger so Command Builder has a place to hang the selection.

The surface takes care of all of the lamps in this trigger. Putting the lamp off command in the IF
CANCEL WAIT gives that if statement something to do.

In our example, we are changing routes on destination device 70 and we’re using a variable set on
the Command Builder system page called ISDN2.


trigger ae1 device28 bus 80 on

cmd ae1 text device27 line 21 "ISDN2"

cmd ae1 vISDN2 set route selection mode device70 display ( device27
screen 2 )

if cancel wait 5
cmd ae1 device27 bus80 off
endif

Advertising