Neue Lasersteuerung eingebaut

This commit is contained in:
2025-12-03 14:24:59 +01:00
parent 947327737a
commit 04fae899ac
2 changed files with 23 additions and 5 deletions

View File

@@ -16,11 +16,11 @@ PROGRAM _CYCLIC
bOuReset := gMP7121.Button OR (NOT bDebug AND NOT bOuFollowPos AND bInAlarm AND FUBs.TOF_FollowPosAutoErrorReset.Q) OR (FUBs.TON_ResetSignal.Q);
//FixMe
gRTLaserInterface.In.bHeadIsOk := TRUE;
gRTLaserInterface.In.bHeadIsMidPos := gRTLaserInterface.Out.bMidPos;
gRTLaserInterface.In.bHeadIsInFollowpos := gRTLaserInterface.Out.bFollowPos;
gRTLaserInterface.In.bHeadCalibrated := TRUE;
gRTLaserInterface.In.bHeadLimitPos := FALSE;
//gRTLaserInterface.In.bHeadIsOk := TRUE;
//gRTLaserInterface.In.bHeadIsMidPos := gRTLaserInterface.Out.bMidPos;
//gRTLaserInterface.In.bHeadIsInFollowpos := gRTLaserInterface.Out.bFollowPos;
//gRTLaserInterface.In.bHeadCalibrated := TRUE;
//gRTLaserInterface.In.bHeadLimitPos := FALSE;

View File

@@ -41,6 +41,24 @@ PROGRAM _CYCLIC
gRecipies[4].uiLaserPowerMin := 1000;
gRecipies[4].uiLaserPower := 3100;
bDefaultValues := FALSE;
//10: SE 56
gRecipies[5].strCaption := 'SE56';
gRecipies[5].strCNCPrg := 'SE56_MAIN-SW.MPF';
gRecipies[5].lrFeedrate := 30000.0;
gRecipies[5].usPartID := 10;
gRecipies[5].usToolID := 10;
gRecipies[5].uiLaserPowerMin := 1000;
gRecipies[5].uiLaserPower := 3100;
bDefaultValues := FALSE;
//11: SE 61
gRecipies[6].strCaption := 'SE61';
gRecipies[6].strCNCPrg := 'SE61_MAIN-SW.MPF';
gRecipies[6].lrFeedrate := 30000.0;
gRecipies[6].usPartID := 11;
gRecipies[6].usToolID := 11;
gRecipies[6].uiLaserPowerMin := 1000;
gRecipies[6].uiLaserPower := 3100;
bDefaultValues := FALSE;
END_IF