Programming
84
NetLinx Studio (v2.4 or higher)
Code Wizard Dialog - Send Command Tab
The advanced options available for Send_Commands (in the Send Command tab of the Code
Wizard dialog) are described below:
Code Wizard Dialog - IR Constant Tab
Constants are generated from IR files. One constant is generated for every IR function and are
placed in the DEFINE_CONSTANT section.
The advanced options available for IR Constants (in the IR Constant tab of the Code Wizard dialog)
are described below:
Page Generate PAGE- page flip send command for touch panels.
@T Generate @T variable text send command for touch panels.
@BMF Generate @BMF variable text send command for touch panels.
@PPN Generate @PPN- popup on send command for touch panels.
@PPF Generate @PPF- popup off send command for touch panels.
@PPK Generate @PPK- popup kill send command for touch panels.
@PPX Generate @PPX- kill all popups send command for touch panels.
Custom Generate a custom send command.
Device The device name used during code generation. This name will appear in the
SEND_COMMAND statement.
Sub Command The command parameter used in the SEND_COMMAND. Depending on
options, this may be the Page Name, Text to Send, @BMF sub-command, popup
page name or custom command.
Comment This value is used on the line before the SEND_COMMAND statement. Com-
ments in NetLinx are always line-style comments (i.e. //).
Insert Once you have made the relevant selections on this tab, click this command but-
ton to insert the specified code into the file.
Device The device name used during code generation. This name is used to generate
the Constant Prefix field.
IR File The IR file for which you would like to generate constants.
Constant Prefix The prefix to precede all constant declaration. By default, this will be
<Device>_.
Comment This value is used on the line before the constant declarations. Comments in
NetLinx are always line-style comments (i.e. //).
Insert Once you have made the relevant selections on this tab, click this command
button to insert the specified code into the file.