Lua Scripting

Embedded Lua Scripting Overview
GP-Probe has a built-in LUA v.5.3.1 interpreter and debugger. This allows you to create a variety of custom reaction scenarios for different events.  GP-Pr...
Sat, 28 Jan, 2023 at 10:34 AM
SYS Lib Description
-- Requesting a probe status as a string sys.get_status_str(string VarName) -- Requesting a probe status as an integer sys.get_status_int(string VarN...
Sat, 5 Aug, 2023 at 8:39 PM
COM Lib Description
The GP-Probe TGE2 is equipped with two ports: RS485/422. Port_ID = 1. RS232. Port_ID = 2.  Port initialization: com.init(Port_ID, BaudRate, Pari...
Sat, 28 Jan, 2023 at 11:11 AM