**Application of marking automatic variable****
*** The letters which are between each ‘@’ are recognized as marking variable.
Ex.) In case of @YYYY@ ,
Marking machine mark the current year ‘2013’ ,
In case of @YY@YY ,
Last 2 no. of current year and YY letters are marked like ‘08YY’.
*** Marking variable can be combined through only 1 times ‘@ ~ @’.
Ex.) In case of using Year/Month/day/work code
@Z@@N@@E@@O@ (O) -> @ZNEO@ (O)
Ex.) Year/Month/Day/Hour/Minute/Second marking
@YYYYMMDDHHBBSS@
Ex.) Serial no. + ASCII code
@LLL@@GGG@ (O) -> @LLLGGG@ (O)
Julian calendar and serial no. which are required continuous no. can not be marked separately.
Ex.) Serial no.
@L@@L@@L@ (X) -> @LLL@ (O)
Julian Calendar
@J@@J@@J@ (X) -> @JJJ@ (O)
*** Example of variable combination )
It is at 11:59:10 in Dec.31st 2013,
Input : @YYYY@/@MM@/@DD@_@HH@:@BB@:@SS@
Marking : 2013/12/31_11:59:10
*** In case using auto reset function for serial no., @~@ can be used 1 time.
Ex.) Year, month, day + Serial no. + Monthly reset
@YYMMDD@/@LLL@/@R@ (X) -> @YYMMDDLLLR4@ (O)