hexagon logo

Just got Datapage

How does one create a database in datapage? What command is used in Pc-dmis to write to that database?

Help ? lol
Parents
  • How does one create a database in datapage? What command is used in Pc-dmis to write to that database?

    Help ? lol

    DPEditor is where you make databases. REMEMBER, MOST of Datapage is STILL (more or less) DOS based. This means 8.3 filenames (12345678.TXT) and directories (better safe than sorry!).

    Best IDEA #1, make a NEW database ANYPLACE you want it, then never use it. Simply have it 'there' so you can COPY it to where ever you want it.

    For Pcdmis, INSERT ~ STATISTICS COMMAND ~ STATISTICS. From this window you will need to ADD the database you want the data to go to. Browse for it until you find it, add it to the list, select it from the list, then OK and you are good to go.

    WARNING! NOTHING in the program BEFORE the stat command will go to the database, so you must put the command BEFORE any data (dimensions) you want to go to Datapage. I always put it at the very beginning of the program.
    STARTUP    =ALIGNMENT/START,RECALL:, LIST= YES
                ALIGNMENT/END
                MODE/MANUAL
                PREHIT/ 5
                RETRACT/ 5
                MOVESPEED/ 80
                TOUCHSPEED/ 1
                LOADPROBE/27549
                TIP/T1A0B0, SHANKIJK=0, 0, 1, ANGLE=0
                FORMAT/TEXT,OPTIONS, ,HEADINGS,SYMBOLS, ;NOM,TOL,MEAS,DEV,OUTTOL, , 
                PROBECOM/ON
                RECALL/ALIGNMENT,EXTERNAL,align02,27549-FIX:align02
                MODE/DCC
                STATS/ON,DATAPAGE,$
                DIRECTORY=G:\DATAPAGE\PART,$
                DIRECTORY=,$
                READ=10,WRITE=20,MEMPAGES=64,FEATURE NAME,CONTROLCALC ON,$
                STATS/END
                CLEARP/YPLUS,-680,YPLUS,0
                MOVE/CLEARPLANE
    
Reply
  • How does one create a database in datapage? What command is used in Pc-dmis to write to that database?

    Help ? lol

    DPEditor is where you make databases. REMEMBER, MOST of Datapage is STILL (more or less) DOS based. This means 8.3 filenames (12345678.TXT) and directories (better safe than sorry!).

    Best IDEA #1, make a NEW database ANYPLACE you want it, then never use it. Simply have it 'there' so you can COPY it to where ever you want it.

    For Pcdmis, INSERT ~ STATISTICS COMMAND ~ STATISTICS. From this window you will need to ADD the database you want the data to go to. Browse for it until you find it, add it to the list, select it from the list, then OK and you are good to go.

    WARNING! NOTHING in the program BEFORE the stat command will go to the database, so you must put the command BEFORE any data (dimensions) you want to go to Datapage. I always put it at the very beginning of the program.
    STARTUP    =ALIGNMENT/START,RECALL:, LIST= YES
                ALIGNMENT/END
                MODE/MANUAL
                PREHIT/ 5
                RETRACT/ 5
                MOVESPEED/ 80
                TOUCHSPEED/ 1
                LOADPROBE/27549
                TIP/T1A0B0, SHANKIJK=0, 0, 1, ANGLE=0
                FORMAT/TEXT,OPTIONS, ,HEADINGS,SYMBOLS, ;NOM,TOL,MEAS,DEV,OUTTOL, , 
                PROBECOM/ON
                RECALL/ALIGNMENT,EXTERNAL,align02,27549-FIX:align02
                MODE/DCC
                STATS/ON,DATAPAGE,$
                DIRECTORY=G:\DATAPAGE\PART,$
                DIRECTORY=,$
                READ=10,WRITE=20,MEMPAGES=64,FEATURE NAME,CONTROLCALC ON,$
                STATS/END
                CLEARP/YPLUS,-680,YPLUS,0
                MOVE/CLEARPLANE
    
Children
No Data