Difference between revisions of "Open An Output Device to Build a Q-DAS Compliant Ouput"

From ArcoWiki
Jump to: navigation, search
m (3 revisions imported)
m (The LinkTitles extension automatically added links to existing pages (<a rel="nofollow" class="external free" href="https://github.com/bovender/LinkTitles">https://github.com/bovender/LinkTitles</a>).)
Line 1: Line 1:
 
The creation of an output complaint to [[Q-DAS]], from the [[DMIS]] programming point of view, it is no different that any other output.<br />
 
The creation of an output complaint to [[Q-DAS]], from the [[DMIS]] programming point of view, it is no different that any other output.<br />
 
The only difference are:
 
The only difference are:
* Association of the Correct K-Variables (See [[Creation of Q-DAS K Variables]])
+
* Association of the Correct K-[[Variables]] (See [[Creation of Q-DAS K Variables]])
 
* Open one of the two different [[Q-DAS]] compliant output device.
 
* Open one of the two different [[Q-DAS]] compliant output device.
 
<br />
 
<br />

Revision as of 14:18, 23 March 2018

The creation of an output complaint to Q-DAS, from the DMIS programming point of view, it is no different that any other output.
The only difference are:


Opening a Q-DAS Compliant Output Device

1 Activate the INPUT/OUTPUT Tab in Arco Quick Programmer
InputOutput
2 Double Clink on "Standard" to open a standard output device. StandardOutput.PNG
3 *Select “Staus-> Open”
  • "Device -> File"
  • "Format -> Vendor (select from the list Either QSSTATQ or QSSTATD"
Q-DasOption.PNG
4 Select “Add”
5 Click "Ok"
6 Perform the Output of the Feature as usually done.
7 Remember to Close the output device (DISPLY/OFF) and the end of the program


Differences Between QSSTATQ and QSSTATD

  • QSSTATQ: The Output produces a Q-das file with extension ".dfq" that contains all the measured values and the nominal definition.
  • QSSTATD: The Output produces two Q-das files; one with extension ".dfd" that contains all the measured values, another with extension ".dfx" that contains all the nominal definition.

The choice between the two format depends of the settings in the Software Q-Das. Please refer to Q-Das guide for the decision.