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 > Mastercam > Post Processors for MC



This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 10-27-2004, 02:36 PM
 
Join Date: Oct 2004
Location: USA
Posts: 9
Shadowfaxx is on a distinguished road
Need post help for a Prototrak DPM-V3

I have been trying to edit the mpfan.pst file in MC9 to come up with something that works for a Prototrak DPM-V3 as the machine manufacturer suggests. It works but has several errors, the most annoying of which is that it calls up the tool that is already in the spindle and the prototrak runs up to the toolchange position after each call. This requires editing, a lot of repetitious editing.

Has anyone had any success with this or has any other advice to offer?

The mx2 and mx3 posts do not make 3D calls, so they are useless to me.

Thanks for your help folks,
Tweet this Post!Share on Facebook
Reply With Quote

  #2  
Old 10-28-2004, 12:11 PM
Rekd's Avatar
Community Moderator
 
Join Date: Apr 2003
Location: teh Debug Window
Posts: 1,877
Rekd is on a distinguished road
Open your post in your favorite text editor, and copy the functions:

Code:
ptlchg_com      #Tool change common blocks ()
and
Code:
ptlchg0         #Call from NCI null tool change (tool number repeats)
and paste them here for us to look at. Should be a fairly simple edit.
__________________
Matt
San Diego, Ca

___ o o o_
[l_,[_____],
l---L - □lllllll□-
( )_) ( )_)--)_)

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 10-28-2004, 02:30 PM
 
Join Date: Oct 2004
Location: USA
Posts: 9
Shadowfaxx is on a distinguished road
Hi Matt,

Sorry to be a pest, but I am lost here and apparently somewhat dense in this area. Where specifically in the file should I place this code? I have tried several places with unsatifactory results.

"ptlchg0 #Call from NCI null tool change (tool number repeats)" was already in the code.

I also have one other issue that has befuddled me. When a G2 or G3 is called and I, J or K have a value of 0 the post does not output a value for I,J or K. I need for that to happen otherwise the controller does a G1.

Thanks
Tweet this Post!Share on Facebook
Reply With Quote

  #4  
Old 10-28-2004, 02:45 PM
Rekd's Avatar
Community Moderator
 
Join Date: Apr 2003
Location: teh Debug Window
Posts: 1,877
Rekd is on a distinguished road
I meant for you to copy those functions from YOUR post and put them here for me to see it so I can try to find where your problem is.

Sorry for the confusion.

For the G02 G03 problem, I would guess your post is forcing the output of null values.

Look for this

Code:
parc            #Select the arc output
      if arcoutput = zero,
        [
        #Arc output for IJK
        if plane = zero, *i, *j, k
        if plane = one, i, *j, *k
        if plane = two, *i, j, *k
        ]
      else,
        [
        #Arc output for R
        if abs(sweep)<=180 | arcoutput=one, result = nwadrs(srad, arcrad)
        else, result = nwadrs(srminus, arcrad)
        *arcrad
        ]
and change this:
Code:
        if plane = zero, *i, *j, k
to this:
Code:
        if plane = zero, i, j, k
__________________
Matt
San Diego, Ca

___ o o o_
[l_,[_____],
l---L - □lllllll□-
( )_) ( )_)--)_)

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 10-28-2004, 04:20 PM
 
Join Date: Oct 2004
Location: USA
Posts: 9
Shadowfaxx is on a distinguished road
Thanks Matt,

You put me in the right place to resolve the multiple tool call issue. It was just a matter of removing the asterisks from in front of several program calls and the arc error is now fixed too.

Thanks again!
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6  
Old 10-28-2004, 05:12 PM
Rekd's Avatar
Community Moderator
 
Join Date: Apr 2003
Location: teh Debug Window
Posts: 1,877
Rekd is on a distinguished road
Cool shoes. If you have more problems with your post, let us know.
__________________
Matt
San Diego, Ca

___ o o o_
[l_,[_____],
l---L - □lllllll□-
( )_) ( )_)--)_)

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 11-01-2004, 12:52 PM
 
Join Date: Oct 2004
Location: USA
Posts: 9
Shadowfaxx is on a distinguished road
I believe that I spoke too soon. I still have an error in that the post is calling "M06" at the end of each NCI operation regardless of the whether there is supposed to be a tool change or not. Removing the asterisk from in front of the "t" in the program line got rid of the multile T calls but not the multiple M06 calls.

