![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| G-Code Programing Discuss G-code programing and problems here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
| Hello all, An old wirecut machine who's dedicated computer (80's made) is not working now. The computer has a display console and boots from flopy. It takes NC code input through keyboard and record all the data to a Magnatic Tape(cessate In GCODE). This cassate then goes to the machine and machines tape reader reads data (i.e NC commands) and opreates the motors of machine. Now the problem is that the computer is deffected and is not working any more also no support what so ever. Now What i need to do is to understand the formate of data on the magnatic tape for which i want to translate the data of Magnatic tape(Cassate) to through my computer's sound card. I donot know how to proceed. Does anyone knows how to decode data on magnatic tape specially when it is in the form of Two tones. regards Danii.... |
|
#2
| ||||
| ||||
| I have come across these in the past but never bothered to analyize them, You could may be use a scope and see if you can detect a pattern, paper tapes are written in ASCII or EIA format, I imagine these are the same as they have to be ones & Zeros I assume, and are probabally asyncronous serial. But the big problem is if you do identify the pattern, how to transcribe off the tape to digital storage media. Al.
__________________ CNC, Mechatronics Integration and Machine Design. “Logic will get you from A to B. Imagination will take you everywhere.” Albert E. |
|
#3
| |||
| |||
| Hello and Thanks Al_The_Man The data read from audio tape through sound card and soundforge software. Actullay the machine is JAPAX EDM wircut. The Tape reader is ok but the writer computer is not working. I want to link it with computer. Do you know any other way to do this . I thought if i can decode and understand the data written on tape then i can use cassete simulator which take the audio in signal and simulate it on tape reader which takes it as normal audio tape. But it is just a thought do you know any other way to make new data cessets. regards dani |
|
#4
| |||
| |||
| The tape format for ISO g-code is just a binary 7-bit representation of the ASCII characters. With the 8th bit as parity (bit 7) so if there are an odd number of 1 bits for bit 0-6 bit 7 also =1 bits 7 6543210 <-- space between bits 6 and 7 for clarity only -------------- 0 = 0 0110000 1 = 1 0110001 2 = 1 0110010 ... A = 0 1000001 B = 0 1000010 C = 1 1000011 ... Note 0-9 and A-Z are sequential so the bits 0-6 are just counting up in binary. Dale |
|
#5
| ||||
| ||||
| Then you may be able to condition the signal and feed it into a RS232 reciever IC or port. The trick will be to decifer the protocol, baud rate etc. Al.
__________________ CNC, Mechatronics Integration and Machine Design. “Logic will get you from A to B. Imagination will take you everywhere.” Albert E. |
| Sponsored Links |
|
#6
| |||
| |||
| Another thought is to ask for assistance from a company that makes/sells BTR's. http://www.mis-group.com/hardware/btr.php I'm sure they will charge for it, but they may be able to help you. You may be able to get some info on the output of the tape though. Another thing... If the CNC control is dead, how useful is the original G-code? Moving that code to another machine/setup may be as problematic as generating the code from scratch. Dale |
|
#7
| ||||
| ||||
|
__________________ Toby D. "Imagination and Memory are but one thing, but for divers considerations have divers names" Schwarzwald (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) www.refractotech.com |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tape reader paramaters... Was: Can't read from tape reader (11T) | grweldon | Fanuc | 11 | 08-15-2007 03:06 PM |
| Tape Length??? | ShortRunCNC | G-Code Programing | 1 | 05-12-2007 01:12 PM |
| tape emulator | bbrreid | Machine Problems, Solutions , Wireless DNC, serial port | 4 | 04-12-2007 03:03 PM |
| mastercam code to punch a tape for machine with tape reader | PETE1968 | Mastercam | 8 | 04-09-2007 12:58 PM |
| Mid tape DNC | nervis1 | Fadal | 19 | 09-21-2004 07:32 PM |