Essetre-PF 2.5h1 :

- minima versione EgtMachKernel portata a 2.5h1.
This commit is contained in:
Dario Sassi
2023-08-07 18:08:31 +02:00
parent 1f1cc5a0c4
commit 5cc6555da2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ local TEST_USE = false
---------------------------------------------------------------------
function OnStart()
-- controllo versione programma
if not EMT.VER or EMT.VER < '2.5d1' then
EmtSetLastError( 1200, 'A newer version of the program is required (minimum EgtMachKernel 2.5d1)')
if not EMT.VER or EMT.VER < '2.5h1' then
EmtSetLastError( 1200, 'A newer version of the program is required (minimum EgtMachKernel 2.5h1)')
end
EMT.USETO1 = false -- abilitazione uso origine tavola
EMT.MODAL = true -- abilitazione emissione modale
+2 -2
View File
@@ -25,8 +25,8 @@ local COLL_SAFE_DIST = 4
---------------------------------------------------------------------
function OnSimulStart()
-- controllo versione programma
if not EMT.VER or EMT.VER < '2.5d1' then
EmtSetLastError( 1200, 'A newer version of the program is required (minimum EgtMachKernel 2.5d1)')
if not EMT.VER or EMT.VER < '2.5h1' then
EmtSetLastError( 1200, 'A newer version of the program is required (minimum EgtMachKernel 2.5h1)')
end
-- Carico gli utensili sulle barre portautensili
local vTcPos = EgtGetAllTcPosNames()