8031 Avonia Road · Fairview, PA 16415 · Phone: 814-474-2207 · Fax: 814-474-2208 default factory: user “ssjr” and password “ssjr”. Please note that the default user and password are all in lower case. Frimware Version: SSJR 1X8 v1.4HC Agent Version: 2.11.001 AFFr03 1 turn ON outlet #3 AFFr02 status of outlet#2 AFFr01 0 turn OFF outlet #1 AFFS tell ON/OFF status, of all outlets AFFPA turns ON first bank of 4 in predefined sequence AFFQA QuIT or turn off 1st bank of 4 AFFD returns the delay sequence delay time AFFD050 Changes the time delay to 5 seconds between each outlet turning on or off. Valid settings are from 001 to 300. AFFT01 Returns the value of the first outlet to turn on AFFT02 07 Sets outlet #7 to turn on second in the programmed sequence. UFFT02 07 Here's a set up set the outlets to their desired power ON settinggs: AFFr01 1 AFFr02 1 AFFr03 1 AFFr04 0 AFFr05 0 AFFr06 0 AFFr07 0 AFFr08 0 set the delay time to 10 seconds AFFD0100 Specify the Power on Sequence Order AFFT01 03 AFFT02 02 AFFT03 01 AFFQ turn off the power AFFP power on in sequence IP set to 192.168.4.20 ; MAC address is: 00-20-4a-83-c6-85 (type dynamic)? ***************************************** source /programs/adsc/env/bl831_env setenv CCD_SSJR_HOST 192.168.4.20 setenv CCD_SSJR_PORT 3001 set power_off = `/programs/adsc/bin/ssjr_cmd status | awk '/^UFF/{print ( /S00R$/ )}'` if("$power_off" == "1") then echo "detector power is already off." goto power_up endif status: /programs/adsc/bin/ssjr_cmd status power_down: echo "Turning detector power OFF" /programs/adsc/bin/ssjr_cmd sequence_power_down sleep 3 power_up: echo "Seqnencing Detector power UP" /programs/adsc/bin/ssjr_cmd sequence_power_up