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 > Haas Mills


Haas Mills Discuss Haas machinery here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 04-23-2009, 06:55 PM
 
Join Date: Aug 2007
Location: USA
Posts: 47
facegarden is on a distinguished road
Displaying variable values onscreen?

Hello,

I needed to use my probe to measure a few parts today, and I know that variable #188 holds the diameter of a part probed with the renishaw probe bore cycle (#188 technically holds the "size" measured for any feature with the macros). I wanted to print it onscreen for the user to see, but HAAS tells me this is impossible with anything but the absolute latest in pendant code (my machine is only 1 yr old).

Do you guys know otherwise?

I know I can set a pause with a message using variable #3006, or an alarm with #3000 (or #3001?), but neither of those will display a variable's value with anything I have tried.

I have a serial printer hooked up right now, but we use it elsewhere in the shop and I don't want to have to always use it.

I also know I could have an IF statement and determine if the part is in spec automatically and print that, but I would still like to be able to just display a value onscreen for times where that is more appropriate.

And ideas?
Thanks!
-Taylor
Reply With Quote

  #2   Ban this user!
Old 04-23-2009, 08:36 PM
vlmarshall's Avatar  
Join Date: Mar 2006
Location: usa
Posts: 474
vlmarshall is on a distinguished road

How about setting #3006=#188, and pausing with that?

Interesting problem, I'm gonna think about this one for a bit more.
Reply With Quote

  #3   Ban this user!
Old 04-23-2009, 08:43 PM
vlmarshall's Avatar  
Join Date: Mar 2006
Location: usa
Posts: 474
vlmarshall is on a distinguished road

Wait, isn't there a page under Current Commands that displays the variables?
Reply With Quote

  #4   Ban this user!
Old 04-23-2009, 08:46 PM
 
Join Date: Aug 2007
Location: USA
Posts: 47
facegarden is on a distinguished road

Originally Posted by vlmarshall View Post
How about setting #3006=#188, and pausing with that?

Interesting problem, I'm gonna think about this one for a bit more.
#3006=#188 causes an error, as #188 is a decimal value.

You can set #3006 equal to any number from 1 to i believe 99 or something, which can be used as a code along with the message. Since my value is a decimal it causes an error.

#3006=1(This text is displayed)

Is the format, but I have tried

#3006=1(#188)
and that doesn't work, it just displays the pound sign and 188, not the variable's value.

I have also tried
#3006=1(#188[24])

because DPRNT seems to like that [24] and i thought it would help, but no, it just displayed that too.

The guy at HAAS was kinda lame - he said "It doesn't do it because no one needs it." Which was rediculous because:

A) I need it.

B) Just because he hasn't heard any complaints doesn't mean people don't need it. Hell, I've found that many users of our products don't "need" new features until we add them, and then they appreciate and use them.

It is also just weird because you can display custom messages, and you can send variables out the serial port, but you can't put variables in custom messages. If people might need a custom message, and they might need to have data sent out the serial port to a serial printer or computer, who decided they wouldn't also get some use out of putting variables in the custom message displayed onscreen?

Lame.

I still think it might be possible.
-Taylor
Reply With Quote

  #5   Ban this user!
Old 04-23-2009, 08:48 PM
vlmarshall's Avatar  
Join Date: Mar 2006
Location: usa
Posts: 474
vlmarshall is on a distinguished road

Yeah, that IS lame. I'm going to play with this tommorrow at work. I think it's possible too.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 04-23-2009, 08:49 PM
 
Join Date: Aug 2007
Location: USA
Posts: 47
facegarden is on a distinguished road

Originally Posted by vlmarshall View Post
Wait, isn't there a page under Current Commands that displays the variables?
Yes, but then my operator has to go to that page and find the variable each time.

I did just realize that if you have just been there, it remembers where you were, so it's not too bad to just go look there again because you don't have to hit page down again, but it still seems like a basic functionality that would be more useful than navigating to that page each time. My operator often forgets things like which variable number is the correct one, for example. It would be easier if my code could just tell him the number he needs.
-Taylor
Reply With Quote

  #7   Ban this user!
Old 04-24-2009, 12:18 AM
 
