mfc_filt_count
Purpose:
-
Set the filter counts for the Multi-Filter Changer using provided values or a user interface and trigger an associated event.
Enter:
-
mfc_filt_count [filtA_count] [sepA_count] [filtC_count] [sepC_count] [holder_count] [event_name]
Where:
-
filtA_count
Optional but required if any arguments are specified. Specify the variable label that contains the number of filters in canister A. The default is FilterA_Actual.
sepA_count
Optional but required if any arguments are specified. Specify the variable label that contains the number of separators in canister A. The default is SepA_Actual.
filtC_count
Optional but required if any arguments are specified. Specify the variable label that contains the number of filters in canister C. The default is FilterC_Actual.
sepC_count
Optional but required if any arguments are specified. Specify the variable label that contains the number of separators in canister C. The default is SepC_Actual.
holder_count
Optional but required if any arguments are specified. Specify the variable label that contains the number of filters in the filter holder. The default is FilterHolder_Actual.
event_name
Optional but required if any arguments are specified. Specify the event name to trigger after setting the values. The default is SetMfcFiltCount.
Example:
-
mfc_filt_count
The preceding runs with accepted defaults.
mfc_filt_count 5 2 4 1 3 SetMfcFiltCount
The preceding specifies variable labels with the default event_name.
Notes:
-
Specify either all arguments or no arguments. If no arguments are specified, the program uses a user interface to obtain the values.