User and Programming Manual
XDS Series
71
9.2 XDSGUI Program Requirements
To successfully install and operate the XDSGUI program, you will need the following equipment:
Argantix XDS Series DC power supply.
PC capable of running Windows 98™ , Windows 2000
™
or Windows XP
™
•
RS232C communications port
•
RS232C serial cable (supplied with the product.)
or
•
If option -IF (GPIB) is installed, a National Instruments IEEE-488 Controller Card
Note: The XDSGUI can be run in the absence of a DC power supply. If no DC supply is
available, the XDSGUI can be operated in a simulation mode. The program will detect
these conditions and start up in simulation mode after notifying the operator.
Measurements in this case will be simulated and should not be used for any analytical
purpose.
9.3 RS232C
Interface
A suitable cable to connect the power supply to a 9 pin PC-AT style serial port is supplied with the
power supply.
The XDS Series expects a LF (Hex 10) terminator at the end of each string sent over the RS232C
interface. If the programming environment you use to develop test programs does not append a LF
terminator to each output string, the XDS Series will not respond. This may be the case for programs
like LabView™ using VISA drivers.
9.3.1
Serial Communication Test Program
The following sample program written in Quick-BASIC can be used to check communication to the
XDS Series Power supply over the RS232C serial interface. The interface is optional and must be
installed for this to work.
'Argantix RS232C Communication Demo Program
'(c) 2002 Copyright California Instruments, All Rights Reserved
'
'This program is for demonstration purposes only and is not to be
'used for any commercial application
'================================================================
'Function and Subroutine Declarations
DECLARE FUNCTION retstring$ ()
'================================================================
'MAIN PROGRAM CODE
'================================================================
'OPEN COM2. Replace with COM1, COM3 or COM4 for Com port used
'The input and output buffers are set to 2K each although
'this is not required for most operations.
OPEN "COM2:19200,n,8,1,BIN,LF,TB2048,RB2048" FOR RANDOM AS #1 LEN = 1
CLS
PRINT "**** INTERACTIVE MODE ****"
'Enter and endless loop to accept user entered commands
DO
Summary of Contents for XDS 100-100
Page 4: ...User and Programming Manual 4 XDS Series Electrical Safety Symbols Used in This Manual ...
Page 27: ...User and Programming Manual XDS Series 27 Figure 3 5 Outline Drawing XDS DC Supply ...
Page 41: ...User and Programming Manual XDS Series 41 Figure 5 4 Parallel Cable Interconnect Accessory ...
Page 69: ...User and Programming Manual XDS Series 69 Figure 8 3 Replaceable Fuse Locations ...