SmartScript is the embedded script engine for Lab-LINK to allow users extend its functionality by writing their own script program. Despite SmartPanel have already included objects with logic and mathematic calculation functions, SmartScript provide abundant functions and more sophisticated programming. SmartScript is an easy to use yet powerful script language built into Lab-LINK, it has statements and functions for variable and array, loop control, conditional logic, file and serial IO access, mathematic calculation, string manipulation, etc. An editor is also included in the Lab-LINK developer for the editing, running, testing and debugging of SmartScript.

Features

★ Statements for complete program logic control such as if and switch/case condition,
for and while loop, goto and gosub, etc.

★ Use of variables and array.

★ Direct access to tag data as variables.

★ Subroutine activated by tag event.

★ File and serial communication IO capabilities.

★ Abundant mathematic function to meet any calculation needs.

★ String manipulation statement and functions.

★ Editing tool for script editing, testing and debugging.