LUA Input Commands
input.status
This command is used to return the LUA input
1 - High, 0 - Low, 3 - Not assigned in F1 screen
The output can be stored in a variable
Syntax & Parameters
masso.input.status (LUA Input number) - This returns the status of the input in brackets
Example program
in1 = masso.input.status(1)
This returns LUA Input-1 status with 1 for High and 0 for low and stores the result in a variable called in1