Also, is it possible to tell the post to output only linear moves, no arcs?

The following is the affected code as it stands, I think.

psof #Start of file for non-zero tool number
pcuttype
toolchng = one
if ntools = one,
[
#skip single tool outputs, stagetool must be on
stagetool = m_one
!next_tool
]
"%", e
*progno, e
"(PROGRAM NAME - ", sprogname, ")", e
"(DATE=DD-MM-YY - ", date, " TIME=HH:MM - ", time, ")", e
pbld, n, *smetric, e
pbld, n, *sgcode, *sgplane, "G40", "G49", "G80", *sgabsinc, e
sav_absinc = absinc
if mi1 <= one, #Work coordinate system
[
absinc = one
pfbld, n, sgabsinc, *sg28ref, e
pfbld, n, *sg28ref, e
pfbld, n, "G92", *xh, *yh, *zh, e
absinc = sav_absinc
]
pcom_moveb
c_mmlt #Multiple tool subprogram call
ptoolcomment
comment
pcan
if stagetool >= zero, pbld, n, t, "M6", e
pindex
if mi1 > one, absinc = zero
pcan1, pbld, n, sgcode, sgabsinc, pwcs, pfxout, pfyout,
pfcout, *speed, *spindle, pgear, strcantext, e
pbld, n, "G43", tlngno, pfzout, scoolant, next_tool, e
absinc = sav_absinc
pcom_movea
toolchng = zero
c_msng #Single tool subprogram call

ptlchg0 #Call from NCI null tool change (tool number repeats)
pcuttype
pcom_moveb
c_mmlt #Multiple tool subprogram call
comment
pcan
pbld, n, sgplane, e
pspindchng
pbld, n, scoolant, e
if mi1 > one & workofs <> prv_workofs,
[
sav_absinc = absinc
absinc = zero
pbld, n, sgabsinc, pwcs, pfxout, pfyout, pfzout, pfcout, e
pe_inc_calc
ps_inc_calc
absinc = sav_absinc
]
if cuttype = zero, ppos_cax_lin
if gcode = one, plinout
else, prapidout
pcom_movea
c_msng #Single tool subprogram call

ptlchg #Tool change
pcuttype
toolchng = one
if mi1 = one, #Work coordinate system
[
pfbld, n, sg28ref, e
pfbld, n, "G92", *xh, *yh, *zh, e
]
pbld, n, "M01", e
pcom_moveb
c_mmlt #Multiple tool subprogram call
ptoolcomment
comment
pcan
pbld, n, t, sm06
pindex
sav_absinc = absinc
if mi1 > one, absinc = zero
pcan1, pbld, n, sgcode, sgabsinc, pwcs, pfxout, pfyout,
pfcout, speed, spindle, pgear, strcantext, e
pbld, n, "G43", tlngno, pfzout, scoolant, next_tool, e
absinc = sav_absinc
pcom_movea
toolchng = zero
c_msng #Single tool subprogram call

pretract #End of tool path, toolchange
sav_absinc = absinc
absinc = one
sav_coolant = coolant
coolant = zero
#cc_pos is reset in the toolchange here
cc_pos = zero
gcode = zero
pcan
pbld, n, sccomp, sm05, psub_end_mny, e
pcan1, pbld, n, sgabsinc, sgcode, sg28ref, scoolant, strcantext, e
pbld, n, sg28ref, protretinc, e
pcan2
absinc = sav_absinc
coolant = sav_coolant

Last edited by Shadowfaxx; 11-01-2004 at 04:25 PM.
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 11-01-2004, 04:21 PM
 
Join Date: Oct 2004
Location: USA
Posts: 9
Shadowfaxx is on a distinguished road
This is a null message. I oopsed
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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Emco Compact 5 PC...have ???? Double G Mini Lathe 42 08-22-2010 07:26 PM
Upgrading control hardware - Emco eDudlik General CNC (Mill and Lathe) Control Software (NC) 21 12-08-2009 01:52 AM
v2xt post jrrhotrod Post Processors for MC 25 12-10-2008 06:20 PM
One more little bump in the ProtoTrak post Shadowfaxx Post Processors for MC 1 01-04-2005 11:10 PM
Continued post help for Prototrak DPM Shadowfaxx Mastercam 3 11-04-2004 03:16 PM




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