Rice Lake TransAct 5.0 - Installation & Operation Manual User Manual

Page 190

Advertising
background image

179

Value fields: positive value, negative value, pound value, kilogram value, gross value, net
value, motion value, still value, in range value, out of range value must be entered in the
same format as the field data type.

Masks are required for all one character status fields (types s and x). Masks must be a
single ansi code for type s and a single hex character for type x. Masks must not be
present with character strings (types c and a).

The following example shows the units portion of a serial stream format where the units
field begins at position 12 and is a character string of length 2 The pound value is "lb"
and the kilogram value is "kg". There is no units mask.

....... 12,c,2,lb,kg,, ......

The following example shows the units portion of a serial stream format where the units
field begins at position 12 and is a one character status. The fourth bit from the left in the
status character is zero for pounds and one for kilograms. (The mask for bit four is ansi
code 8.) The values given for pounds and kilograms reflect the value of the status
character after the mask has been applied.

...... 12,s,1,0,8,8, ......

EXAMPLE INDICATOR CONFIGURATIONS

[Indicator Types]

Indicator1=Accu-Weigh SEP 12K,13,2,c,1, ,-,,3,c,6,0,,,9,c,1,L,K,,10,c,1,G,N,,11,c,1,M,
,,11,c,1, ,O,,13,a,1,10
Indicator2=Analogic
5316,24,0,,,,,,2,c,9,11,c,9,22,c,1,2,0,,21,x,1,0,8,8,21,x,1,0,2,2,21,x,1,1,0,1,24,a,1,10
Indicator3=Cardinal 738,18,2,c,1, ,-,,3,c,7,0,,,12,c,2,lb,kg,,15,c,1,g,n,,10,c,1,m, ,,10,c,1,
,o,,18,a,1,3
Indicator4=CONDEC UMC1000,14,2,c,1, ,-,,3,c,7,0,,,10,c,1,L,K,,11,c,1,G,N,,12,c,1,M,
,,12,c,1, ,O,,14,a,1,10
Indicator5=CONDEC UMC2000,14,2,c,1, ,-,,3,c,7,0,,,10,c,1,L,K,,11,c,1,G,N,,12,c,1,M,
,,12,c,1, ,O,,14,a,1,10
Indicator6=IQ600,14,2,c,1, ,-,,3,c,7,0,,,10,c,1,L,K,,11,c,1,G,N,,12,c,1,M, ,,12,c,1,
,O,,14,a,1,10
Indicator7=IQ700,14,2,c,1, ,-,,3,c,7,0,,,10,c,1,L,K,,11,c,1,G,N,,12,c,1,M, ,,12,c,1,
,O,,14,a,1,10
Indicator8=WI110,14,3,c,1,+,-,,4,c,6,0,,,11,c,2,lb,kg,,2,c,1,G,N,,0,,,,,,,,,,,,14,a,1,10
Indicator9=WI120,14,3,c,1,+,-,,4,c,6,0,,,11,c,2,lb,kg,,2,c,1,G,N,,0,,,,,,,,,,,,14,a,1,10
Indicator10=Toledo
T8142,17,3,s,1,0,2,2,5,c,6,11,c,6,3,s,1,0,16,16,3,s,1,0,1,1,3,s,1,8,0,8,3,s,1,0,4,4,17,a,1,13

Advertising