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 > G-Code Programing


G-Code Programing Discuss G-code programing and problems here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 01-15-2006, 07:36 PM
zcases's Avatar  
Join Date: Apr 2005
Location: USA
Posts: 260
zcases is on a distinguished road
text data to G code?

I have a large file of X, Y and Z coordinates (too many rows of data for Excel!). Does anyone know a good way to add the appropriate G code to each piece of data?

For example.....the raw text file is just the numbers, say, 1000, 5000, 200 (in X, Y, Z order). I want to find a way to have each line look formatted like - G1 X1000 Y5000 Z200.

Any ideas? It would also be good if I could do math on it and get it scaled for my table. Sounds like I need to hire a programmer?

Thanks
Scott
Reply With Quote

  #2   Ban this user!
Old 01-15-2006, 10:40 PM
 
Join Date: Apr 2004
Location: Wartrace, TN
Posts: 160
esmiller is on a distinguished road
Math & Formatting on the Data files..

Question 1: What format is the file in? is it a plain ASCII Text file?

Question 2: What version of Windows are you running? if I recall correctly, Windows98 still contained the QBASIC file in the WINDOWS/COMMAND directory. If I am correct in that, I could whip together a quick program to do whatever you need to the data..

do a search of your system, and see if it contains a file containing QB.EXE or QBASIC.EXE, and we can go from there.. Unfortunately, i have quit programmin, so I keep no compilers installed any longer..

Eddie

OH YEAH .. what is the formatting of the file?

is it, for example:

100,2300,245
126,2234,567

or is it:

100 2300 245
126 2234 567

these two are referred to as Comma Delimited and Space Delimited respectively. There are also formats that place quotes around each value..
Reply With Quote

  #3   Ban this user!
Old 01-16-2006, 05:48 AM
zcases's Avatar  
Join Date: Apr 2005
Location: USA
Posts: 260
zcases is on a distinguished road

Eddy -
1) I believe its a plain ASCII. I can read it with notepad. It is space delimited, and comes into excel nicely, but excel only has about 65K rows and it chops off a lot of the data. I have ~260K rows!
2) I have a bunch of computers and just upgraded them to XP. I cannot find anything with the search "QB". I could power up an old computer with 98 on it later and look there.
Reply With Quote

  #4  
Old 01-16-2006, 06:56 AM
MetLHead's Avatar
Gold Member
 
Join Date: Mar 2003
Location: USA
Posts: 740
MetLHead is on a distinguished road

Scott,

I will put together a program to do this for you and post it later today.

Could you post a sample file?

Regards,
Scott
Reply With Quote

  #5   Ban this user!
Old 01-16-2006, 07:38 AM
zcases's Avatar  
Join Date: Apr 2005
Location: USA
Posts: 260
zcases is on a distinguished road

Geez - fantastic MetLHead. I can't believe the wealth of information on the CNCZone. Two other considerations.......

1)Is there a way to do scaling and offsets on the raw data?
2)This one gets tricky......The way the raw data is sorted.....I either need to put in a line every so often to lift z to go back and begin the next cut (maybe I could tell it to do this every "n'th" line)? Or - is there a way to re-sort the data so the cut can go back and forth? Seems like this would be more difficult. Know what I mean?

I feel like a beggar who is also trying to chose.
Attached Files
File Type: zip Noonmark_small.zip‎ (273.8 KB, 130 views)
Reply With Quote

Sponsored Links
  #6  
Old 01-16-2006, 05:33 PM
MetLHead's Avatar
Gold Member
 
Join Date: Mar 2003
Location: USA
Posts: 740
MetLHead is on a distinguished road

Scott,

Here it is, version 1.0000 of Point2GCode

Give it a try and let me know if there's anything you need changed.

Regards,
Scott
Attached Files
File Type: zip Points2GCode.zip‎ (12.3 KB, 123 views)
Reply With Quote

  #7   Ban this user!
Old 01-17-2006, 05:10 AM
zcases's Avatar  
Join Date: Apr 2005
Location: USA
Posts: 260
zcases is on a distinguished road

MetLHead - that is excellent, I am impressed! Is it possible to scale Z with a different value than the x,y, scale? Look for a PM also...........
Reply With Quote

  #8  
Old 01-18-2006, 06:14 AM
MetLHead's Avatar
Gold Member
 
Join Date: Mar 2003
Location: USA
Posts: 740
MetLHead is on a distinguished road

Here's an update for the Points2GCode program. This update adds the Z Scale factor seperate from XY.

Scott
Attached Files
File Type: zip Points2GCode.zip‎ (12.5 KB, 119 views)
Reply With Quote

  #9   Ban this user!
Old 01-18-2006, 08:39 PM
zcases's Avatar  
Join Date: Apr 2005
Location: USA
Posts: 260
zcases is on a distinguished road

Geez MetLHead your good. I owe you....................
Reply With Quote

  #10   Ban this user!
Old 01-19-2006, 07:27 AM
 
Join Date: Jun 2005
Location: USA
Posts: 180
rweatherly is on a distinguished road

MetlHead- What programming language do you use?
Reply With Quote

Sponsored Links
  #11  
Old 01-19-2006, 07:56 AM
MetLHead's Avatar
Gold Member
 
Join Date: Mar 2003
Location: USA
Posts: 740
MetLHead is on a distinguished road

Originally Posted by rweatherly
MetlHead- What programming language do you use?
This was written in Visual Basic. It's based on a file converter template that I use once in a while. I've attached the VB source for anyone who's interested.

Scott
Attached Files
File Type: zip Points2GCode VB Source.zip‎ (7.4 KB, 102 views)
Reply With Quote

  #12   Ban this user!
Old 01-19-2006, 03:38 PM
zcases's Avatar  
Join Date: Apr 2005
Location: USA
Posts: 260
zcases is on a distinguished road

So far I find this works very well. It does exactly what I want, as long as I calculate the offsets and scaling properly it does a great job.
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 08:07 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