Serial Number

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Serial Number

    I have parts that have individual serial numbers and I want the serial number to show up on the top of the report. Can this be done? I tried an older serial number script file but it didn't work.

  • #2
    Just use a input comment. That's what I use.
    DEA MISTRAL
    PC DMIS CAD++
    Version 2013
    Windows 7 64bit
    DataPage+ 2011 MR1

    Comment


    • #3
      Also, make sure that when you use the input comment that you enable it for the report.

      (C1 =COMMENT/INPUT,YES,CAVITY #)
      sigpic
      Xcel 15-20-10 - PFXcel 7-6-5 - Merlin 11-11-7 - Romer Absolute 7525SI
      PCDMIS 2012
      Windows Office XP

      Comment


      • #4
        Have you tried this?



        Works great for me!



        Jan.
        ***************************
        PC-DMIS/NC 2010MR3; 15 December 2010; running on 18 machine tools.
        Romer Infinite; PC-DMIS 2010 MR3; 15 December 2010.

        Comment


        • #5
          Sn#

          I did try this and I get an error message that line 15 repwin = part.reportwindow is not recognized.

          Comment


          • #6
            Reportwindow is new to the V4x versions.

            Comment


            • #7
              What should the code look like for v3.7?

              Comment


              • #8
                COMMENT/REPT,============================================= ===================
                C1 =COMMENT/INPUT,YES,'Part Number'
                C2 =COMMENT/INPUT,YES,'Revision'
                C3 =COMMENT/INPUT,YES,'ADCN'
                C4 =COMMENT/INPUT,YES,'OPCCP/OMPS/OSPS'
                C5 =COMMENT/INPUT,YES,'W/O'
                C6 =COMMENT/INPUT,YES,'S/N'
                C7 =COMMENT/INPUT,YES,'Part ID'
                COMMENT/REPT,============================================= ===================

                From summary mode
                Lately, it occurs to me
                What a long, strange trip it's been.

                2017 R1 (Offline programming)

                Comment


                • #9
                  You can try using the bas file you have. Just edit the file and delete any reference to "repwin".

                  Comment

                  Related Topics

                  Collapse

                  Working...
                  X