Teledyne HFM-I-401 Automobile Parts User Manual


 
172-082010_400 I Series Software Page 20 of 35
Sample reply: 3903(cr)>
write S52=4003(cr) or *[aa]S52=4003(cr)
This is space reserved for the customer. This could be used to provide a text message
to identify instrument for users. 30 characters are available.
item 64:prod cfg: x01
read S64(cr) or *[aa]S64(cr)
Sample reply: x01(cr)>
This is hexadecimal information stored in the instrument after manufacture to tell the
processor which of the various optional analog input or output configurations are installed in
this particular instrument. The analog full scale value reported with the S11 command is
generated from this list. Do not change this value unless the I/O boards are being replaced.
S64
Option Meter Controller
0-5 VDC X00 X01
0-10 VDC X02 X03
0-20 mA X14 X15
4-20 mA X1C X1D
1-5 VDC X08 X09
item 65:nxtline:
read S65(cr) or *[aa]S65(cr)
Sample reply: x0D(cr)>
write S65=x0A(cr) or *[aa]S65=x0A(cr) (change to linefeed)
This is the hexadecimal version of the ascii code for the character you will use to signal
flow instrument that the transmission from the computer is complete instead of the
normal carriage return(x0D). This could be a line feed (x0A) or other seldom used
character such as >(x3E), <(x3C), #(x23) or ^(x5E). After this command is complete the
flow instrument will only respond to commands that terminate with the newly specified
character. I. E. to read item 65 the new command structure would appear as: write
S65> or *[aa]S65> if x3E were chosen as the new terminator.
Be careful when choosing a new terminator to ensure that the software that is used to
communicate with the instrument can generate the chosen character. Most terminal
programs cannot generate most of the unprintable character ascii codes that are less
than x20 (other than x0D and x0A) or greater than x7F. Routines written in Labview®
or other programming environment can be set up to use these codes. If an instrument
has been setup with a terminating character that cannot be generated locally there
will be no way to communicate with the instrument to return the terminator to the
original condition. The instrument would need to be returned to the factory for to
reset this.
item 66:prompt: x3E000000
read S66(cr) or *[aa]S66(cr)
Sample reply: x0D3E(cr)>
write S66=x0D0A3E(cr) or *[aa]S65=x0D0A3E(cr)
(carriage return, linefeed and “>” character)
This is the hexadecimal representation of the ascii codes for the character string that
the instrument will use to signal to the computer that it has ended its transmission.
This string may be up to 11 characters long. The string format starts with an “x” to
signal that the string is hexadecimal and it is followed by a series of pairs of