
VT8600 SeriesUser Interface Guide
8
Viconics Technologies Inc. 9245 Langelier Blvd. Saint-Leonard, Quebec, Canada, H1P 3K9 I +1 514 321 5660
028-0441-00 www.viconics.com November 2014
© 2014 Viconics Technologies. All rights reserved.
LUA SETTINGS
The LUA settings screens show information about any custom LUA script uploaded to the controller. LUA scripts are not
programmable on the controllers, and so must be uploaded to the controllers.
if not init then
init=true
delay=0
end
if ME.BV1==1 then
ME.BO98=1
delay=60
The body of the LUA script is
shown here
The title of the LUA script is
shown here
PARAMETER DETAILS
Configuration Parameters Default Value Significance and Adjustments
Program cmd
Default value: Run
Run: The LUA script is activated and will run continuously until
deactivated.
Stop: The LUA script is deactivated
Program status
Read only
Running: The LUA script is current active
Halted: The LUA script has been stopped and is not active.
Idle: The LUA script is running but is not currently taking any ac-
tions
Waiting: The LUA script is running and waiting for a response.
Program error
Read only
No error: No errors in the LUA script are detected.
Syntax: A syntax error in the LUA script is detected
Runtime: A runtime error has occurred while running the LUA
script.
Memory: The device has run out of memory for the script
Komentáře k této Příručce