CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > MetalWorking Machines > Bridgeport and Hardinge Mills


Bridgeport and Hardinge Mills Discuss Bridgeport and Hardinge Mills here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 06-06-2009, 12:08 PM
 
Join Date: Mar 2009
Location: USA
Posts: 4
Clarke Yeager is on a distinguished road
Drip Feed for bridgeport R2E3

I Need Help!I recently purchased a Bridgeport R2E3 series II milling machine for my home shop. I purchased a Operating Manual and a Boss 8 R2E3 Programming manual. I spent a lot of time getting it up and running, but finally succeeded. I have FeatureMILL program to design my parts in and a ConnectCNC program to send programs to the mill. FeatureMill does not have a post for a BOSS8 machine but I can set my machine to accept BOSS 4-7 data. I can down load programs to the mill using ConnectCNC through the port B RS232 port. This machine only has 2K of memory, EXTREEMLY limited! Both the mill and the ConnectCNC program are capable of Drip Feed DNC but I have not been successful at getting it to work. I have tried many configuration setups but I constantly get an error code of 0040 (communication error). Can anyone out there help me getting my machine to accept Drip Feed?Clarke Yeager
Reply With Quote

  #2  
Old 06-06-2009, 10:16 PM
Moderator
 
Join Date: Nov 2004
Location: USA
Posts: 2,856
machintek is on a distinguished road

Not too long ago FeatureCAM came with EZUTLS for communication with a Bridgeport. This included EZLINK for communication through port B.
The BOSS 8 and 9 posts were identical and were also included. Call them if you do not have these posts. They should be available.
I used EZCAM on a MAC with my BOSS 9 but always modified my programs using loops and macros for multi-part fixtures (no 3D stuff) and could take a 8 page EZCAM program and condense it into less than a page. Most posts spit out a lot of repetitive unnecessary stuff.
I hope someone answers that has actually DNCed to a BOSS 8.

George
__________________
(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #3   Ban this user!
Old 06-07-2009, 03:35 PM
 
Join Date: Mar 2005
Location: USA
Posts: 32
Jim Bass is on a distinguished road

Hi Clarke,
I may be able to help you, I use FeatureCam ver.7 with a BOSS8 series I.

1 - What version of FeatureCam do you have?

2 - Have you found EZUTLS that George Suggested?

3 - What are you using for a computer to download to the BOSS 8 controller?

If we work with EZLINK, BOSS 8 and FeatureCam I will try to help.



FeatureCam ver.7 has a post processor for BOSS 8.

Look in the FeatureCam directories, should be one named EZ-Utils. Run that program. The one with ver.7 brings up a screen named EZ-Utils 6.2.1. You have tree choices: To CNC -- From CNC -- Setting . Start with settings, you will need to set both EZ-Utils and the BOSS 8 controller to the proper parameters (both must be the same).
BAUD rate should be 4800, nothing else. The BOSS 8 controller may need other setting as for proper communication.

You will also need to set the directory from where EZ- Utils will find the program you wish it to load. I have a directory that I have named cncdump that I copy my cnc programs into and EZ-Utils is set to look in it for program to load.

Post again after you have worked through the above and we can go from there. The set up of the Bridgeport CNC’s can be a pain, but once done your set to go from there on.

Jim
Reply With Quote

  #4   Ban this user!
Old 06-09-2009, 06:55 PM
 
Join Date: Mar 2009
Location: USA
Posts: 4
Clarke Yeager is on a distinguished road

Thanks so much to both George and Jim for responding and trying to help me. You guys are great!

I didn’t realize that EZ-UTILS was included in FeatureCam, I was trying to find it as a separate program. I also set FeatureCam to BOSS8 post. I have EZ-UTILS working fine for transferring small CNC programs to the Bridgeport mill memory.

I still am having problems with DNC drip feed. The drip feed seems to be working in the since that I can run programs from my PC now in drip feed, but they don’t run correctly. A program I tried cuts a circular pocket. It ramps down a little then cuts a circle. It ramps down a little more and again cuts a circle. FeatureCam spit out a program that has a sub routine to cut the circle after each ramp down.

I made it a small program so I could run it both from memory and from DNC to get a comparison of how it works. When running from memory, it works fine. When running from DNC link it doesn’t like the sub routine, it stops after the first circular cut with what I believe is EOT. Below is an example of a simple round pocket that uses a sub routine that doesn’t run with DNC but runs fine from memory.

If you know any solution for this problem I would appreciate it!

Answers to your question Jim:
1) My FeatureCam version is V13.1.0.28
2) I did find EZ-UTIL and it is functioning for small files
3) I am using a DELL lap top running XP. It doesn’t have a serial port so I am using a USB to serial converter which looks like com3 to the computer.

