Scripts can be used with inspections to execute formulas for most test types in a running inspection. The type of scripting program used for inspections depends on whether the inspection is being used in GS Collect for mobile devices or PC Collect for inspections conducted on traditional computers.
Contents [Hide] |
Scripts for PC Collect inspections are written using Python scripting with GainSeeker. They are added to inspections using the PythonScript property for the Formula test in the Inspection Editor
Python™ is an accessible scripting language that gives you access to greater functionality in GainSeeker. It allows you to automate customized data entry and analytics in a readable syntax. People who are familiar working with other programming or scripting languages are encouraged to explore the use of Python with GainSeeker.
GainSeeker's Python Commands can be used to highly customize a PC Collect inspection. If your organization has staff with programming experience, they can use GainSeeker's Python Commands and other Python modules in GainSeeker to customize the inspection process to match your organization's needs. The Hertzler Systems staff can also optionally customize an inspection for you. Contact information for Hertzler Sales
See the Python website for more information about the scripting language.
Scripts can be written using LiveCode for GS Collect inspections. They are added using the FormulaMobile property for the Formula test in the Inspection Editor
The formula executes based on how the FormulaMode property for the Formula test is set.