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.