triac and orac post problems
Moderators: Martin, Steve, Mr Magoo
triac and orac post problems
Cant seem to get the software to load the Gcode. The test files transfer fine on both machines but wont read anything posted in MasterCam. Do Triac and Orac have some kind of encryption on their files. Indedit reads the files fine but hangs after the first line. Tried loading in Indedit and saving but still no go.
It must be something in the Mastercam post.
Check the file name (make sure you can see all file extensions and that you browser is not set to hide known file extensions) It may be saved as program.fnc.txt but display program.fnc)
Compare the first lines of the test program to those of the Posted file.
Make sure both are the same.
Check the file name (make sure you can see all file extensions and that you browser is not set to hide known file extensions) It may be saved as program.fnc.txt but display program.fnc)
Compare the first lines of the test program to those of the Posted file.
Make sure both are the same.
- Denford Admin
- Site Admin
- Posts: 3649
- Joined: Fri 10 Feb , 2006 12:40 pm
- Hardware/Software: Go to User Control Panel > Profile
Enter as much information about your CNC hardware and software as you can - it makes it easier for everyone to know what you're talking about then. - Location: Sunny Brighouse
- Contact:
I would agree that its something MasterCAM is outputting into the file.
I suggest you look at the files that work in a HEX editor, and compare them to the ones that don't. It could be some normally invisible control characters are missing or not there (eg #13-CR #10-LF)
- PS- Try TextPad32 for viewing and editing files as text or hex:
https://www.textpad.com/download/index.html
I suggest you look at the files that work in a HEX editor, and compare them to the ones that don't. It could be some normally invisible control characters are missing or not there (eg #13-CR #10-LF)
- PS- Try TextPad32 for viewing and editing files as text or hex:
https://www.textpad.com/download/index.html
Looking at the Matercam Post for Orac it produces a file in the format that needs sending byte-for-byte to the Orac machine (it already contains all the necessary control characters etc.)
Try using the attached SEND.BAT file to send the file directly to the Orac
NOTE that the file being generated by Mastercam is NOT compatible with any of Denfords old Orac Offline programming software or Ind Text Editor
Try using the attached SEND.BAT file to send the file directly to the Orac
NOTE that the file being generated by Mastercam is NOT compatible with any of Denfords old Orac Offline programming software or Ind Text Editor

- Attachments
-
- SEND.zip
- (329 Bytes) Downloaded 757 times
- davidimurray
- CNC Expert
- Posts: 194
- Joined: Thu 24 Aug , 2006 9:45 am