hexagon logo

Cell expressions in the header.

I need help... What cell expression should I add to get JOB NUMBER and PART NUMBER?

Thank you!

Parents Reply
  • Yes, you can make it a subroutine. Or you can just remember to paste in these details before each program and use a more unique variable than "V1" incase you already are using them in other programs.

    PARTNUM

    JOBNUM

    OPERATORNUM

    Although I don't think PC-DMIS likes when you paste in assign statements.

    C1         =COMMENT/INPUT,NO,FULL SCREEN=NO,
                Enter Part Number
    C2         =COMMENT/INPUT,NO,FULL SCREEN=NO,
                Enter Job Number
    C3         =COMMENT/INPUT,NO,FULL SCREEN=NO,
                Enter Operator ID Number
                ASSIGN/V1=C1.INPUT
                ASSIGN/V2=C2.INPUT
                ASSIGN/V3=C3.INPUT

Children
No Data