;---------------------------------- ;---------------------------------- ; S-COM Sample 7330 Script file ; 5/5/2013, Dave Maciorowski, wa1jhk@macski.us ; ; Comments begin with a semi-colon and can be on the end ; of lines containing commands. ; ;---------------------------------- ; Common Control Macros ;---------------------------------- ; ; These control macros are common to all ports on the controller. ;---------------------------------- ; 60xx, Control the Logic Outputs ; ; 6040*, Logic Output #1: Off MPW 21 6040 * ; Erase if already exists MPW 20 6040 DD 71 01 * ; 6041*, Logic Output #1: On MPW 21 6040 * ; Erase if already exists MPW 20 6040 DD 70 01 * ; optionally add more logic output controls here ;---------------------------------- ; 6060, Say the Firmware Version ; ; Use this macro to say the version of the firmware in your controller. ; This can be useful when working with S-COM Support on an issue ; or determining when an upgrade is required. ; MPW 21 6060 * ; Erase if already exists MPW 20 6060 DD 15 999310 9960 1352 0039 0005 0035 1550 9899 * ;---------------------------------- ; 6070, Clear The Power Cycle Notification ; ; There are many ways to provide notification of a power failure. ; -- Add an Identifier Tail Message ; -- Change the Frequency of the CW ID ; -- Change the Courtesy Message ; -- Add a Dropout Message ; -- Set a Software Switch ; ; Whichever one of these is implemented in the Power-On Macro (see Init.scm), ; the commands defined in this macro should return the programming to ; the normal values. ; ; MPW 21 6070 * ; Erase if already exists ; MPW 20 6070 * ; MPW 29 6070 * ; MPW 29 6070 * ;---------------------------------- ; 6098, Say Short Time (Hr/Min/Sec) for Checking Clock Drift ; MPW 21 6098 * ; Erase if already exists MPW 20 6098 DD 15 999310 9960 9825 9832 * ;---------------------------------- ; 6099, Macro to check the Battery Status ; When executed, this macro says the battery condition. ; Example from page 5-25. ; MPW 21 6099 * ; Erase if already exists MPW 21 A000 * ; Erase if already exists MPW 21 A001 * ; Erase if already exists MPW 20 6099 DD 76 04 0012 A001 A000 * MPW 20 A000 DD 15 999310 9960 0225 0373 * ; say "battery warning" MPW 20 A001 DD 15 999310 9960 0225 0860 * ; say "battery good"