Vishay Micro-Measurements
System 7000 Programmer’s Reference Manual
Page 104 of 142
7.3.1 Example Responses
Example 1:
The following sequence commands the system to set the time-based recording mode for Groups
A and B on cards 1 and 4 to ‘Continuous’:
0x0008 0x02 0x0002 0x0009 0x00
0x03
0x01
If successful, the system will return:
0x0008 0x02 0x0002 0x0009 0x00
0x06
0x06
Note that an acknowledgement is returned for both cards.
If card 1 detects an invalid recording mode and card 4 is successful, the system will return:
0x0009 0x02 0x0002 0x0009 0x00
0x15 0x50 0x06
Note that card 1 returned a NAK followed by an error code and card 4 returned an ACK.
Example 2:
The following sequence queries the system for the channel recording group for channels 1 and 3
on cards 2 and 10.
0x0006 0x06 0x8001 0x0202 0x05
Notice the query bit is set in the command code.
If successful, the system will return:
0x0014 0x06 0x8001 0x0202 0x05
0x06
0x01
0x06
0x02
0x06
0x03
0x06
0x04
Note that an acknowledgement is returned for all channels on each card. Card 2/Channel 1 is
set to group A (0x01), Card 2/Channel 3 is set to Group B (0x02), Card 10/channel 1 is set to
group C (0x03), and Card 10/Channel 3 is set to Group D (0x04)
If card 2/channel 3 detects an error the response will change to:
0x0014 0x06 0x8001 0x0202 0x05
0x06
0x01
0x06
0x31
0x15
0x49
0x06
0x04