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 > Milltronics


Milltronics Discuss Milltronics Machines


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 12-19-2009, 11:55 AM
 
Join Date: Dec 2009
Location: United States
Posts: 7
tomdbiggs is on a distinguished road
Question Green "Tool Reset" prompt, but we have no button to push for that, or a tool changer.

Hello to all,

I'm getting started with CNC, but if someone can help with this, I'll be on my way happily cutting parts out of 1/2" ply material.

Here's the issue:
We have an old Milltronics Controller that has been upgraded.

Machine pictured here:
http://picasaweb.google.com/lh/photo...eat=directlink

So the old console does not have a tool reset button. Instead, of hitting this button, we were told by Milltronics tech support, to hit "Alt-F8" as the workaround. This worked fine, but we were running it in Verify (F9, "Verf") mode. When we went to Run mode (F4) we got the "Cycle Start" green message, and we hit the white Cycle Start button on the ancient console. Next we got the tool change message, prompting us to change the tool and then hit the "Tool Reset" button on the console. This time, if we try the Alt-F8 workaround, it does nothing. This is puzzling since it worked for the Verify mode. Is this a setting in the Parms (for which I have full access being co-owner of our company) or is there a code related workaround. It seems like this may be something others have experienced, and if so, please tell me what you did to solve it. Also, just as a note, our machine is a 3-axis, with moveable 4'x8' bed. There is no tool changer, and no sensor indicating to the controller that the tool bit is in place or not (I'm not sure if there is such a thing, but the Milltronics guy seemed to imply this).


Also, if there is anyone from Milltronics tech support reading this, is there a way to forward me a copy of the document where keyboard functions that perform the functions of the ancient controller are located. Logically, if "Alt-F8" replaces "Tool Reset" then there should be other keyboard commands that perform other functions. If there is some kind of document floating around that goes into this in greater detail, please tell me how I can obtain a copy of it. Also, is there a guide to programming GCODE for my machine?

Last edited by tomdbiggs; 12-19-2009 at 12:05 PM. Reason: Added a picture
Reply With Quote

  #2   Ban this user!
Old 12-19-2009, 09:49 PM
 
Join Date: Feb 2007
Location: usa
Posts: 77
dlenardu is on a distinguished road

I'm not sure what the work around is, but first how many tools are you using per program?

If you are only running one tool then when you write the program and you do the "tool chg" hit f3 and toggle over to "tool call" then you do not have to use tool reset button. If you are using more than one tool then you may have to write a separate program for each tool. I'm sure someone else may know a better way but that will get you going for now.
Reply With Quote

  #3   Ban this user!
Old 12-21-2009, 08:58 PM
 
Join Date: Dec 2009
Location: United States
Posts: 7
tomdbiggs is on a distinguished road
Question We hit F3 but to no avail

We only use one tool, unless we have to drill holes in addition to the profiles. I managed to test the method of pushing F3 at the prompt for the tool change, but nothing happened. I hit the Estop button, and reset and tried running it after the line in the code where it asks for a tool. This seemed to be a workaround. Note: It involves hitting F1-Start, and then F2-Block, where it asks the code number (in this case N6).

This seems like a weird workaround, and I'm pretty sure the previous owner of this machine did not have the issue. Since we updated the Parameters to the default settings to solve a corrupt parameters file, I suspect we have a setting to adjust that we are not aware of.
Reply With Quote

  #4   Ban this user!
Old 12-22-2009, 07:19 AM
 
Join Date: Feb 2007
Location: usa
Posts: 77
dlenardu is on a distinguished road

No, you have to change the tool change to a tool call in the program itself. Are you using conversational? If so when you program your tool change, the "change" will highlight, press f3 and then it will toggle to a "call" When you do "call" it assumes that the tool is already in the machine. If you are using Gcode take the M06 or M6 out of the program line, the M6 or M06 tells the machine it needs to do a tool change as long as you have the tool in the machine before the program starts up and you are using the correct tool offsets you will be good.
Reply With Quote

  #5   Ban this user!
Old 12-22-2009, 09:01 AM
 
Join Date: Oct 2006
Location: United States
Posts: 179
jpawelk is on a distinguished road

Please see the attachement regarding the keyboard operations. Thank you
Attached Files
File Type: doc KEYBOARD OPERATION.doc‎ (51.5 KB, 94 views)
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 12-22-2009, 10:28 AM
 
Join Date: Dec 2009
Location: United States
Posts: 7
tomdbiggs is on a distinguished road
Question Gcode: Tool call vs change

So we are using gcode not conversational. We are unable to hit F3 on our controller to make a change a call. We can try taking out the N6 "tool change" line altogether but it seems odd to do this since the previous owner used the program we are using to test the machine. But since there is no way of changing a parameter to overuse this then we turn to the gcode as the solution. Is there a way to modify line N6 to be a tool call versus a change so we are able to switch tools if we need to without calling up a new program? If not is there a line of code we may subtitute that pauses the machine so that a toolcan be switched?
Reply With Quote

  #7   Ban this user!
Old 12-22-2009, 11:02 AM
 
Join Date: Feb 2007
Location: usa
Posts: 77
dlenardu is on a distinguished road

You could put in a m00(program stop) and then a m05(spindle stop) then put all of your info for the next tool. then you would have to hit cycle start to resume the program after you put in the new tool.
Reply With Quote

  #8   Ban this user!
Old 12-22-2009, 01:54 PM
 
Join Date: Oct 2006
Location: United States
Posts: 179
jpawelk is on a distinguished road

First of all, toggling between a tool change and tool call is only in the conversational programming. If you are programming G/M code, please disregard any and all comments on this. The actual problem that you have is an incorrect tool change macro. A custom M6.prg needs to be created. The tool change macro line will need to be changed. (This is a POWER parameter) It will need to be edited so that it is B:\RAM\M6.PRG
You will need to create the new tool change macro and save it to the B:\RAM directory. (You can create this file using notepad on your pc. Then place the file into a folder named RAM onto a blank, formatted floppy disk. Take the disk and insert the floppy disk into the floppy drive. Press F10(UTIL), F3(FILES), F1(LOAD), locate the file named "parameters". Place the cursor on this and press F2(SET). (It should highlight) Then press F1(START). This will load the tool change macro to the correct location. Escape to the main and cycle power and then you will NO LONGER HAVE THIS PROBLEM!
The tool change macro needs to look just like this:

G32
M5
M0(Change the Tool)
P260=P268
P370=P268

Please let me know if you have any questions.

Jason
Reply With Quote

  #9   Ban this user!
Old 02-01-2010, 09:45 AM
 
Join Date: Jan 2010
Location: USA
Posts: 10
Kurach is on a distinguished road

tomdbiggs,

Hope you have the answers your looking for already but in not here is a list of "F" comands.

Using a external keyboard......
Alt F1 = Spindal off
Alt F2 = E-Stop
Alt F3 = Spindal On CW
Alt F4 = Feed Hold
Alt F5 = Spindal On CCW
Alt F6 = Cycle Start
Alt F7 = Coolant Mister (toggles off and on)
Alt F8 = ?
Alt F9 = Flood Coolant (toggles off and on)
Alt F10 Reset
Alt F11 Chip Removal

This is how it works on our machines. (VM17) & (RH20)

Hope this helps.

Respectfully,
Kurtis
Reply With Quote

Reply

Tags
centurion, milltronics, tool change, tool reset




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
What tool holder "chuck" for X2 mill? craynerd Benchtop Machines 5 05-25-2009 02:45 PM
Continue subprogram after push "CYCLE-STOP" dzga Fanuc 2 06-13-2008 05:18 AM
"tool slot number too large" code dave6 Mach Mill 1 10-10-2006 05:57 PM
Tool height "touch off" tool unusable DHK DeskCNC Controller Board 6 05-06-2006 12:54 PM




All times are GMT -5. The time now is 08:11 AM.





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