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

From ArcoWiki
Jump to: navigation, search
(Created page with "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 measure difference are:...")
 
 
(4 intermediate revisions 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 measure 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 17: Line 17:
 
|-
 
|-
 
|border="1" style= width:50px; text-align:center;|3
 
|border="1" style= width:50px; text-align:center;|3
|border="1" style= width:300px; text-align:left;|Select “Custom variables”
+
|border="1" style= width:300px; text-align:left;|*Select “Staus-> Open” <br />
|border="1" style= width:500px; text-center;| [[File:Qdas2.png]]
+
*"Device -> File"<br />
 +
*"Format -> Vendor (select from the list Either '''QSSTATQ''' or '''QSSTATD'''"
 +
|border="1" style= width:500px; text-center;| [[File:Q-DasOption.PNG]]
 
|-
 
|-
 
|border="1" style= width:50px; text-align:center;|4
 
|border="1" style= width:50px; text-align:center;|4
|border="1" style= width:300px; text-align:left;| Select “Add” QIS dialog box to add the new [[Variable]], a default name is given and the [[variable]] it is added to the list
+
|border="1" style= width:300px; text-align:left;| Select “Add”  
|border="1" style= width:500px; text-center;| [[File:Qdas3.png]]
+
|border="1" style= width:500px; text-center;|  
 
|-
 
|-
 
|border="1" style= width:50px; text-align:center;|5
 
|border="1" style= width:50px; text-align:center;|5
|border="1" style= width:300px; text-align:left;|Double click on the fields in order to:
+
|border="1" style= width:300px; text-align:left;|Click "Ok"
*Rename the [[Variable]]
+
|border="1" style= width:500px; text-center;|  
*Associate the [[Q-DAS]] K value
 
*Add a description of the custom [[Variable]]
 
|border="1" style= width:500px; text-center;| [[File:Qdas4.png]]
 
 
|-
 
|-
 
|border="1" style= width:50px; text-align:center;|6
 
|border="1" style= width:50px; text-align:center;|6
|border="1" style= width:300px; text-align:left;|Repeat steps 4-5 to add as many [[variable]] are required
+
|border="1" style= width:300px; text-align:left;|Perform the Output of the Feature as usually done.
 +
|border="1" style= width:500px; text-center;|
 
|-
 
|-
 
|border="1" style= width:50px; text-align:center;|7
 
|border="1" style= width:50px; text-align:center;|7
|border="1" style= width:300px; text-align:left;|Close CONTROL PANEL and Run ARCO to test the output (Open a new project called “QISTest”)
+
|border="1" style= width:300px; text-align:left;|Remember to [[Close the output device]] (DISPLY/OFF) and the end of the program
 +
|border="1" style= width:500px; text-center;|
 
|}
 
|}
  
  
== Using the Variables and Send it to ARCO ==
 
*Setup a QDAS output from Panel “Input/Output” -> “Standard” ->”File” -> “QSSTATQ”<br/>
 
*Click on “QIS Setup” to open the dialog
 
[[File:Qdas5.png]]<br/>
 
  
*Click on “Advanced” and choose the “Custom [[Variable]]” in order to add to the output the [[variable]] that has been created.<br/>
+
== Differences Between QSSTATQ and QSSTATD ==
*Type the value in the dedicated space (Red Arrow).<br/>
+
*'''QSSTATQ''': The Output produces a [[Q-DAS|Q-das]] file with extension ".dfq" that contains all the measured values and the nominal definition.
*Click “Add to Program” to store the instruction<br/>
+
*'''QSSTATD''': The Output produces two [[Q-DAS|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|Q-Das]]. Please refer to [[Q-DAS|Q-Das]] guide for the decision.
  
The [[DMIS]] result should be:
 
DISPLY/STOR,V(QSSTATQ)
 
Q(QIS_MYQISVARIABLE)=QISDEF/'MYQISVARIABLE','Value of the [[Variable]]'
 
R(RCLAB1)=REPORT/Q(QIS_MYQISVARIABLE)<br/>
 
OUTPUT/R(RCLAB1) [[File:Qdas6.png]]
 
  
*Close the output device from the Panel “Input/Output” -> “Standard” ->”Close All”
+
[[it:Aprire un dispositivo di output per creare un output compatibile con QDAS]]
*Go in the Report folder and open the file “QIS-Test.dfq”.
+
[[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]]
  
The result is a standard [[Q-DAS]] file as follow:
+
[[Category:Help_On_Line]]
K0100 0
 
K1204 18.01.2012/08:28:54
 
K1205 18.01.2012/08:39:40
 
K1500
 
K1500 VALUE OF THE [[Variable|VARIABLE]]
 

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.