Files
2021-08-09 11:24:55 +02:00

29 lines
505 B
Lua

-- 2015/11/26 09:30:00
-- Comando modalità 3 assi
-- Intestazioni
require( 'EgtBase')
_ENV = EgtProtectGlobal()
EgtEnableDebug( false)
-- Tavola di passaggio valori
local CMD = {}
CMD.F=0
CMD.S=0
CMD.L1=0
CMD.L2=0
CMD.L3=0
CMD.R1=0
CMD.R2=0
CMD.CMDSTRING = ""
CMD.ERR = 0
_G.CMD = CMD
function CmdString()
CMD.EACTIVE=true
CMD.ENUMBER="Application.GVL_HMI_OMAG.IPuls_Jog_X_Y"
CMD.EVALUE="1"
CMD.ENUMBER2="Application.GVL_HMI_OMAG.IPuls_Jog_X_Y"
CMD.EVALUE2="0"
end
_G.CmdString=CmdString