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! > Machine Controllers Software and Solutions > Fanuc


Fanuc Discuss Fanuc controllers here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 03-30-2006, 04:27 AM
 
Join Date: Mar 2004
Location: west midlands UK
Posts: 12
parminder is on a distinguished road
Question Parameter setting for M198 call on Fanuc 0T Puma

I need to run a small sub program from computer by DNC with M198 call.
Can any body tell me which parameter required setting?
I am using Puma with Fanuc 0T controls.
Reply With Quote

  #2   Ban this user!
Old 03-30-2006, 10:41 AM
 
Join Date: Jul 2005
Location: usa
Posts: 60
cruizer67 is on a distinguished road

it is possible that you mean M98? i don't think i've ever seen an M198

M98 is a sub call amd M99 sends it back.. as far as i know there is no need to adjust any paramete.. i could be wrong thoguh.. but But have used the pumas Fanuc OT and that's how we did it..
Reply With Quote

  #3   Ban this user!
Old 03-30-2006, 01:27 PM
 
Join Date: May 2003
Location: India, Mumbai
Posts: 41
smabhyan is on a distinguished road
DNC for OT

Dear Parminder,

Why you want to run a small program through DNC.
If it small, transfer it directly to the control & run it with M98 Pxxxx Lyy.
xxxx is the four digit program number (without the starting 'O') & yy is the number of repeatations.

In case you want to run DNC, then you normaly have a menu on the Mode selector switch. Set the Baud rate & stop bits. Then select the DNC Mode, start cycle & then start DNC software on your PC.
__________________
smabhyan
Reply With Quote

  #4   Ban this user!
Old 03-30-2006, 03:22 PM
 
Join Date: Mar 2004
Location: west midlands UK
Posts: 12
parminder is on a distinguished road

It is not M98 but M198. The reason for this is that I have setup an gauge system. We need to gauge the parts while machine running and its values will be stored in a computer. We want to auto set the offsets with G10 command. While main program will call M198 command, which calls a subprogram from serial port (DNC), this sub program will change the required offsets with G10 command. This way I can 100% check parts while reducing machine downtime. I know that to enable M198 call I need to set parameters which are optional requirement in fanuc.

I lost my manual otherwise I could find it.

Parminder
Reply With Quote

  #5   Ban this user!
Old 03-30-2006, 03:30 PM
 
Join Date: Jan 2006
Location: usa
Posts: 26
spark-el is on a distinguished road

try 63.2, it allows "p" number to be used in m198 call
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 03-31-2006, 10:13 AM
 
Join Date: Mar 2006
Location: usa
Posts: 2
adam dog is on a distinguished road

I currently am having the same problem, except I am trying to read my subprogram off a pmcia card. As soon as I can figure it out I will let you all know. I have a call into the applications department and am expecting a call soon.
Reply With Quote

  #7   Ban this user!
Old 03-31-2006, 01:10 PM
 
Join Date: Mar 2004
Location: west midlands UK
Posts: 12
parminder is on a distinguished road

On Monday I'll try with 63.2 I'll let you know if I succeeded. I'll wait for Adam's answer as well
Thanks any way for your answers.

Parminder
Reply With Quote

  #8   Ban this user!
Old 04-06-2006, 07:25 AM
 
Join Date: Mar 2004
Location: west midlands UK
Posts: 12
parminder is on a distinguished road

I still have no luck with communication throgh M198 with machine.
I already have parameter 63 bit2=1 on as suggested by spark-el. Some body suggested 38 to be bit6=1 bit7=0

Has anybody have a clue what this parameter is for?

parminder
Reply With Quote

  #9   Ban this user!
Old 04-06-2006, 08:11 AM
 
Join Date: Mar 2006
Location: usa
Posts: 2
adam dog is on a distinguished road

Sorry for the delay in reply of the m198 issue. I gave the Star people(the machine tech center) a call and they were no help, and sent me to fanuc, and after no responce from them we opted to second op the parts to the mills.

Sorry man
Reply With Quote

  #10   Ban this user!
Old 04-06-2006, 08:24 AM
 
Join Date: Sep 2005
Location: USA
Age: 60
Posts: 755
Dan Fritz is on a distinguished road

Sounds like you're trying to use the FTP server (Data Server) option. If you have the Ethernet connection to your PCs network, you must first set up your PC to behave like an FTP server. This can be done using the Windows 2000 or XP. Once the PC is set to respond to FTP requests from the CNC, then you can use the M198 command. This method is best when trying to run super-long files in DNC mode from the PC.

If you don't want to mess around with Ethernet and the FTP Data Server option, you can just run your program directly off your PC in "TAPE" mode using an RS232 DNC link. The "main" program on the PC can have the G10 offset commands that your gaging system calculates, then an M98 command to call the actual part program from the CNCs memory. Your PC will then have to create a new "Main" file every time it calcuates new G10 commands.

Our DNC software has an "in process gaging" option that works like this:

1) Gaging devices send RS232 data to any serial port on the DNC system
2) Our software uses your criteria for calculating a G10 command
3) When a G10 is created for any gaging device, it's saved as a file
4) The DNC system is set up to "drip-feed" your program to the CNC
5) A "Call xxxx" statement is added to the main program to call the G10 commands
6) The CNC will receive the file without G10 commands if none exist
7) The CNC will receive a file with G10 commands if they do exist
8) Any gage can send an "M02 (OFFSET OUT OF RANGE)" to the CNC if the data exceeds a preset limit.

If you use absolute (G90) G10 commands, then it won't hurt if your CNC gets the same G10 command on every part cycle, but then manual offset adjustments won't work. If you use incremental (G91) G10 commands, then you must NOT send the G10 command to the CNC more than once.

Hope this info helps.
For info on our DNC system with in-process gaging, see our web page at:
www.sub-soft.com/dncplus.htm


If you want to see how we do it, refer to our web page:
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 04-07-2006, 12:39 PM
 
Join Date: May 2003
Location: Romeo, MI - USA
Posts: 75
psevin is on a distinguished road
Post process gaging interface

For a gauge interface to your machine that will make corrections based upon a statistical algorithm (and not be subject to errors caused by "flyers") and NOT impact the cycle time I would suggest you take a look at our EZ-Comp System at - http://www.ovationengineering.com/EZComp.htm
__________________
Paul Sevin - Ovation Engineering, Inc.
http://www.ovationengineering.com
Reply With Quote

  #12   Ban this user!
Old 04-10-2006, 07:18 AM
 
Join Date: Mar 2004
Location: west midlands UK
Posts: 12
parminder is on a distinguished road

I was told by an ex Fanuc engineer to change parameter 916 bit 7=1 to enable M198 call but it did not work.

As far as above softwares are concerned we can only choose a DNC software once we are able to call a program from CNC controls.

Anybody with any other idea to enable M198 call?
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





All times are GMT -5. The time now is 01:24 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