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)
 
(One intermediate revision by one other user not shown)
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 />
Line 46: Line 46:
  
 
The choice between the two format depends of the settings in the Software [[Q-DAS|Q-Das]]. Please refer to [[Q-DAS|Q-Das]] guide for the decision.
 
The choice between the two format depends of the settings in the Software [[Q-DAS|Q-Das]]. Please refer to [[Q-DAS|Q-Das]] guide for the decision.
 +
 +
 +
[[it:Aprire un dispositivo di output per creare un output compatibile con QDAS]]
 +
[[zh-cn:打开输出设备以构建符合QDAS标准的输出]]
 +
[[pt:Abra um dispositivo de saída para criar uma saída compatível com QDAS]]
 +
[[de:Öffnen Sie ein Ausgabegerät, um eine QDAS-kompatible Ausgabe zu erstellen]]
 +
[[es:Abra un dispositivo de salida para generar una salida compatible con QDAS]]
 +
[[en:Open An Output Device to Build a Q-DAS Compliant Ouput]]
  
 
[[Category:Help_On_Line]]
 
[[Category:Help_On_Line]]

Latest revision as of 07:38, 14 June 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.