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! > CAM Software > EdgeCam


EdgeCam Discuss EdgeCam software here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 12-17-2008, 04:33 AM
 
Join Date: Dec 2008
Location: UK
Posts: 9
Dan Petre is on a distinguished road
pci read modifiers

hi folks

i have just started to mess with pci's and i cannot find a way to read settings like feeds in cycles, layers which belong to all tools in a sequence, whether track view is on or off.

i want to be able to turn the stock layer on and go to verifying in one pci, to turn all tool layers off or on through pci instructions.

i have managed to toogle track view on and off with a pci for which i have assigned a keyboard shortcut but that resets all the other settings for the view, i'd like to keep them.

i can also turn the toolpath display off but that resets the track setting. i could use variables across pci to keep the settings but i would like somthing more general.

also i would like a quick list of all cycles feeds and speeds in a sequence without the need to see the html instruction list.


any help will be greatly appreciated.
Reply With Quote

  #2   Ban this user!
Old 01-19-2009, 02:53 PM
 
Join Date: Dec 2007
Location: Canada
Posts: 6
SSConsulting is on a distinguished road

* Initialising command:- Layers
%InitCommand=cmd1=16,73
%ClearMods=[cmd1]
* Setting modifier 'None'
%SetModifier=[cmd1],50,<Yes>
* Setting modifier 'Include'
%SetModifier=[cmd1],51,[$displayonly]
%SetModifier=[cmd1],52,<None>
* Setting modifier 'Redraw'
%SetModifier=[cmd1],138,<Yes>
%InitDigInfo=gdh1
%ExecCommand=cmdret=[cmd1],[gdh1]
%FreeDigInfo=[gdh1]

* Initialising command:- Zoom Port
%InitCommand=cmd1=4,6
%ClearMods=[cmd1]
* Setting modifier 'Extents'
%SetModifier=[cmd1],8,<Yes>
%InitDigInfo=gdh1
%ExecCommand=cmdret=[cmd1],[gdh1]
%FreeDigInfo=[gdh1]

or you can do that for SImulation:

* Initialising command:- Layers
%InitCommand=cmd1=16,73
%ClearMods=[cmd1]
* Setting modifier 'All'
%SetModifier=[cmd1],42,<Yes>
%SetModifier=[cmd1],51,<None>
%SetModifier=[cmd1],52,<None>
* Setting modifier 'Redraw'
%SetModifier=[cmd1],138,<Yes>
%InitDigInfo=gdh1
%ExecCommand=cmdret=[cmd1],[gdh1]
%FreeDigInfo=[gdh1]

* Initialising command:- Simulate
%InitCommand=cmd1=50,212
%ClearMods=[cmd1]
%InitDigInfo=gdh1
%ExecCommand=cmdret=[cmd1],[gdh1]
%FreeDigInfo=[gdh1]


you can also do a variation of both by only simulating certain layers:
Now mind you the variable I used here:[$displayonly] would have to be set from somewhere (either user promt or find a criteria you can use to make genereic for any file).

* Initialising command:- Layers
%InitCommand=cmd1=16,73
%ClearMods=[cmd1]
* Setting modifier 'None'
%SetModifier=[cmd1],50,<Yes>
* Setting modifier 'Include'
%SetModifier=[cmd1],51,[$displayonly]
%SetModifier=[cmd1],52,<None>
* Setting modifier 'Redraw'
%SetModifier=[cmd1],138,<Yes>
%InitDigInfo=gdh1
%ExecCommand=cmdret=[cmd1],[gdh1]
%FreeDigInfo=[gdh1]

* Initialising command:- Simulate
%InitCommand=cmd1=50,212
%ClearMods=[cmd1]
%InitDigInfo=gdh1
%ExecCommand=cmdret=[cmd1],[gdh1]
%FreeDigInfo=[gdh1]


Please do not hesitate to contact me would you need any assistance with post processors or PCIs.
Reply With Quote

  #3   Ban this user!
Old 01-19-2009, 03:00 PM
 
Join Date: Dec 2007
Location: Canada
Posts: 6
SSConsulting is on a distinguished road

for your feedrate question:

* Initialising command:- Profiling
%InitCommand=cmd1=22,110
%ClearMods=[cmd1]
* Setting modifier 'Model Type'
%SetModifier=[cmd1],93,Solid|3
* Setting modifier 'Mill Type'
%SetModifier=[cmd1],137,Optimised|2
* Setting modifier 'NC Output Smoothing'
%SetModifier=[cmd1],101,Line Arc|1
* Setting modifier 'Prismatic Geometry'
%SetModifier=[cmd1],92,<Yes>
* Setting modifier 'Tolerance'
%SetModifier=[cmd1],62,0.05
* Setting modifier 'Multiple Passes'
%SetModifier=[cmd1],191,
* Setting modifier 'Feed'
%SetModifier=[cmd1],199,
* Setting modifier 'Feedrate'
%SetModifier=[cmd1],5,600

* Setting modifier 'Plunge Feed'
%SetModifier=[cmd1],6,80
* Setting modifier 'Speed'
%SetModifier=[cmd1],7,18000
* Setting modifier 'CRC'
%SetModifier=[cmd1],216,


Now you can use a variable for the feedrates: You can have that variable set somewhere along your pci, or you can use a system variable [!realPlungeFeedrate]. This will set your feedrate directly from the value specified in the toolstore.
Reply With Quote

  #4   Ban this user!
Old 01-27-2009, 04:01 AM
 
Join Date: Dec 2008
Location: UK
Posts: 9
Dan Petre is on a distinguished road
glad to see some interest

what you posted works ok.

the problem is i want more. maybe i set my goal too high.

i want to set certain things without touching others. like changing spindle speed and feedrates with a pci for a certain tool throughout a sequence. i know that i can multiedit intructions but using a pci would give me a quick table for feeds and speeds whitout generating the instruction list in job report.

another thing i would like to do is turning on and off layers that contain a certain string (op1 stock, op1 geo, op1 fixtures, op1 features), or all layers that are tool layers. at the moment i use the view configuration to display or hide all tool layers. turning all tool layers off and doing a display layer on the tool in sequence window would be nicer.

dealing automaticly with these sort of things frees my brain to focus on the work and it helps when the setup is 5 fixtures (left and right hand parts with assembly fixture) on a tombstone each except the last one with 3 cpls and 75-100 instructions resulting in 118 layers
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
How to read a IGS with vb.net/C#? dneisler OpenSource Software 4 03-23-2010 03:25 AM
Newbie- My CNC doesn't read G02 X Y I J Bazz G-Code Programing 6 10-06-2008 09:40 PM
10T-F READ READ READ READ READ READ dcoupar Fanuc 3 03-27-2008 05:39 PM
Must Read for All CBNDude Product Announcements & Manufacturer News 16 07-21-2005 09:14 PM
Path modifiers wjbzone Tahlcam 1 10-16-2003 07:40 AM




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