;******************************************************************************
;* Vi170i Excel In-Line Message Control *
;* Variable list set by Flow Control: *
;* - P00 = Product Serial Nr (es. B1 = part type 1) *
;* - P01 = Data (YYMMDD format) *
;* - P02 = Shift(from A to C) *
;* - P03 = Part serial Nr (from 0001 to 9999) *
;* - P04 = Big End Meas. Class (from 01 to 04) *
;******************************************************************************
;***
***
%T%; -Start message Block definition
;%ROW1%; Open row 1 for Writing
761885201%P01%; Variables set by Flow Control
;%ROW2%; Open row 2 for Writing
;%ENDROWS%; Close rows Writing
(CR); Message terminator
%R%(07)(21); Expected Answer
%D%5000%E%; Timeout 5 sec - Execute Block
;******************************************************************************
;* Videojet 170i Excel In-Line Message Control (es. for test) *
;******************************************************************************
;******
;46=%T%; -Start message Block definition
;47=%ROW1%; Open row 1 for Writing
;48=B$CI0$ ; "B "
;49=$PDyymmdd$ ; "yymmdd " date (format yymmdd)
;50=A ; "X " working shift code - 1 Ascii
;51=0001 ; "nnnn " part serial number - 4 digit
;52=$M17C00$; "cc" big end bore class - 2 digit
;53=%ROW2%; Open row 2 for Writing
;54=%ENDROWS%; Close rows Writing
;55=(CR); Message terminator
;56=%R%(07)(21); Expected Answer
;57=%D%5000%E%; Timeout 5 sec - Execute Block