Sepasoft MES Module Suite
Control Chart Script Functions
Helper functions for the Vision control charts:
Export Values
Exports the control chart values.
Syntax
export(locale, csvSeparator)
- Parameters
String locale - Locale used for parsing.
String csvSeparator - The csv delimiter used.
- Returns
A XML string value representing the SPC control chart values.
- Scope
Client
Export and Filter Values
Exports the control charts values.
Syntax
export(locale, csvSeparator, filter)
- Parameters
String locale - Locale used for parsing.
String csvSeparator - The csv delimiter used.
String filter - The string value to filter results.
- Returns
A XML string value representing the SPC control chart values.
- Scope
Client
Export and Save to File
Exports and saves the results to file.
Syntax
exportWithSave(locale, csvSeparator)
- Parameters
String locale - Locale used for parsing.
String csvSeparator - The csv delimiter used.
- Returns
A XML string value representing the SPC control chart values.
- Scope
Client
Export, Filter and Save to File
Exports and saves the results to a file.
Syntax
exportWithSave(locale, csvSeparator, filter)
- Parameters
String locale - Locale used for parsing.
String csvSeparator - The csv delimiter used.
String filter - The string value to filter results.
- Returns
A XML string value representing the SPC control chart values.
- Scope
Client
Sepasoft MES Module Suite