stand-alone
operation
SYNRAD FH Series Flyer Operator’s Manual Version 3.4
111
Conguration
Notes: The SetDigitalMatch command sets the desired output when Flyer has successfully
matched the current input state to a particular mark le.
Example: # specify outputs OUT5 and OUT4 as the mask. OUT5 = 32 and OUT4 = 16,
# so mask value is 48 decimal or 0x30 hex.
# The desired output state is OUT5 = 1 and OUT4 = 0, so the output
# value is 32 decimal or 0x20 hex.
SetDigitalMatch =0x30 0x20
# remember that a space is a data delimiter!
# next step in Master Control File.
Keyword: SetDigitalNoMatch
Operation: Continuous, strobed
Required: No
Format: “SetDigitalNoMatch=arg1 arg2” where the arguments consist of decimal or hexa-
decimal values.
Argument: Arg1 is a mask that denes the output bits to set or clear. Arg2 is the desired out-
put state.
Notes: SetDigitalNoMatch sets the desired output when Flyer cannot match the current
input state to a particular le. Flyer will then execute a NullFile delay if one is
specied.
Example: # specify outputs OUT5 and OUT4 as the mask. OUT5 = 32 and OUT4 = 16,
# so mask value is 48 decimal or 0x30 hex.
# The desired output state is OUT5 = 0 and OUT4 = 1, so the output
# value is 16 decimal or 0x10 hex.
SetDigitalNoMatch =0x30 0x10
# remember that a space is a data delimiter!
# next step in Master Control File.
Keyword: NullFile
Operation: Continuous, strobed
Required: No
Format: “NullFile=arg1” where arg1 is a single integer value.
Argument: NullFile forces Flyer to wait the specied value in milliseconds before reading the
input state.
Notes: A NullFile delay occurs after the input state is read AND no mark le match is
found. If the NullFile keyword is not dened in the Master Control File, Flyer
immediately scans the input for a matching le. Delay values are expressed in mil-
liseconds (ms) and are limited to 10000 (10 seconds). NullFile values greater than
10000 are ignored and the actual delay is set to 10000 ms.
Example: # enter a 30 millisecond delay before input status is rescanned for a le match.
NullFile=30
# next step in Master Control File.