![Cryo-con 24C User Manual Download Page 174](http://html.mh-extra.com/html/cryo-con/24c/24c_user-manual_2691809174.webp)
Cryo-con Model 24C
Appendix F: Configuration Scripts
Basic XML Tags
Comment: <! >
Inserts a comment in the file for documentation and readability. The comment within
the angle brackets after the exclamation is ignored by the software.
<!Download User Curve 4>
<!------------ Loop 1 --------------->
Model: <Model> </Model>
Contains the Crycon instrument model number for source/destination verification.
<Model>Model24 Version 2.03</Model>
Remote Command: <Command> </Command>
Send a remote command to the instrument. Commands can be any of the
instrument's commands as described in the
Remote Programming Guide
.
<Command>input c:sensor 2</Command>
<Command>LOOP 1:SOURCE A;Setpt 20.0</Command>
<Command>OVERTEMP:ENABLE ON</Command>
Query: <Query> </Query>
Query data from the instrument. Queries can be any of the instrument's commands
as described in the
Remote Programming Guide
. Query is generally used with a
Response tag to compare the instrument's response to an expected value. If there is
no Response tag, the result of the query is printed but not tested for errors.
<Query>input c:sensor?</Query>
<Query>input b:units K;units?</Query>
Response: <Response> </Response>
Identifies the expected response to a query. This tag must always follow a Query tag,
otherwise, it is ignored. When the comparison fails, an error text message will be
displayed and recorded to a file.
<Query>Relays? 1</Query>
<Response>Lo</Response>
<Query>input c:units?</Query>
<Response>K</Response> <! Should be Kelvin. Error if not >
168