From 86665b87d8a2b4e3e68a9708166b6977e1fa07aa Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Wed, 24 Jan 2024 16:35:51 +0100 Subject: [PATCH] Aggiunto solido collisione lama sotto traversa (per PF-progress) --- Common_ONE-PF.mlpe | 7 ++++++- UpdateLog.txt | 5 +++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Common_ONE-PF.mlpe b/Common_ONE-PF.mlpe index 37bdc80..afd88e7 100644 --- a/Common_ONE-PF.mlpe +++ b/Common_ONE-PF.mlpe @@ -78,7 +78,7 @@ function OnSimulStart() { Grp = 'Base', Sub = 'COLLISION', Name = 'COL1'}, { Grp = 'Base', Sub = 'COLLISION', Name = 'COL2'}, { Grp = 'Base', Sub = 'BELT', Name = 'COLLISION'}} - -- gruppo CHSAW si attiva solo se progress, one con BIT ortiser o PF + -- gruppo CHSAW si attiva solo se progress, one con BIT mortiser o PF if Progress or Mortiser or EgtGetHeadId( 'H21') then table.insert( McdData, { Grp = 'Base', Sub = 'COLLISION', Name = 'CHSAW'}) end @@ -86,6 +86,11 @@ function OnSimulStart() if Mortiser and EgtGetHeadId( 'H21') then table.insert( McdData, { Grp = 'Base', Sub = 'COLLISION', Name = 'MORTISER'}) end + -- se Progress si attiva magazzino lama sotto traversa + if Progress and EgtGetHeadId( 'H21') then + table.insert( McdData, { Grp = 'Base', Sub = 'COLLISION', Name = 'SAW1'}) + end + if Clamp5 then table.insert( McdData, { Grp = 'W', Sub = 'COLLISION', Name = 'STM1'}) table.insert( McdData, { Grp = 'W', Sub = 'COLLISION', Name = 'STM2'}) diff --git a/UpdateLog.txt b/UpdateLog.txt index 02dbcab..3cbc740 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -17,6 +17,7 @@ Versione 2.6a2 (09/01/2024) Versione 2.6a3 (23/01/2024) - (GEN) Corretto gestione del movimento precedente all'ultimo che manda il pezzo alla posizione di scarico -versione 2.6a4 (--/--/----) +versione 2.6a4 (24/01/2024) - (GEN) Se pezzo tenuto solo con pinza destra non si esclude la rulliera di sinistra, se pezzogrande, può venire in supporto -- (SIM-GEN) Correzione gestione apertura/chiusura rulli sul fine barra e in generale (da PF1250) \ No newline at end of file +- (SIM-GEN) Correzione gestione apertura/chiusura rulli sul fine barra e in generale (da PF1250) +- (SIM) Aggiunto solido collisione lama sotto traversa (per PF-progress)