5 ciil programming, 6 programming examples, Ciil programming -8 – KEPCO BIT 232F User Manual
Page 30: Programming examples -8
![background image](/manuals/367864/30/background.png)
4-8
BIT 232 022800
•
Commands/queries may be given in upper/lower case (long form)
e.g., SoUrCe is allowed.
•
Text shown between brackets [] is optional.
e.g., :[SOUR]VOLT:[LEV] TRIG has the same effect as :VOLT TRIG
4.5
CIIL PROGRAMMING
The CIIL command language is used on early models of Kepco power supplies and controllers.
The command functions are included here for compatibility with other equipment programmed
with CIIL commands. The CIIL command set for the BIT Card is defined and explained in
Appendix C.
4.6
PROGRAMMING EXAMPLES
Appendices D through G provide sample programs which can be altered and adapted by the
user for specific applications, or used exactly as shown. All programs shown use SCPI com-
mands; these can be adapted to use CIIL commands by changing the command strings to CIIL.
Appendix D is a C language program used with an IBM compatible computer running a terminal
emulation program.
Appendix E is a C language program which automatically programs a series of commands
Appendix F is comprised of C language function prototypes used as building blocks for the pro-
grams in Appendices D and E. These function prototypes can also aid the user in creating new
programs for unique applications.
Appendix G is a QuickBasic language program which executes some commands and also
implements terminal emulation .