246
cab Produkttechnik GmbH & Co KG
246
PRODUCT MARKING AND BARCODE IDENTIFICATION
Hermes
Apollo
A-series
This
function is
available
for:
[TABLE OF CONTENTS] [COMMAND LIST]
M-series
Simple program to show the capture of interface data, parsing it, extracting the data and
sending it forward to the JScript interpreter:
J
S l1;0,0,68,71,104
T:t1;20,10,0,3,8;
T:t2;20,20,0,3,8;
T:t3;40,40,0,3,8;
<ABC>
label start
line input a$
if left$(a$,15)="194300301480070" then
print "R t2;",mid$(a$,16)
endif
if left$(a$,15)="194300300580172" then
print "R t3;",mid$(a$,16)
endif
if left$(a$,15)="194300301970073" then
print "R t1;",mid$(a$,16)
endif
if a$="Q0001" then
print "A 1"
endif
goto start
</ABC>
This it the original data sent by a labelling software:
M3000
<STX>d
<STX>e
<STX>f260
<STX>O0220
<STX>V0
<STX>L
D11
PA
SA
H10
z
194300301480070Rot
19430030058017248
194300301970073Bernd
W
Q0001
E
<STX>L
D11
PA
SA
H10
z
194300301480070gelb
19430030058017248
194300301970073Bertha
W
Q0001
E
no
no