The BatchConfigFlagsTool is used to modify the hidden flag for selected action slots for a group of components.
Figure - Batch Config Flags ToolThe BatchConfigFlagsTool component is located in the vykonProUtil palette.
Start Ord
BOrd property used to configure the starting point in the station which the search is executed.
Component Type
Enum property used to select the type of component (Boolea Writable, Enum Writable, Numeric Writable, String Writable) which updates the selectable action slots.
Component Name
String property compared to component names when filtering.
Find Exact Name
Boolean property used to configure the search criteria when filtering by component names. When property = false the query uses, where name like '*componentName*'. When property = true the query uses, where name = 'componentName'.
Action Slot Bits
The selected action slots for the components which will have the hidden flag modified.
Display Confirmation
Boolean property when set to true will open a dialog providing confirmation of category changes applied to components when executing the component.
Hide Slots
Executing the action searches the station for components based on the "Start Ord", "Component Type", "Component Name", and "Find Exact Name" properties. It then verifies that the selected action slots exist and sets the hidden flag for each of the processed components.
Unhide Slots
Executing the action searches the station for components based on the "Start Ord", "Component Type", "Component Name", and "Find Exact Name" properties. It then verifies that the selected slots exists and clears the hidden flag for each of the processed components.