101501-565 Rev C
Page 39 of 58
6.6 COMMAND
STRUCTURE
6.6.1 Program User Configurations
Description:
The host requests that the firmware set the user configurable items.
Direction:
Host to supply
Syntax:
<STX><09><,><ARG1><,><ARG2><,><CSUM><ETX>
Where:
<ARG1> = kV Rate Ramp
<ARG2> = mA Rate Ramp
<ARG3> = AOL Enable
<ARG4> = APT Enable
Range:
Valid values for ARG1 and ARG2 are from 0 through 10000 milliseconds.
In 10 milliseconds increments. For ARG3 and ARG4 they are 0 (disabled)
and 1 (enabled).
Response:
If an error is detected, the Power Supply responds with:
<STX>09,!,<ERROR>,<CSUM><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>09,$,<CSUM><ETX>
Example:
Set kV and mA to a 10 ms ramp, with AOL and APT disabled.
<STX>09,10,10,0,0,<CSUM><ETX>