Thanks
Clarke


.N10G70G75G90
'Tool Stand 4 hole small 6-9-2009'
'POCKET2'
'TOOL NUMBER:1 SPINDLE RPM:3972'
N30G0X0.Y0.T1M6
N35X-5.5231Y-2.6519
N40Z0.1M8
N45G1Z0.01F29.8
N50X-4.9819Y-2.3394Z-0.035
N55X-5.5231Y-2.6519Z-0.08
N60X-4.9819Y-2.3394Z-0.125
N65X-5.2525Y-2.4957F99.3
#1
N75G3X-5.2525Y-2.4957I-5.25J-2.5F99.3
N80G2X-5.2916Y-2.428I-5.272J-2.4618
N85G3X-5.3306Y-2.3604I-5.3111J-2.3942
N90G3X-5.2121Y-2.3433I-5.25J-2.5
N95G2X-5.3556Y-2.2839I-5.0938J-1.8546
N100G3X-5.5078Y-2.3147I-5.4151J-2.3814
N105G3X-5.5078Y-2.3147I-5.25J-2.5
$
=#1
N120G1X-5.5231Y-2.6519
N125X-4.9819Y-2.3394Z-0.16F29.8
N130X-5.5231Y-2.6519Z-0.205
N135X-4.9819Y-2.3394Z-0.25
N140X-5.2525Y-2.4957F99.3
=#1
N150G1X-5.5231Y-2.6519
N155X-4.9819Y-2.3394Z-0.285F29.8
N160X-5.5231Y-2.6519Z-0.33
N165X-4.9819Y-2.3394Z-0.375
N170X-5.2525Y-2.4957F99.3
=#1
N180G1
'POCKET2'
.N190F99.3
N195X-5.5498Y-2.3564F78.0
N200G3X-5.5752Y-2.4098I-5.4096J-2.4558F39.0
N205G3X-5.5752Y-2.4098I-5.25J-2.5F40.5
N210G3X-5.5874Y-2.5087I-5.25J-2.5
N215G3X-5.5757Y-2.5668I-5.4156J-2.5043F39.0
N220G1X-5.545Y-2.6174F78.0
N225G0Z1.0
N230X0.Y0.M2
Reply With Quote

  #5  
Old 06-09-2009, 08:38 PM
Moderator
 
Join Date: Nov 2004
Location: USA
Posts: 2,856
machintek is on a distinguished road

Two possibilities.
First timing issues with the USB to COM port converter. I say this because I installed a servo driven auto door on a CNC lathe and it drove me crazy trying to communicate with the unit the same way. once I found a PC running XP with a com port, all was well.
2nd thought and the most likely. In DNC, the control takes one line of data at a time, and has one in a buffer, thus if you specify macros and call them up, it cannot go back to see them. If the complete program is in memory and DNC is not used it can access whatever part of the program it needs.
Try reposting with out macros, and DNC that.

