Transfer of files from pcdmis to datapage

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

  • Transfer of files from pcdmis to datapage

    Have saved statistics using SPC Database but cannot transfer these to the datapage so that I can create report i.e graphs etc. any suggestions would be well recieved.

    Tony

  • #2
    As far as I know, Datapage has to be set -up to pull in the data as you are running the parts. You can manually enter data also, but it is time consuming and really not cost effective
    sigpic

    Comment


    • #3
      There shouldn't be any setup required to use Datapage with Pcdmis, other than inserting the stat command in the Pcdmis program, WITH the correct path to the location of the database. The database MUST be created first, however, there will be a 'new' one there when you install Datapage. It will be C:\DATAPAGE\PART or whatever drive you install Datapage on, mine happens to be on G.
      sigpic
      Originally posted by AndersI
      I've got one from September 2006 (bug ticket) which has finally been fixed in 2013.

      Comment


      • #4
        fixed

        thanks guys, problem was the XSTATS11.tmp file. Needs to be deleted before data base can be updated

        Comment


        • #5
          Originally posted by Tony.Hirotec.Aus
          thanks guys, problem was the XSTATS11.tmp file. Needs to be deleted before data base can be updated
          My pal wrote a batch file to delte theis file from the desktop. I thought maybe someone would know how we can get that batch file to run at the end of the program after the stats command.

          Comment


          • #6
            You could inset this into every CMM program.

            V1 =FILE/EXISTS,C:\PCDMISW\Xstats11.tmp
            IF/V1==1
            FILE/DELETE,C:\PCDMISW\Xstats11.tmp
            END_IF/

            Or you could write a .bas to do the same but then you'd still have to code every CMM program to run the script.

            Craig
            <internet bumper sticker goes here>

            Comment


            • #7
              Groovy, I'm going to give it a try.

              Comment

              Related Topics

              Collapse

              Working...
              X