Posts: 5
Threads: 2
Joined: Jun 2024
Reputation:
0
I am working with Twincat3, and I was able to create a connection between Twincat3 and roboDK, but now I need to create or find a suitable postprocessor for Twincat3. Therefore, is there any file or code provided that is suitable for Twincat3?
Posts: 4,066
Threads: 2
Joined: Apr 2018
Reputation:
186
We currently do not have a post processor for TwinCAT.
What does a robot program look like for TwinCAT? If you can provide us with a programming manual and program examples we can add it.
Posts: 285
Threads: 0
Joined: Dec 2022
Reputation:
20
Please email it to info@robodk.com
Posts: 285
Threads: 0
Joined: Dec 2022
Reputation:
20
It looks like you can use one of the GCode postprocessors in RoboDK to generate an NC program that can be executed with TwinCAT NCI
Posts: 15
Threads: 5
Joined: Jun 2024
Reputation:
0
Is there any chance to provide us with an TwinCAT posprocessor in G-Code? I'm not that familiar with the pyhton programming.
It should use the Format:
N10 F1000
N20 G01 X= 10.000 Y=10.000 Z=10.000 Q1=10.000 Q2=10.000 Q3=10.000
N30 G00 X= 20.000 Y=10.000 Z=10.000 Q1=10.000 Q2=10.000 Q3=10.000
Any chance?