George
__________________
(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 06-10-2009, 09:48 AM
 
Join Date: Mar 2009
Location: USA
Posts: 4
Clarke Yeager is on a distinguished road

Good morning George,

Thanks for the information. I obviously don’t have much time working with drip feed but
as far as I can tell all functions other than sub routines seem to be working. I don’t know about loops yet however and may have other issues that I am unaware of. The machine supposedly is designed to works with drip feed and I would think that it has some means of doing sub routines which are heavily used in programming, both written and generated from CAM programs.

Timing is a real possibility because of using the USB to serial converter, especially since you had similar problems when you used one and it worked using a machine that had a serial port. I will have to see if I can find a computer that has a serial port. Right now I don’t have any access to one.

Thanks,

Clarke
Reply With Quote

  #7   Ban this user!
Old 06-12-2009, 03:33 PM
 
Join Date: Mar 2009
Location: USA
Posts: 4
Clarke Yeager is on a distinguished road

George,I think you are probably correct when you say Sub routines don't work because they don't reside in memory. I believe a simple solution for this is to modify the program and every where there is a call to sub routine just copy the sub routine to that point and eliminate the call. I have not tried this yet but I believe it will work and is a simple fix for the problem.Thanks so much to both you and Jim for all of the help. Your help has helped me gut up and running!!Best wishes to both,Clarke
Reply With Quote

  #8  
Old 06-12-2009, 06:59 PM
Moderator
 
Join Date: Nov 2004
Location: USA
Posts: 2,856
machintek is on a distinguished road

Since my answer, I did talk to a very old wise friend (not old in age) who told me the same thing. No macros or loops in DNC. Those are used to make a program smaller to fit in the limited memory of these old controls. If you DNC, it is irrelevant to make the program condensed.
Glad I could help.

George
__________________
(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #9   Ban this user!
Old 09-18-2009, 01:03 PM
 
Join Date: May 2007
Location: US
Posts: 2
jp86cj7 is on a distinguished road

I have a 1984 Bridgeport R2E3 Series I CNC Milling Machine (Boss 8).
Could someone tell me where I need to look for the Serial Port connection.
I would like to connect my PC to it and use Hyperterminal to control it.

Does anyone have any manuals and could tell me on to program it?
Is it just G-Code to control it?

Thanks
Jay jp86cj7@hotmail.com
Reply With Quote

  #10   Ban this user!
Old 09-18-2009, 09:54 PM
 
Join Date: Sep 2007
Location: USA
Posts: 68
MrBoss8 is on a distinguished road

Clarke, Machintek hit the nail on the head. The beauty of DNC is who cares how big the file is, no worries! And may I ask how you know you have only 2k memory? I thought all R2E3's had about 11K. My machine has successfully loaded 11,970 char. before I receive a communication error.

Hope its coming together for you.
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 11-11-2009, 08:49 PM
 
Join Date: Nov 2009
Location: United States
Posts: 12
Neal.R2E3 is on a distinguished road

I just bought a r2e3 in great shape and I'm using mach 3 conversational and lazycam to generate g code and oneCNC NClink to send the g code but the rs 232 cable got cut in half when I was loading up the machine does anyone know how to wire up a new one and does anyone have access to r2e3 boss 8 owners manuals and or proggraming manuals or where I might purchace them from. I finaly ran into something I can't find on the net.
Reply With Quote

  #12  
Old 11-12-2009, 07:35 AM
Moderator
 
Join Date: Nov 2004
Location: USA
Posts: 2,856
machintek is on a distinguished road

If the cable got cut peel it back and solder it back together.
There are only 3 wires that communicate and should be color coded.
Transmit, receive, and signal ground.
Typically, pins 2 and 3 are transmit and receive (or visa/versa, if a DTE or DCE) on a DB25 and 7 is signal ground. There are 2 jumpers on the PC side: 4 to 5, and 6 to 8 to 20.

George
__________________
(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help!- Drip Feed kirby Fanuc 23 10-20-2008 09:21 AM
Drip Feed into a Fanuc 11MA Controller on Bridgeport R2G4 V Mill leeputman Mastercam 9 04-28-2008 12:10 PM
How to drip feed Bridgeport Boss 8 Bill Gillen Bridgeport and Hardinge Mills 19 03-02-2008 10:43 PM
Drip Feed camtd Surfcam 0 07-31-2006 06:09 PM
Trying to drip feed a cnc boss6 bridgeport cncboss6 Bridgeport and Hardinge Mills 2 03-11-2005 06:28 PM




All times are GMT -5. The time now is 08:34 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361