Mbs.control – ProSoft Technology MVI69L-MBS User Manual
Page 83
MVI69L-MBS ♦ CompactLogix Platform
Using Controller Tags
Communication Module
User Manual
ProSoft Technology, Inc.
Page 83 of 154
January 6, 2014
5.4.3 MBS.CONTROL
5.4.3.1 MBS.CONTROL.PortControl
This array allows port commands to be controlled by the processor.
Tag Name
Range
Description
MBS.CONTROL.PortControl.Set
0 or 1
Sends Port Control to module
MBS.CONTROL.PortControl.Get
0 or 1
Reads Port Control from module
MBS.CONTROL.PortControl.Port1
n/a
Definition of Port 1 Control
MBS.CONTROL.PortControl.Port1.
Active
0 or 1
Port Control: Disable = 0, Enable = 1
MBS.CONTROL.PortControl.Port1.
CmdEnableBits[x]
0 or 1
Index of command to be controlled.
Example: Command 20 in port 1
command list can be controlled at
CmdEnableBits[1].3 - This is the 20
th
bit offset.
5.4.3.2 MBS.CONTROL.CmdControl
This array allows the processor to dynamically enable configured commands for
execution.
Tag Name
Range
Description
MBS.CONTROL.CmdControl.
CmdControlTrigger
0 or 1
Command Control: Disable = 0, Enable = 1
MBS.CONTROL.CmdControl.
NumberOfCommands
0 to 6
Total number of commands to be executed via
Command Control
MBS.CONTROL.CmdControl.
PortNumber
1
Port number to be associated with Command
Control function
MBS.CONTROL.CmdControl.
CommandIndex[x]
0 or 1
Command Index of port command [x] to be
enabled. Up to 6 command indexes can be
populated at a time.