![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Fadal Discuss Fadal machinery here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
Ok we got a new used machine in the shop…..1994 Fadal VMC15. I made a cable like the Fadal manual recommends and I’m using the editor that comes with ONECNC to communicate. Somewhere I must have something wrong though, because they are experiences some strange, non consistent errors. For example, the first program you send to the machine works fine. If you delete it,….and try to send the same program again…..its strips the first hundred lines or so. If you turn the machine off and on again it usually works fine again. I haven’t been able to successfully send a program from the machine to the pc either…..I just get a bunch of Qbert ….*#$5@@!@#*&^%#$ If I try to DNC a program, sometimes it works and other times it won’t…it may give a parity error or spindle control error This is the cable and settings I am using. Cable Pinout—Straight From the Fadal Manual. 9Pin - 25pin 1-8 2-2 3-3 4-20 5-7 6-6 7-4 8-5 9-22 Setting From Oncnc Editor Baud Rate 9600(Matches the Machine) Stop Bits 7 Xon/Xoff This is my first experience with a FADAL……can somebody point me in the right directions…… Matt |
|
#2
| |||
| |||
| 070808-2031 EST USA TR MFG: Working with software handshake I believe you can jumper 6, 8, and 20 together and separately 4 and 5 together at the 25 pin Fadal connector. And generally in this mode you would only need wires to 2, 3, and 5 at the 9 pin computer connector. I believe the other pins can be ignored. Your shield if you have one goes to pin 1 at Fadal. As a start the setup at both ends should be 9600 baud, 7 data bits, even parity, 1 stop bit, and XON/XOFF (which is software handshake). How long is your cable? How is the Fadal grounded? How is the computer grounded? Try playing with a very short program. Post here a copy of a short test program. Maybe half a dozen lines. If Edster sees this he maybe able to help you more and correct any misinformation I have given. I believe you must start and end the program with a % delimiter. Electrical noise could be your problem, but I would look for other issues first. . Last edited by gar; 08-10-2007 at 10:27 AM. |
|
#3
| |||
| |||
| Just a thought; try sending the files from a different PC. I have one here that has a funny serial port problem. I can't DNC with it because when the file finishes at the PC side the Fadal starts hesitatinig intermitently. I have to unplug the cable from the PC and then the machine is fine I tried a different PC and everything works fine. Don |
|
#4
| |||
| |||
| 070808-2200 EST USA donl517: Fadal may be sensitive to RS232 data before and after you send a file. If the computer you had trouble with is one where the RS232 driver has power shut off when not sending a file, then the RS232 line is not held in its rest state and electrical noise could cause Fadal to get random junk. Typically the TxD line at rest is about -10 V if the driver has power. An RS232 port that drops power when not in use is found on some newer laptop computers to save the battery. . |
|
#5
| |||
| |||
| Also, if we slow the baud rate down at the machine and pc you can see the start of the program scroll by as it is loaded in. After the control is done receiving the first lines are missing, the line numbers will start at N11, or N36, or N811. How much of the program is missing seams to be random. |
| Sponsored Links |
|
#6
| |||
| |||
| Hey Guys, thanks for the responses. I really do appericate your suggestions.... Gar: to answer your questions.... The cable is about 6-8 feet long and is routed away from any power cables. The machine is grounded via what appears to be about a 5/8 diameter copper rod in the floor. the computer has no additional grounding. Here is the program I am trying to send.... % O0001(FADAL TEST G0G20G17G40G80G90H0M5M9 G53Z0 T2M6 G0G90S6000M3E1X0.Y-.4137 H2Z.1M8 G1Z-.0197F5. G2X-.4137Y0.I0.J.4137F35. X0.Y.4137I.4137J0. X.4137Y0.I0.J-.4137 X0.Y-.4137I-.4137J0. G0Z.1 Y-.1276 G1Z-.0394F5. G3X.1276Y0.I0.J.1276F35. X0.Y.1276I-.1276J0. X-.1276Y0.I0.J-.1276 X0.Y-.1276I.1276J0. G0Z.1 G0G80G90M5M9 G53Z0 X0Y0Z0E0H0 M30 % |
|
#7
| |||
| |||
| Ok.....I tried using a different cable config like gar suggested.... 6,8, 20 jumpered and 4,5 jumpered on the cnc side Same problem......turned the machine on, sent the program one time, which worked fine......deleted it and tried to send it again......it chopped the first 7 lines out...... although.......now it appeares that I can send a program from the control to the pc ok.... thanks again.. Matt |
|
#8
| |||
| |||
| Here's a problem, 7 stop bits? My software is setup as baud=9600 parity=Even data bits=7 stop bits=1 handshake=XonXoff Ascii (if applicable) - If you made a typo here, you may have made a mistake in OneCNC. Re-check. You need to get clear file transfer FROM the machine (no Qberts) so I'd concentrate on that for now, THEN go back and troubleshoot sending TO the Fadal. The settings in the Fadal AND OneCNC should match. |
|
#11
| |||
| |||
| I put a pretty lage delay in the settings so I could see the code as it was being transfer in the fadal screen and took a video... Here is a link to the video see how you can see the first lines of the program when its transfering, but when its all done,... it starts with line N28.....weird huh? |
|
#12
| ||||
| ||||
| I didn't watch your video but here are some of my personal findings. My machine is a '94 88HS When batch sending to my machine it works best to have no line numbers in the file. When DNC you need to have line numbers. I found that I needed to add a "line pause" protocol in my batch sending software to keep the control from missing or skipping data during send, it is something like a .2 - .5 second pause per line. I am also running a higher baud rate, I don't remember which off-hand but I think it is 19200 (just so you know that you can speed things up after you get the issues sorted out. Other points of note; My cable is about 3X the length of yours and I am using a serial to USB converter. If anything these are negative aspects to my setup. I have never needed/wanted to send a program back to my computer from the control so I have no insights there. HTH
__________________ www.integratedmechanical.ca |
![]() |
| 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 |
| Comunication problem | Alex S.A | Machine Problems, Solutions , Wireless DNC, serial port | 4 | 03-31-2011 03:25 PM |
| Fadal 88HS problem | rai | Fadal | 4 | 09-01-2007 10:36 AM |
| Fadal CNC 88HS Post Processor Required | cncsydney | General CAM Discussion | 3 | 12-04-2006 12:07 PM |
| mitsubishi comunication | rosli | Servo Motors and Drives | 3 | 05-27-2006 04:14 PM |
| Sending code to the Fadal CNC errors? | HCG | General CNC (Mill and Lathe) Control Software (NC) | 2 | 11-11-2005 01:02 PM |