This Extron software lets you monitor commands being sent to and received from a processor in real time.
Extron Toolbelt
The scripting language used in Q-SYS Designer
Lua
This Crestron language extension allows you to write more complex logic than is possible with SIMPL alone.
SIMPL+
These are the five logic folders used in the FordAV Standard.
System, Views, Room, Definition, Equipment
The expected output of the following is:
50
The Extron software upgrade that can turn a touch panel into a full control processor.
LinkLicense
This Lua event is triggered whenever a control value changes.
EventHandler
Crestron’s cloud-based management platform.
XiO Cloud
The file type used to define the model layer of the standard.
CSV
This C# statement is used to handle exceptions.
Try/catch
Extron’s scripting engine is based on this programming language.
Python
This tool in Q-SYS Designer allows you to add UI elements like buttons and sliders to user control interfaces.
UCI Editor
This Crestron technology enables video distribution over a standard 1-Gb network.
DM NVX
The architectural pattern used in the FordAV Standard.
MVC; Model, View, Controller
The expected output of the following is:
33
In Extron Global Configurator Pro, this type of port is used to send control commands to devices via Ethernet.
IP Link port
This property of a Control determines if it shows up in the UCI.
IsInvisible
Crestron devices use this proprietary communication protocol for wiring keypads, sensors, and other peripherals.
Cresnet
The Equipment Type number you would use in the InputDefinition CSV for a cable box.
16
In Angular, this decorator is used to define a service that can be injected.
@Injectable
This Extron software allows simulation and debugging of control scripts without needing physical hardware.
Global Scripter Simulator
You need to send a serial command to a projector over RS-232 from within Q-SYS Designer. Use this block.
Serial Port component
In SIMPL+, the keyword used to define a function that is triggered by a rising edge of a digital input.
DIGITAL_INPUT or EVENT
This field in an activity definition contains help text or instructions displayed to the user.
This keyword is used to asynchronously wait for a Task to complete inside an async method.
await