hexagon logo

Getting Values in Serial Number Input

Hi all,

Not sure what I'm doing wrong so would appreciate some help. Code below. I've changed the template in the reporting editor by changing the serial input to "VARIABLE(VSERIAL)" and it brings up nothing. I've also changed it to purely "VSERIAL" and "C2.INPUT" and brings up nothing on the report, after refreshing it.

I could directly in the program put "C2.INPUT" into the SER NUMBER input but it brings up the last serial number (as you'd expect).

Not sure what I can do to get it populating. Also, now and again the serial input in the report editor changes back to =SERIAL. I've definitely saved it and closed it and selecting the template in the report.

Thanks in advance.

PART NAME  : XXXXXXX
REV NUMBER :
SER NUMBER :
STATS COUNT : 1
 
STARTUP    =ALIGNMENT/START,RECALL:,LIST=YES
            ALIGNMENT/END
            MODE/MANUAL
            PREHIT/2.5
            RETRACT/2.5
            MOVESPEED/ 150
            TOUCHSPEED/ 3
            FLY/ON,3
            FORMAT/TEXT,OPTIONS, ,HEADINGS,SYMBOLS, ;NOM,MEAS,TOL,DEV,OUTTOL, ,
            LOADPROBE/3BY80
            TIP/T1A0B0, SHANKIJK=0, 0, 1, ANGLE=0
C2         =COMMENT/INPUT,YES,'ENTER SHOP ORDER NUMBER
                             ,-----------------------'
            ASSIGN/VSERIAL=C2.INPUT

Parents Reply Children
No Data