Compare commits

...
1 Commits
Author SHA1 Message Date
luca.mazzoleni 3a80013691 - modificata GetSetupInfo 2025-02-28 09:23:29 +01:00
2 changed files with 9 additions and 9 deletions
+7 -7
View File
@@ -223,7 +223,7 @@ local function GetSetupInfo( sHead)
local SetupInfo = {}
-- dati comuni
SetupInfo.bIsCSymmetric = true
SetupInfo.bIsCSymmetrical = true
SetupInfo.dCAxisEncumbrance = 180
SetupInfo.bToolOnAggregate = false
@@ -231,33 +231,33 @@ local function GetSetupInfo( sHead)
if sHead == 'H11' then
SetupInfo.HeadType = { bTop = true, bBottom = false}
SetupInfo.PreferredSide = {}
SetupInfo.dMaxNegativeAngle = sin( -35)
SetupInfo.dMinNz = sin( -35)
-- lama su aggregato testa 5 assi da sopra
elseif sHead == 'H12' then
SetupInfo.HeadType = { bTop = true, bBottom = false}
SetupInfo.PreferredSide = {}
SetupInfo.dMaxNegativeAngle = sin( -35)
SetupInfo.dMinNz = sin( -35)
-- seconda lama su aggregato testa 5 assi da sopra
elseif sHead == 'H16' then
SetupInfo.HeadType = { bTop = true, bBottom = false}
SetupInfo.PreferredSide = {}
SetupInfo.dMaxNegativeAngle = sin( -35)
SetupInfo.dMinNz = sin( -35)
-- motosega
elseif sHead == 'H13' then
SetupInfo.HeadType = { bTop = true, bBottom = false}
SetupInfo.PreferredSide = {}
SetupInfo.dMaxNegativeAngle = 0
SetupInfo.dMinNz = 0
SetupInfo.dZSafeDelta = 60
-- testa 5 assi da sotto
elseif sHead == 'H21' then
SetupInfo.HeadType = { bTop = false, bBottom = true}
SetupInfo.PreferredSide = {}
SetupInfo.dMaxPositiveAngle = sin( 25)
SetupInfo.dMaxNz = sin( 25)
-- lama su aggregato testa 5 assi da sotto
elseif sHead == 'H22' then
SetupInfo.HeadType = { bTop = false, bBottom = true}
SetupInfo.PreferredSide = {}
SetupInfo.dMaxPositiveAngle = sin( 25)
SetupInfo.dMaxNz = sin( 25)
end
return SetupInfo
+2 -2
View File
@@ -8,8 +8,8 @@
require( 'EmtGenerator')
EgtEnableDebug( false)
PP_VER = '2.7b5'
PP_NVER = '2.7.2.5'
PP_VER = '2.7b6'
PP_NVER = '2.7.2.6'
MIN_MACH_VER = '2.5k1'
MACH_NAME = 'Essetre-PF1250MAX'