Pacific Digital RI-310e Power Supply User Manual


 
Pacific Research Solutions RI-300e User Manual
Page 129
Power Select Command
In this example, we will build two commands to select the transmitter high and low power levels.
On user command store position 22, add the low power command. We will use “*050” as the command name.
62 022 0 1 112 *050 Command Number = 022, Type = standard, Group = 1, Start Line = 112, Name = “*050”
On macro start line 112, add the following S-Commands
96 3 4 0 Transmit low power select
30 001 Start of message
30 008 Delay 1 second
30 340 “LOW”
30 435 “POWER”
30 002 End of message
64 End of macro
On user command store position 23, add the low power command. We will use “*051” as the command name.
62 023 0 1 114 *051 Command Number = 022, Type = standard, Group = 1, Start Line = 114, Name = “*051”
On macro start line 114, add the following S-Commands
96 3 4 1 Transmit low power select
30 001 Start of message
30 008 Delay 1 second
30 285 “HIGH”
30 435 “POWER”
30 002 End of message
64 End of macro
User Function Command
In this example, we will build a command to change the state of a User Function output bit on the DHE RBI-1. This example
only sets the output low, other variations of the command can be built to change other bits.
On user command store position 24, add the low power command. We will use “*050” as the command name.
62 024 0 1 116 *090 Command Number = 024, Type = standard, Group = 1, Start Line = 116, Name = “*090”
On macro start line 116, add the following S-Commands
96 0 1 0 Set bit 1 low
64 End of macro