101501-565 Rev C
Page 26 of 58
5.5.10 Request User Configurations
Description:
The host requests that the firmware send the user configurable items.
Direction:
Host to supply
Syntax:
<STX><27><,><ETX>
Response:
If an error is detected, the Power Supply responds with:
<STX>27,!,<ERROR>,<ETX>
Please reference the Error Code section for a list of valid error codes.
If the message is accepted, the Power Supply responds with:
<STX>27,<ARG1>,<ARG2>,<ETX>
Where:
<ARG1> = kV Rate Ramp
<ARG2> = mA Rate Ramp
<ARG3> = AOL Enabled
<ARG4> = APT Enabled
Range:
Valid values for ARG1 and ARG2 are from 0 through 10000 milliseconds.
For ARG3 and ARG4 the valid values are 0 (disabled) and 1 (enabled).
Example Response:
kV and mA set to a 10 millisecond ramp, with AOL enabled and APT
disabled.
<STX>27,10,10,1,0,<ETX>