From 5cc6555da21fb0ff87a1bca4e063c0e2ba3d7a48 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 7 Aug 2023 18:08:31 +0200 Subject: [PATCH] Essetre-PF 2.5h1 : - minima versione EgtMachKernel portata a 2.5h1. --- Essetre-PF.NUM.mlpe | 4 ++-- Essetre-PF.mlpe | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Essetre-PF.NUM.mlpe b/Essetre-PF.NUM.mlpe index 631bbfd..e9acdcc 100644 --- a/Essetre-PF.NUM.mlpe +++ b/Essetre-PF.NUM.mlpe @@ -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 diff --git a/Essetre-PF.mlpe b/Essetre-PF.mlpe index 9b68313..5443015 100644 --- a/Essetre-PF.mlpe +++ b/Essetre-PF.mlpe @@ -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()