2 sie.control, 3 sie.status – ProSoft Technology MVI56E-SIE User Manual

Page 111

Advertising
background image

MVI56E-SIE ♦ ControlLogix Platform

Ladder Logic

Client Communication Module

User Manual

ProSoft Technology, Inc.

Page 111 of 168

September 6, 2012

3.4.2 SIE.CONTROL

This controller tag structure is used to request special tasks from the module. For
more information, see Special Function Blocks (page 141).

Controller Tag

Data Type

Description

BootTimer

TIMER

Timer used to clear both cold and warm boot
requests

ColdBoot

BOOL

Hardware reset of the module

WarmBoot

BOOL

Configuration data reset in the module

ResetStatus

BOOL

Reset Status trigger

CmdID

INT

Command ID from 1 to 16

CmdControl

SIECMDCONTROL

Holds Command Control statistics

CmdControlPending

BOOL

Halts rung until module is ready

CmdControlTrigger

BOOL

Command Control Trigger

IPAddress

SIEIPADDRESS

Getting and setting IP address to and from
module

3.4.3 SIE.STATUS

This controller tag structure contains module and Client status data. For a more
complete description of the SIE.STATUS controller tag structure, refer to the
Status Data Definition (page 127).

Name

Data Type

Description

PassCnt

INT

Program cycle counter

ProductVersion

INT

This is used to pass the product version to the
processor

ProductCode

INT[2]

This is used to pass the product code to the
processor

BlockStats

SIEBLOCKSTATS

Block transfer statistics

CmdBits

INT[30]

Command bits array to be used for 30 Clients

ClientStatsTrigger

BOOL

Get Client status

ClientID

INT

Client ID to get status from

ClientStatus

SIECLIENTSTATS[30]

Client status data

CmdErrorList

INT[16]

Command Error List

Advertising