|
Choose from 10 fixed format RS232 serial
transmissions or program a custom transmit using any text editor,
download to the M350 and you have a custom printed label, ticket
or computer interface. The M350 setup parameters can also be
saved on disk and downloaded into any M350 for quick and easy
setup.
P213 Transmit Selection (Selection)
Select desired print output (0 - 11). The transmission will be
initiated by the
selected print operation (P210) and / or the Remote Key selection
(P800). |
|
Choice 0: |
Custom Transmit: User defined serial data
string (see section 3.7). |
|
Choice 1: |
GSE Standard Transmit:
XXX.XX kg Gross<CR><LF
XXX.XX kg Tare <CR><LF>
XXX.XX kg Net <CR><LF> |
|
Choice 2: |
GSE Count:
XXX QTY <CR/LF>
XX.X kg APW <CR><LF>
XXX.XX kg Gross<CR><LF
XXX.XX kg Tare <CR><LF
XXX.XX kg Net <CR><LF |
|
Choice 3: |
- (Condec Clone):
-
- <STX> <POL> <DATA>
<IJK> <G/N> <STAT> <CR> <LF>
-
- Where:
<STX> is a single control code, decimal value of 2.
- <DATA> is 8 characters, 1 st
character is either minus sign or a space, padded with leading
spaces, with an embedded decimal point.
- <UK> is a single 'L' or 'K' character
to indicate lb or kg units.
- <G/N> is a single 'G' or 'N'
character to indicate gross or net data.
- <STAT> is an 'O' (overload/underload),
'M' (motion), or space otherwise. <CR> is a single control
code (carriage return), decimal value of 13.
- <LF> is a single control code
(line feed), decimal value of 10.
|
|
Choice 4: |
<STX><Signed DATA><sp><Ib/kg><sp><Gross/Net/Qty><STAT><CR> |
|
Choice 5: |
<STX><Signed DATA>sp><Ib/kg><STAT><CR> |
|
Choice 6: |
<STX><Signed DATA><sp><Ib/kg><CR> |
|
Choice 7: |
<STX><Unsigned DATA><sp><CR> |
|
Choice 8: |
<STX><Signed DATA><sp><Iblkg><sp><Gros/Net/Qty>cSTAT><SPS><CR> |
|
Choice 9: |
<STX><Signed DATA><sp>dh/kg><STAT><SPS><CR> |
|
Choice 10: |
<STX><Signed Displayed Weight><sp><lb/kg><SPS><CR> |
|
Choice 11: |
<STX><Unsigned Displayed
Weight><SPS><CR> |
|
Data Block Name |
Description |
|
<STX> |
A single control code, decimal value of
2. |
|
<POL> |
A <space> for positive data
or a - for negative data. |
|
<Signed DATA> |
8 characters right justified, space padded,
including adecimal point and polarity sign. Polarity is a `+'
or `-to the immediate left of the most significant digit. |
|
<Unsigned DATA> |
8 characters right justified, space padded,
including adecimal point. |
|
<Ib/kg > |
Two characters indicating pounds or kilograms. |
|
<Gross/Net/QTY> |
Single word for gross weight, net weight
or quantity. |
|
<STAT> |
An 'O' (overload/underload), 'M' (motion),
or <space>otherwise |
|
<SPS> |
See <SPS> Set point Status below. |
|
<CR> |
A single control code, decimal value of
13. |
|
<LF> |
A single control code, decimal value
of 10. |
|
<sp> |
ASCII Space, decimal value of 32. |
|
<SPS> Setpoint Status |
|
Transmitting the setpoint status
will reflect the current state of all the setpoints, regardless
of which setpoint operation is configured. The status can be
read as a single ASCII numeric character (0-7), a Hex value (30h-37h)
or a binary bit comparison. Status is preceded by a <space>
and an "S". The preceding data stream format is
for fixed transmissions of <SPS> as specified above.
This is not associated with the custom transmission of parameter
P96. |
|
SP 1 |
SP2 |
SP3 |
ASCII |
HEX |
Bit Comparison |
|
OFF |
OFF |
OFF |
0 |
30h |
0011 0000 |
|
ON |
OFF |
OFF |
1 |
31h |
0011 0001 |
|
OFF |
ON |
OFF |
2 |
32h |
00110010 |
|
ON |
ON |
OFF |
3 |
33h |
00110011 |
|
OFF |
OFF |
ON |
4 |
34h |
0011 0100 |
|
ON |
OFF |
ON |
5 |
35h |
00110101 |
|
OFF |
ON |
ON |
6 |
36h |
00110110 |
|
ON |
ON |
ON |
7 |
37h |
00110111 |
|