Setting up output to OpenDMIS
Print Friendly View
written: 03/27/2008
last modified: 03/15/2024

PREREQUISITES
Please make sure you are up to OpenDMIS v.2.65 due to issues with the OpenDMIS output files on prior versions. See linked article for details.

STEPS
Insert the following code into your OpenDMIS program:

DID(foo) = DEVICE/INCR,'C:\Program Files\OpenDMIS\Output\bar????.mea'
OPEN/DID(foo), FDATA, V(DEFAULTFORMAT), OUTPUT


This will create a .mea file which is intended for SPC software. The ???? in the filename tells OpenDMIS to substitute an incrementing number in the filename. In this case, it would be bar0001.mea, bar0002.mea, etc.

MORE INFORMATION
To work with more advanced features such as sending non-measurement trace fields to the output files, please see our Machine Specific Help. This is available via Help > Machine Specific or SHIFT+F1 in QC-CALC Real-Time.

Applies To

QC-CALC Real-Time v.4.10
QC-CALC Real-Time v.3.20
QC-CALC Real-Time v.3.00

Category

Data Collection
See more articles in this category