January 2006
G-8
Communicating with the OPTICA Using Ethernet
Retrieving Analog Output
Information
This command enables the user to retrieve settings for the two analog
outputs.
Command:
http://3.112.160.36:28005/OpticaAPI.xml?GetAnalog0
Function Name:
GetAnalogOutData
Channel:
0
Response:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<OpticaAPIReturn Function="
GetAnalogOutData
">
<channel>
0
</channel>
<UnitOffset>
0
</UnitOffset>
<LowerLimit>
-40.000000
</LowerLimit>
<UpperLimit>
60.000000
</UpperLimit>
<UnitOffset>
17
</UnitOffset>
<LowerLimit>
0.000000
</LowerLimit>
<UpperLimit>
100.000000
</UpperLimit>
<retval>
GEIAPI_SUCCESS
</retval>
</OpticaAPIReturn>
UnitOffset is an index to the list of labels. In this case
0
refers to
Tdew °C
Retrieving the Measured
and Calculated Values
This command enables the user to retrieve measured and calculated
values for all supported units. The status information is also returned.
Command:
http://3.112.160.36:28005/OpticaAPI.xml?GetCurr0
Function Name:
GetCurrentData
Channel:
0
Response:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<OpticaAPIReturn Function="
GetCurrentData
">
<channel>
0
</channel>
<channelName />
Note:
iNumber is the number of data values returned.
This number is the same as "iLabels" of GetHTPLabels and those
labels coincide with these values.
<iNumber>
33
</iNumber>
<fAllData>
-4.892536
</fAllData>
<fAllData>
23.193436
</fAllData>
<fAllData>
16.158667
</fAllData>
<fAllData>
9.333572
</fAllData>
Содержание Optica
Страница 1: ...GE Sensing Optica General Eastern Dew Point Analyzer Operator s Manual ...
Страница 11: ...Chapter 1 ...
Страница 20: ...Chapter 2 ...
Страница 43: ...Chapter 3 ...
Страница 58: ...Chapter 4 ...
Страница 80: ...Chapter 5 ...
Страница 81: ...Programming the 4x40 Optica Introduction 5 1 Programming Technique 5 2 Programmable Functions 5 4 ...
Страница 94: ...Chapter 6 ...
Страница 95: ...Network Based Programming Introduction 6 1 Programming Screens 6 1 ...
Страница 99: ...Chapter 7 ...
Страница 109: ...Appendix A ...
Страница 114: ...Appendix B ...
Страница 115: ...Humidity Equations and Conversion Chart Introduction B 1 Vapor Pressure B 1 Humidity B 2 ...
Страница 118: ...Humidity Equations and Conversion Chart B 3 January 2006 Figure B 1 Graphical Humidity Conversion Chart ...
Страница 119: ...Appendix C ...
Страница 120: ...Configuring the Serial Interface Wiring to a Personal Computer C 1 ...
Страница 122: ...Appendix D ...
Страница 123: ...Chilled Mirror Sensors Introduction D 1 Depression D 1 Measurement Range D 2 Comparing Optica Models D 3 ...
Страница 127: ...Appendix E ...
Страница 128: ...Glossary ...
Страница 130: ...Appendix F ...
Страница 133: ...Appendix G ...
Страница 134: ...Communicating with the OPTICA Using Ethernet Direct Communication G 1 Computer Communication G 1 ...