Strings; I!-Macroenginemod Module Definition; Parameters; Touch Panel Pages - AMX I!-MACROMANAGER Instruction Manual

Table of Contents

Advertisement

Strings

i!-MacroEngineMod supports the following in-bound strings (device to master).
i!-MacroEngineMod - Strings
Command
'LOAD-[Slot],[MacroName]'
'KILL-[Slot],[MacroName]'
'STEP-[Slot],[Step#],[StepName]'
'UNLOAD-[Slot],[MacroName]'

i!-MacroEngineMod Module Definition

DEFINE_MODULE 'i!-MacroEngineMod' mdlMMEng(vdvMacroEngine,vdvConnectLinx)
Where mdlMMEng is a unique module name.

Parameters

vdvMacroEngine
vdvConnectLinx

Touch Panel Pages

i!-MacroEngineMod does not require any touch panel pages.

Programming i!-MacroEditorMod

i!-MacroEditorMod appears on the NetLinx bus as a NetLinx device. This device has 1 port with
channels, levels, commands and strings like most other devices.

Commands

i!-MacroEditorMod supports the following out-bound commands (master to device).
i!-MacroEditorMod - Commands
Command
'DEBUGON'
'DEBUGOF'
'VERSION'
i!-MacroManager
A virtual device for communicating to the macro engine.
An array of virtual devices for communicating to i!-ConnectLinx.
Description
Turn on debug.
Turn off debug. (Default)
Send version information to master debug port (master messaging)
Programming i!-MacroManager
Description
Notification that macro MacroName was started in engine
slot Slot (1-10).
Notification that macro MacroName was kill with a KILL
command.
Notification that step Step# named StepName was
executed in engine slot Slot (1-10).
Notification that macro MacroName was unload from
engine slot Slot (1-10). Occurs when the macro is finished
executing.
5

Advertisement

Table of Contents
loading

Table of Contents