Super Systems SuperDATA User Manual

Page 33

Advertising
background image

Super Systems Inc

Page 33 of 172

Super Data Operations Manual

Example: to read 2 blocks of data, specify CB:256-10,CB:601-6. For detailed
information on data addresses, refer to Honeywell Manual EN1I-6154
(DigitroniK CPL Communication DCP550 Instruction Manual)

SMULT:

SMULT:

Optional. Specifies Slot Multipliers. A multiplier may be

specified for any of the 78 slots (slots 0-77). Format as follows:

SMULT:SSxVALUE,…,SSxVALUE

Example: SMULT:2x100,12x0.01

The example

applies a multiplier of 100 to slot 2 and a multiplier of 0.01 to slot 12. If not
specified, the default multiplier is 1.

Note: In the CPL protocol data is sent as

an ASCII string and may be integer or floating point. In SuperData all data is
stored as Integer with implied decimal locations. Thus a value of 1.12 would
normally be stored in SuperData as 1. To store the value in SuperData as 112
with implied decimal of 2, specify a slot multiplier for the associated slot.

NOLOG

Optional. Applies to ALL instruments.

Do not log data from this channel.

Include this when communications are required for real-time data but are not
required for historical data logging. If this is not included, the channel will be
data logged at one minute intervals.

ALM

Optional. Applies to Channels that contain bitmapped alarms.

The ALARM

configuration setup.

ALM(PAL slot, Alarm offset, Alarm Bitmap Start Slot,

Alarm ACK Bitmap Slot, Number of Bitmap Slots).

Normally this will be

configured by SSI personnel familiar with the application. If you are not sure,
do not include Bitmapped support. Invalid configurations may cause spurious
invalid alarms to be reported on RealTime and in AlarmReports.

ABC

Optional. Applies to ALL instruments.

Alarm Block Configuration .

Caution:

any specified channel can use either ALM or ABC but not both.

Allows a custom

Alarm Block Bitmap (one word) to be setup for any instrument but generally
used only for non-programmable instruments that are not capable of
maintaining alarm bitmaps. See the section on Custom Alarm Block
Configuration.

TAG

Required. Applies to ALL instruments.

Instrument name. Limited to 12

Characters with no spaces.



Honeywell MODBUS Instruments


[C]CH#LLL(PPP ) =
"ID,[L:x],[A:xx],[CV:xx],[MV:xx],[T:xx],[AB:xxx],[ASP:xx],[PG:xx],[SMULT:SSxVALUE,…,SSxVALUE],[
ALM],[ NOLOG],[ABC]" = "tag "

Examples:

4CH#16(1)="HWM_GEN,L:1,A:2,T:1,A:4,ASP:4,PG:1,SMULT:2x10,4x0.01" = "HW3300x"

4CH#20(1)="HWM_UDC3300,L:1,A:2,T:1,A:4,ASP:4,PG:1,SMULT:2x10,4x0.01"="HW3300"

4CH#21(2)="HWM_UDC2300,L:1,A:2,T:1,A:4,ASP:4,SMULT:2x10,4x0.01" = "HW2300"

4CH#17(7)="HWM_DPR180,A:8,CV:8,MV:8,SMULT:17x100.0,18x1000,19x100"="DPR180"

1CH#22(3)="HWM_UDC5300,L:1,A:2,T:1,A:4,ASP:4,PG:1,SMULT:2x10"="HW5300"

1CH#23(4)="HWM_VRX,A:8,CV:8,MV:8" = "HWVRX"


Note: Items enclosed in brackets [ ] are optional but may be required for certain instrument types.


Item

Definition

C

Optional. Applies to ALL instruments. Specifies the Connection Identifier (1-8
for serial connections and 9 for Ethernet). The protocol for the connection must
match the protocol for the instrument. If not included, defaults to Connection
1.

LLL

Required. Applies to ALL instruments.

The logical channel number assigned (1-

128).

PPP

Required. Applies to ALL instruments.

The physical address of the instrument.

Advertising