The BatchProxyConversionEditor is used to modify the proxyExt conversion for a group of components.
Figure - Batch Proxy Conversion EditorThe BatchProxyConversionEditor component is located in the vykonProUtil palette.
Assignment Mode Enum
The Assignment Mode Enum is used to configure the criteria used when searching the station for components. Options are "Use Component Type", "Use Component Name" or "Use Both".
Start Ord
BOrd property used to configure the starting point in the station which the search is executed. This would typically be configured to limit the search to a specific driver network.
Component Name
String property compared to component names when filtering using either "Use Component Name" or "Use Both" methods.
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'.
Component Type
TypeSpec property used to configure the search criteria when filtering uisng either "Use Component Type" or "Use Both" methods.
Conversion To Apply
Conversion property used to configure the conversion which will be assigned to the processed components.
Display Confirmation
Boolean property when set to true will open a dialog providing confirmation of category changes applied to components when executing the component.
Update Conversions
Executing the action searches the station for components based on the "Assignment Mode", "Component Name", "Find Exact Name" and "Component Type" properties. It then applies the "Conversion To Apply" to the proxyExt of the components which matched the search criteria.