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 03-10-2006, 05:09 PM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road
Automatic data entry into HAAS

060310-1803 EST USA

Do any of you have need to automatically enter numeric data into HAAS from an external source under CNC program control?

An example would be a CNC used to remove a variable amount of material from part to part for part balancing.

Another example is an external gage measures your part and feeds this information to the CNC for possible offset correction to keep the part within tolerance.

We may build a device to accomplish this if there is interest.

.
Reply With Quote

  #2   Ban this user!
Old 03-10-2006, 06:45 PM
JPMach's Avatar  
Join Date: Aug 2005
Location: USA
Age: 30
Posts: 311
JPMach is on a distinguished road

I believe I already have that in one of the renishaw macros that came with my probe.
Anybody out there that has the haas probe package, I got a 200 plus page manual from renishaw on how to use the advanced macros. Email me for it in pdf
JP
Reply With Quote

  #3   Ban this user!
Old 03-10-2006, 07:08 PM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road

060310-1955 EST USA

JPMach:

HAAS Macros has a DPRNT function that outputs DATA to the first RS232 port (for convience I call it COM1 ), limited to a large part of the ASCII alphabet, but does not allow output of all 128 basic codes.

There is no comparable input function from the COM1 RS232 port.

I have found nothing that allows me to generically communicate with COM 2.

I believe the Renishaw probing function only outputs numeric data and communicates back to the CNC with a single binary bit. Is this correct?

Obviously if you use the probing system to gage a part within the CNC, and have pre-stored data in a table in the CNC the mean (or limit ) values can be compared with the measured values to perform offset corrections.

.
Reply With Quote

  #4   Ban this user!
Old 03-10-2006, 07:27 PM
JPMach's Avatar  
Join Date: Aug 2005
Location: USA
Age: 30
Posts: 311
JPMach is on a distinguished road

I am not sure, as I have yet to use or get the dprnt to work. I do know that in the manual from renishaw they do talk about changing offsets to a cast part for instance to keep thicknesses and such the same.
I don't want to buy a program now, but it would be nice to be able to print inspection reports right from the machine. Would also be nice to have a cam program to program the probe offline from cad files.

JP
Reply With Quote

  #5   Ban this user!
Old 03-11-2006, 08:31 AM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road

060311-0924 EST USA

JPMach:

Following is a Macro program that when called will output the current value of the HAAS millisecond time to the RS232 port (COM1). The output is formatted in seconds.

If you want to measure machine cycle time, then the millisecond timer has to be zeroed at the start of the machine cycle.

%
O9204
(Copyright Betatronics, Ann Arbor, MI 48106 2004)

(O9204_M30_STOP_TO_COM1_TIME_FROM_PROG_START 040202-0916 )
(This macro outputs to COM1 the millisec timer value in seconds)
(Format of call is G65 P9204 )
( HAAS converts lower case to upper )
( put the call to this macro just before M30 )
(#500 = .0 means skip this subroutine, non-zero means output time info)
( this sub resets #101 )

IF [#500 EQ .0 ] GOTO 99
G103 P1 (disable look ahead)
#100= #100 (to make disable active before time is read)
#100= #3001 / 1000 (current value in seconds)
#101= #100 (save for next last value, )
DPRNT[***M30*STOP*and*RET*to*BEGIN***************#100[62]*sec]
G103 (enable look ahead)
N99 M99
%

.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 06-27-2006, 10:02 AM
 
Join Date: May 2004
Location: United Kingdom
Posts: 75
guypb is on a distinguished road

Originally Posted by JPMach
I am not sure, as I have yet to use or get the dprnt to work. I do know that in the manual from renishaw they do talk about changing offsets to a cast part for instance to keep thicknesses and such the same.
I don't want to buy a program now, but it would be nice to be able to print inspection reports right from the machine. Would also be nice to have a cam program to program the probe offline from cad files.

JP
I think I have exactly what you are looking for on all counts:

1) CNC Reporter - create inspection reports right from the machine in Excel - also generate control charts across a batch of components to monitor critical features!

2) Productivity+ - Generate and verify your probing programs off-line from a CAD model or 2D geometry. Then interlace those inspection cycles with the metal-cutting program and use simple logic to make decisions.
Can be done as part of the GibbsCAM package or as a stand-alone CAD import to work with your existing CAM Package

We ran a demo at a recent event in the UK where the results were coming off live from a Haas machine tool - generating inpsection reports and control charts in "real time".

see here:

http://www.gspsltd.co.uk/what.php

Don't worry about it being UK based!

In terms of getting information BACK into a HAAS controller - I'm very interested to see how you do that - I would like to feed back from Excel to the control, rather than doing all the math inside the controller.
Reply With Quote

  #7   Ban this user!
Old 06-27-2006, 03:42 PM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road

060627-1541 EST USA

guypb:

I have sent you an email.

.
Reply With Quote

  #8   Ban this user!
Old 06-30-2006, 06:54 AM
 
Join Date: Jun 2006
Location: usa
Posts: 10
carguy001 is on a distinguished road

does anyone know how to get more than one inspection report to print after probing a part in our haas i know you have to store the collected data in a variable but i am not sure on how to do this cycle

thanks
Scott
Reply With Quote

  #9   Ban this user!
Old 06-30-2006, 07:28 AM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road

060630-0704 EST USA

carguy001:

Define some terms for me.

What is an "inspection report"? Is this many points or one point and is other information included?

What is "store the collected data in a variable"?

I assume that data is plural meaning you have at least X and Y and maybe Z for each point, and therefore there are multiple variables.

I assume for one measurement point the probing subroutine stores the point position information in certain specific variables. Following this point measurement you can write a DPRNT statement to take these values and output them. You would not need to move them to some other variables.

See my posts #49 thru #52 at the following location:

http://www.cnczone.com/forums/showth...ight=dprnt+gar

.
Reply With Quote

  #10   Ban this user!
Old 06-30-2006, 08:20 AM
 
Join Date: Jun 2006
Location: usa
Posts: 10
carguy001 is on a distinguished road

an inspection report will show show you the programed coordiante( what the feature should measure) and then the actual dim. and the given tolerance and it tells you what the devation is and weather or not the part is out of tolerance. stored data i would think would be the info collected from the input that is entered in the macros you are using to do the inspection. i can get one measuring cycle to print on one piece of paper which only takes up about 5 lines and i would like to print more than one measuring cycle at a time. our guy from haas said i need to store the data in the variables and then dprint to get the info on one page
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 06-30-2006, 08:31 AM
deanrach's Avatar  
Join Date: Jun 2005
Location: USA
Posts: 75
deanrach is on a distinguished road

carguy001,

I am attaching the following for your review. First, O00001.txt - you can open this with Microsoft Notepad or any other text editor. The file is a proven inspection program using the OMP40 and a 3mm probe stylus. It is written using Renishaw's Inspection Plus software. We rarely use VQC to accomplish any inspection - if you notice the W1's, these are commands to print the results of an inspection. We are collecting data using EasyDNCXP (see link) via RS232. Second, I have attached a file named Sample Inspection Results. These are the results captured per the above mentioned inspection program to our PC, then saved as a .txt file.

http://www.axis-controls.com/
Attached Files
File Type: txt Sample Inspection Results.txt‎ (6.8 KB, 120 views)
File Type: txt O00001.txt‎ (5.0 KB, 166 views)
Reply With Quote

  #12   Ban this user!
Old 06-30-2006, 08:44 AM
 
Join Date: Jun 2006
Location: usa
Posts: 10
carguy001 is on a distinguished road

thanks deanrach i think this dead on what i am looking for



thanks
Scott
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 06:37 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