hexagon logo

Pc-dmis-datapage+

My company has pcdmis but it needs the software for SPC. What is the principle of datapage +? whether it is necessary to transfer the measurement results to Excel and datapage + takes them from Excel format? What are the advantages and PC DMIS datapage + and disadvantages? I should mention that I'm a total beginner. Thank you.
  • The original advantages to Datapage were that it worked seamlessly with Pcdmis, direct from Pcdmis to Datapage, then with the advent of Datapage+, instead of using the built-in code in Pcdmis (STATS/ON) you now have to finagle it with external commands to get the data into Datapage. No Excel is needed.
  • Thank you. means directly from prg program takes the data?
  • Thank you. means directly from prg program takes the data?


    Yep, with Datapage+ and the external commands, the data goes straight from Pcdmis into Datapage, there you can make all the charts and reports that you like.
  • You can still use Stats/on in DP+ to directly insert data into the database. You just have to select Datapage+ as the type of database and then manually input the database name in the code.

    The database has to be an ODBC source that was created to be used by all users.

    The Syntax would look like this.
    STATS/ON,DATAPAGE+,HEXAGON

    "Hexagon" is my database.

    You still need to have a stats/off command too. If you're database is not properly registered with SQL then it will not allow you to populate. Regardless of that the best way is to use the external command with a -listening statement. That will ensure flow control, subroutines, and nested information all gets inserted in to your database properly.