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 > Mach Software (ArtSoft software)


Mach Software (ArtSoft software) Discuss Mach 1 , 2 and the new Mach3 here NC software here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 02-11-2005, 01:43 AM
 
Join Date: Jun 2004
Location: United States
Posts: 450
DAB_Design is on a distinguished road
VBScript

Just curious if anyone has some scripts they have written, or aquired some other way, that I may take a look at.

I'm trying to go through the customization.pdf file. But having never coded anything, it's a bit confusing. So if I had some examples, it may make things easier.

Thanks
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 02-11-2005, 05:40 AM
 
Join Date: Oct 2004
Location: US
Posts: 118
Barker806 is on a distinguished road
Have you seen the Wizards in Mach? They are done in VBScript, so open them in the screen designer and take a look at the code. I don't know what you would like to do But I could help you more if you tell me more.


Day = 24
Sleep = GetOMEDRO(1201)
If GetOEMLED(1002) Then
Wife = Happy
Day = Day - 10
End IF
Day = Day - sleep
Free_Time = Day


Call SetOEMDRO(1200,Free_Time)

I don't think this is what you are looking for but it will show you a little of the format.
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 02-19-2005, 05:41 AM
 
Join Date: Jun 2004
Location: United States
Posts: 450
DAB_Design is on a distinguished road
Sorry, been a little busy lately and forgot about this thread. Here's what I'm wanting to accomplish.

I'm used to Cinncinati Milacron controls, which seem to be a little off standard. I will eventually build a probe. And I'm wanting it to act as though it does on the Cinncinati's.

Here is how they work....

To probe a surface in X Y OR Z, you would give the following command - G77 Yy or Xx or Zz. The x, y and z value is an aboslute value that you know is past the surface you want to probe. Lets say we use Y0 for this example. If the machine is currently positioned at y1.25, when given the G77 Y0, it will move towards Y0 at a predetermined feed rate. Once it hits, it will back off .05., and then move towards Y0 again, probing the same point but only at a slower feed. When hitting the second time, it will again back off .05. It then records the X Y and Z position of the point probed. The position of the machine +/- 1/2 the diameter of the probe.

Is there anyway to make a probe behave like this? Also is it possible to record the points into a text file or even better yet, is there a way to read/write to a table from Mach2 (excel or similar).

I'm sure I'm biting off way more that I can chew. But that seems to be how I learn things.
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 02-20-2005, 07:40 PM
 
Join Date: Oct 2004
Location: US
Posts: 118
Barker806 is on a distinguished road
DAB.
I think you are looking for a simple probe cycle and yes it will do it. IT is a G31 in Mach2/3... as for the hit back off and hit slower... mmmm I think I could make it do it but most people go slow . What would you like to do with the points you get? You can save them as a point cloud and take the point cloud into CAD.
Hope that helps
Brian
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 02-20-2005, 08:32 PM
 
Join Date: Jun 2004
Location: United States
Posts: 450
DAB_Design is on a distinguished road
You could do alot of things if Mach2/3 could read and write points from a cell type table (spreadsheet?). For example, the simplest thing I could think of is check dimensions on a part.

For instance if you have a wall in the X axis and want to determine the thickness you could probe each side of the wall, use a formula (can you input formulas into Mach2?) to calculate the thickness. Basically a CMM. You could write a program to check an entire part, and have it output all the thicknesses in a text file, or back into a table type file.

You could also use points in the table/spreadsheet within a program if needed. For this, the easiest example I could think of is altering premilled, or even cast/forged parts.

We have a couple parts at work that are forgings. And since they are very rarely the same, and it's pretty much impossible to load them the same way, we load up the probe. And run a program that probes several points. Storing these points in tables (actually called Temporary Registers in the control). Then within the same program, there are formulas that set offset tables based off the values stored in the table.

I just want to clarify something though. I'm not really asking someone to do it for me. I would really like to learn this myself. But of course need a little help along the way. But if there is no way to read the points from within Mach2/3, then it's pretty much hopeless (I think).
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 02-21-2005, 08:19 AM
 
Join Date: Oct 2004
Location: US
Posts: 118
Barker806 is on a distinguished road
I am going to make a CMM screen set very soon! I have just (In the last few weeks) figured out how I would like to do a CMM screen set. I was thinking about doing a print out (Text file) with data about the things that you have probed. An example would be a circle, you could probe the ID or OD in many places the software would give you the Best fit circle and tell you how round the circle form is. The same thing could be done for lines... In the end it would be best to put the data out as a 3d DXF or igis file that you could work with in your computer for reverse engineering parts.

Is this what you are thinking? And if you are I could work with you as I have all the math done
Thank you
Brian
Tweet this Post!Share on Facebook
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 On
Trackbacks are On
Pingbacks are On
Refbacks are On





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