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.
Parents
  • 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.
Reply
  • 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.
Children
No Data