diff --git a/main.io.lua b/main.io.lua index ffd9446..7111db9 100644 --- a/main.io.lua +++ b/main.io.lua @@ -1,5 +1,5 @@ --version = 1 ---Eplanner version = 2022.10.8336.19418 +--Eplanner version = 2024.5.8914.17940 ------------------------------------------------------------------------------ PAC_name = 'T1-PLCnext-Demo' PAC_id = '28204' @@ -70,7 +70,7 @@ devices = descr = '', dtype = 0, subtype = 15, -- V_IOLINK_MIXPROOF - article = ' DEF.SORIO-1SV', + article = 'DEF.SORIO-1SV', AO = { { @@ -537,7 +537,7 @@ devices = { { node = 1, - offset = 72, + offset = 74, physical_port = 12, logical_port = 4, module_offset = 68 @@ -1188,7 +1188,7 @@ devices = node = 1, offset = 2, physical_port = 1, - logical_port = 2, + logical_port = 3, module_offset = 1 }, }, @@ -1207,7 +1207,7 @@ devices = node = 1, offset = 1, physical_port = 2, - logical_port = 3, + logical_port = 5, module_offset = 1 }, }, @@ -1226,7 +1226,7 @@ devices = node = 1, offset = 2, physical_port = 3, - logical_port = 4, + logical_port = 7, module_offset = 1 }, }, @@ -1331,4 +1331,32 @@ devices = }, }, + { + name = 'G1', + descr = '', + dtype = 25, + subtype = 1, -- G_IOL_4 + article = 'PXC.1252696', + AO = + { + { + node = 1, + offset = 72, + physical_port = 4, + logical_port = 2, + module_offset = 68 + }, + }, + AI = + { + { + node = 1, + offset = 72, + physical_port = 4, + logical_port = 2, + module_offset = 68 + }, + }, + }, + } diff --git a/prg.lua b/prg.lua index 0c80918..d382a15 100644 --- a/prg.lua +++ b/prg.lua @@ -1,5 +1,5 @@ --version = 1 ---Eplanner version = 2022.10.8336.19418 +--Eplanner version = 2024.5.8914.17940 --PAC_name = 'T1-PLCnext-Demo' ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ @@ -74,6 +74,7 @@ local prg = PT2 = PT('PT2'), F1 = F('F1'), HLA1 = HLA('HLA1'), + G1 = G('G1'), }, }