User's Manual
545C Operations Manual
02/10/2012 Prerelease DCN 00001789-A
© 2012 Meteorcomm LLC. All Rights Reserved. Proprietary and Confidential. Do Not Distribute. 111
Parameter Description
IFGT
If first parameter is less than second parameter.
bit-name1
Name of a timer, counter or accumulator to test.
bit-name2
Name of a timer, counter or accumulator to test bit
-
name1 against.
Action
MCC
-
545C action to be taken when event is declared. See actions
below.
Command: EVENT, IFEQ, bit-name1, bit-name2, action
Test whether a timer, counter or accumulator is equal to another timer,
counter or accumulator.
Parameter Description
IFEQ
If first parameter is equal to second parameter.
bit-name1
Name of a timer, counter or accumulator to test.
bit-name2
Name of a timer, counter or accumulator to test bit
-
name1 against.
Action
MCC
-
545C action to be taken when event is declared. See
actions
below.
Command: EVENT, CONT, action
The CONT (Continue) event is used to define multiple actions to an event.
An event definition command can be followed by any number of CONT
commands and are considered to be an extension of the previous event
command. For example:
EVENT,DIOHI,DTR,1,1,SET,BIT0 ;Defines an event with one action
EVENT,CONT,TXT,1 ;Add another action
EVENT,CONT,UPDT,1 ;Add another action
EVENT,CONT,CLR,T1 ;Add another action
EVENT,DIOLOW,DTR,1,1,CLR,BIT0 ;End previous event definition, Start next one
Command: EVENT, DO, action
The DO event is provided for cases where an unconditional action is
required. This type of event is not connected to other event lines as the
CONT is. It is independent and will be initiated every time the event
monitor executes the script item. For example: EVENT,DO,INC,C1
Command: EVENT, ADCHI, chan-name, hi-level, settle, holdoff,
action