BUG manual nc pass-through

Anonymous

BUG manual nc pass-through

Anonymous
Not applicable

Since the January 9th update I can no longer use pass-through manual nc: the dialog box appears but the box to type in the actual commands is gone.

 

 nc.jpg

5 Likes
Reply
Accepted solutions (1)
3,211 Views
21 Replies
Replies (21)

Anonymous
Not applicable

i have same problem after latest update, its a feature i used quite often too 😞

3 Likes

vzagainov
Enthusiast
Enthusiast

Same here, CAM passthrough commands are broken, glad I noticed that before feeding CAM program to my HAAS, otherwise could end up with the machine crash!!!

1 Like

meckdie
Contributor
Contributor

Same here!  

 

I HOPE I did not lose all the formulas that were in mine!!!!

 

Please fix this!!!

2 Likes

seth.madore
Community Manager
Community Manager

I am seeing the same. I'm checking with the team to see what they have to suggest


Seth Madore
Customer Advocacy Manager - Manufacturing
1 Like

jeff.pek
Community Manager
Community Manager
Accepted solution

Issue acknowledged, CAM-12450.

This was supposed to be showing a (new) multi-line text box. Something obviously fell through the cracks in putting that in place.

We'll get an update out soon with a fix.

Jeff

12 Likes

jose.albertohehi
Participant
Participant

I editted my post so i can use the manual type "action" just like we used "pass-through" and it is working fine if you want i can add the part of my post for this to run.

Sin título.png

1 Like

KerryHarrison
Enthusiast
Enthusiast

Not only does pass through code not post but all the code previously entered using pass through is now gone in any file opened since the update.

 

This is a HUGE bummer!!!!! 

 

0 Likes

lorenzoAFWU6
Explorer
Explorer

Yes please that would be useful to use action if it works instead of pass through. 

0 Likes

jose.albertohehi
Participant
Participant

I added this my post and it works fine, be careful when you edit your post, every command you like to add on a new line separate them with a ", " (comma and space)

 

function onParameter(name, text){  //EDITED POST 11/01/2019
  if(name == "action"){
  var commands = String(text).split(", ");
  for (text in commands) {
  writeBlock(commands[text]);}
  return;
  }
}

 

 

0 Likes

cirrus7-de
Contributor
Contributor

Still no real fix? Man this is getting urgent for us too now. We have to get parts done. And it will cost a lot of time and money to fix it by a workaround. 

0 Likes

bobbyW3KYK
Contributor
Contributor

OMG, this has got to get fixed.  This is killing us we use this all the time for all our bar feeder and bar puller code........NOT COOL

0 Likes

seth.madore
Community Manager
Community Manager

@bobbyW3KYK

An update wen live less than an hour ago. This has been fixed. You will need to restart Fusion though for the download to come through

 

-EDIT- If you have opened and saved files containing Manual NC commands, give THIS  post a read


Seth Madore
Customer Advocacy Manager - Manufacturing
0 Likes

bobbyW3KYK
Contributor
Contributor
I restarted and still no luck. Can I force it to update or something?
0 Likes

seth.madore
Community Manager
Community Manager

If you are connected to the internet and not behind an overly protective firewall (School, corporate IT, China) it should start downloading immediately.


Seth Madore
Customer Advocacy Manager - Manufacturing
0 Likes

tomGKJVK
Advocate
Advocate

It appears this update has fixed it for my HAAS post, but not my FADAL post.   What do I need to do to get pass through working on fadal?   I have already updated to the latest Fadal post.

0 Likes

Anonymous
Not applicable

Hello all!

I'm still having issues with this bug. I'mtrying to add an M0 between different offsets so I can flip my part over between cuts. I have the manual NC action (STOP) after my last pass, but this is how my code is posting. I'm using the latest fusion update, and the latest UMC-750 post. Any help would be appreciated!! (also side question, are the N numbers for the lines of code inherent or is something wrong?)

 

how it is currently posting:

 

N6515 G49 (TCPC OFF)
N6520 M10
N6525 M12
N6530 M0
(Flip Part 180 Degrees about Y Axis)
N6535 M5
N6540 G53 G0 Z0.

 

How I want it to post:

 

N6515 G49 (TCPC OFF)
N6520 M10
N6525 M12
N6530 M5
N6535 G53 G0 Z0.

N6540 M0
(Flip Part 180 Degrees about Y Axis)

2 Likes

tomGKJVK
Advocate
Advocate

Ditto.  Same on Haas vf2 posts.   Ivecbeen manually editing programs to fix it, but would love it to post correctly.  

0 Likes

daniel_lyall
Mentor
Mentor

@seth.madore  please, default posts need pass through added then saved to local or cloud post library???     https://knowledge.autodesk.com/support/hsm/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-use-M...


Win10 pro | 16 GB ram | 4 GB graphics Quadro K2200 | Intel(R) 8Xeon(R) CPU E5-1620 v3 @ 3.50GHz 3.50 GHz

Daniel Lyall
The Big Boss
Mach3 User
My Websight, Daniels Wheelchair Customisations.
Facebook | Twitter | LinkedIn

0 Likes

seth.madore
Community Manager
Community Manager

@daniel_lyall hmm? Are you saying that the AKN document fails to mention that you need to save this new post to a local or cloud folder, and not just over write the generic?


Seth Madore
Customer Advocacy Manager - Manufacturing
0 Likes