Cryo-con Model 24C
Appendix F: Configuration Scripts
PID tables are sent to the instrument by using standard command tags. For example:
<PIDtable> <!--Group tag is for documentation only--->
<Command>PIDTABLE 0:TABLE</Command>
<Command>PID table 1</Command>
<Command>320.00 2 10 1 ChA LOW</Command>
<Command>300.00 2 10 1 ChA LOW</Command>
<Command>150.00 2 10 1 ChA LOW</Command>
<Command>55.00 2 10 1 default LOW</Command>
<Command>40.00 2 10 1 default MID</Command>
<Command>30.00 2 10 1 default MID</Command>
<Command>25.00 2 8.5 1 default MID</Command>
<Command>20.00 2 4 1 default MID</Command>
<Command>15.00 2 3 1 default MID</Command>
<Command>10.00 2 2 1 default MID</Command>
<!--Send end-of-transmission-->
<Command>;</Command>
</PIDtable>
Script File Example
<?xml version="1.0"?>
<Transactions>
<Model>Model24 Version 3.06</Model>
<Input>
<!----- CHA ----->
<Command>input a:sensor 20</Command> <! Set to PT100>
<Query>input a:temp?</Query>
<Command>input a:sensor 21</Command> <! Set to PT1K>
<Query>input a:temp?</Query> <! Ignore response>
<!---- CHB------>
<Command>input b:sensor 20</Command>
<Query>input b:temp?</Query>
<Response>K</Response>
<Command>input b:sensor 21</Command>
<Query>input b:temp?</Query>
</Input>
170