Join Date: Apr 2005
Location: Paradise, Ca, USA
Age: 35
Posts: 533
Matt@RFR is on a distinguished road

For the time being, could you go:

M0
(CRNT CMDS, PAGE DOWN, RECORD #188)

Or something to that effect? I know it's not what you want, but it would atleast leave no room for excuses for the operator.

Also, out of curiosity, why are you not automatically updating the offset page after probing? That would avoid the operators' involvment entirely.
Reply With Quote

  #8   Ban this user!
Old 04-24-2009, 12:57 AM
 
Join Date: Aug 2007
Location: USA
Posts: 47
facegarden is on a distinguished road

Originally Posted by Matt@RFR View Post
For the time being, could you go:

M0
(CRNT CMDS, PAGE DOWN, RECORD #188)

Or something to that effect? I know it's not what you want, but it would atleast leave no room for excuses for the operator.
I mostly just want to give him some nice code to make him happy. Part of my job is learning new things to make the shop better, not just getting jobs done.

Originally Posted by Matt@RFR View Post
Also, out of curiosity, why are you not automatically updating the offset page after probing? That would avoid the operators' involvement entirely.
We aren't zeroing the parts, we are measuring them. After you probe a bore or a boss, #188 holds the measurement.
-Taylor
Reply With Quote

  #9   Ban this user!
Old 04-24-2009, 10:37 AM
 
Join Date: Apr 2005
Location: Paradise, Ca, USA
Age: 35
Posts: 533
Matt@RFR is on a distinguished road

I understood that. You can update the tool offset page (wear) with the probing macros as well as the work offsets.
Reply With Quote

  #10   Ban this user!
Old 04-24-2009, 11:45 AM
 
Join Date: Aug 2007
Location: USA
Posts: 47
facegarden is on a distinguished road

Originally Posted by Matt@RFR View Post
I understood that. You can update the tool offset page (wear) with the probing macros as well as the work offsets.
I don't need to update anything, we are just taking final measurements for inspection. All i need is the diameter of the bore.
-Taylor
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 04-24-2009, 12:04 PM
dougtyler's Avatar  
Join Date: Jun 2007
Location: usa
Posts: 86
dougtyler is on a distinguished road

I understand your pain.

I've been trying to do the same thing on a Fanuc 31I control, ever since we've gotten them about 2 years ago, with no luck.
Reply With Quote

  #12   Ban this user!
Old 04-24-2009, 12:49 PM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

I am not very familiar with Haas but I do a lot with Fanucs which I know are pretty similar. Here are a few thoughts on the topic as I have thought about it as well.

1) If it is easier for the operators to reach say the tool offset page or the work offset page then you could write the value to say a tool offset value that you never use like 99 or something. If you have that many tool offsets. If it is just a matter of having to page to the actual number then you could have it set to a local variable like #1 that way when they press the key to the variables it’s the first one displayed.

2) Does the machine display the feed rate set with “F” and then clear with the reset button? What you could do is at the end of the program just do a F#188 then the feed on the front screen will be set to the diameter.

3) Depending on how long you have to display the value of #188 or how large the number is you could do a dwell of G4X#188 and then while it dwells the value of #188 it will be displayed as the executed block showing the value of #188 on the screen.

4) I don’t know if you want to record the actual value or just check to see if it is in spec. You could write your program to alarm out or message to display if the data in #188 exceeds the tolerance of say 3.015+/-.005.
IF[#188GT3.02]TH#3006=1(DIAMETER TO BIG)
IF[#188LT3.01]TH#3006=1(DIAMETER TO SMALL)

Stevo
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
Grid not displaying correctly in d-cad windy_miller Dolphin CADCAM 4 11-27-2008 07:13 PM
EMC2 variable pitch / variable diameter threading. samco General Metalwork Discussion 0 03-09-2008 01:40 PM
Need Help!- Displaying PMC ladder in DGNS Page dinesh Fanuc 2 02-15-2008 06:16 AM
Displaying Cycle Timers while running? donl517 Fadal 5 10-01-2007 10:12 AM
DRO's displaying double Metal_twister Machines running Mach Software 11 01-08-2007 02:55 PM




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