Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello people of the forum!
I am working with the generic Fagor post and I am trying to set it up so that when a tool change is going to happen, the machine moves to the machines (0,0,0) point so I can manually change tools. Also along the same line: right now when my machine reads my code if there is a "T1" or any other tool it says that there inst that tool in the magazine. My machine doesn't have a magazine so I am not sure what to do.
By looking at different code (I am by no means great at code, but am trying to learn) I think this is what I want? But this posts an error.
writeBlock(gFormat.format(0), zOutput.format(machineConfiguration.getRetractPlane())); writeBlock(gFormat.format(53), gFormat.format(0), "X0", "Y0", mFormat.format(6), ;"T" + toolFormat.format(tool.number));
Thanks ahead of time for any help you can give me as a newbie!
Solved! Go to Solution.
