Variable im G-Code zuweisen

Was bitte soll Codesys Cnc sein?

Du solltest allmählich mal anfangen, ordentlich zu formulieren - denn mit der Zeit macht das schön langsam keinen Spaß mehr.
 
Zuviel Werbung?
-> Hier kostenlos registrieren
kann mir jemand sagen, wie ich in einem G-Code einer Variable einen Wert zu weise?

Mit "G-Code" meinst Du so etws ...
G00 Linear interpolation at high speed
G01 Linear interpolation at programmed feed rate
G02 Clockwise circular interpolation at programmed feed rate
G03 Counterclockwise circular interpolation at programmed feed rate
G04 Programmable dwell
G06 Spline curve execution command
G08 Acceleration at the block beginning
G09 Deceleration at the block end
G17 Selecting the working plane XY
G18 Selecting the working plane ZX
G19 Selecting the working plane YZ
G33 Thread cutting, uniform lead
G34 Thread cutting, uniform increasing lead
G35 Thread cutting, uniform decreasing lead
G40 Deactive tool radius compensation
G41 Activate tool radius compensation left of contour
G42 Activate tool radius compensation right of contour
G53 Cancellation of zero offsets
G54 Enabling zero offsets 1
G55 Enabling zero offsets 2
G56 Enabling zero offsets 3
G57 Enabling zero offsets 4
G58 Enabling zero offsets 5
G59 Enabling zero offsets 6
u.s.w. ...?

Welcher Variablen willst Du welchen Wert zuweisen? In einem G-Code? Wie meinst Du das?

Gruss, Heinileini
 
Hallo,
ich denke OOP verwendet die CODESYS V3, daher würde ich hier schauen:
https://help.codesys.com/webapp/sm-...25;product=CODESYS_SoftMotion;version=4.3.0.0
dann hier:
https://help.codesys.com/webapp/sm-...or;product=CODESYS_SoftMotion;version=4.3.0.0
oder aber mal die BeispielProjekt hier:
"c:\Program Files\3S CODESYS\CODESYS\Projects\SoftMotion\4.2.2.0\Examples\Tutorial"
hier gibt es folgendes Beispiel:
"c:\Program Files\3S CODESYS\CODESYS\Projects\SoftMotion\4.2.2.0\Examples\Tutorial\CNConline.project"
darin findest du was du suchst.

Grüße
 

Anhänge

  • CNCOnlineExample.jpg
    CNCOnlineExample.jpg
    151,5 KB · Aufrufe: 20
Zuletzt bearbeitet:
Zurück
Oben