Different ncl output from same file for 2 users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Different ncl output from same file for 2 users
What would cause two different users, using the same mfg file, to get two different ncl outputs?
I get:
$$-> CUTTER / 6.000000
SET / OFSETL, 55
ROTATE / BAXIS, ATANGL, -90.000000
SET / OFSETL, 57
ROTATE / BAXIS, ATANGL, 90.000000
SET / OFSETL, 54
ROTATE / BAXIS, ATANGL, 270.000000
He gets:
SET / OFSETL, 55
ROTATE / BAXIS, ATANGL, 90.000000
SET / OFSETL, 57
ROTATE / BAXIS, ATANGL, 270.000000
SET / OFSETL, 54
ROTATE / BAXIS, ATANGL, 450.000000
(Post takes care of overrotation)
Config setting, setting in machine, site, operation, nc sequence?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
We are using a common workcenter in order to use the tooling for multiple jobs on the same machine. It just seemed to have changed about a week ago. I was troubleshooting and posting code when the rotation was suddenly wrong. PTC ncl files are notoriously wrong, but I have written pposts in IMS to clean it up, but when it changed the post no longer fixed the new state. I had another ME post ncl then run the post without changes and it works.
More thoughts...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Scott,
the problem is probably in the Work Center definition.
There is the parameter named Rotation Direction which can have three values: Shortest, CLW and CCLW (see attached figure below).
And each of you specified different value, probably.
This could be reason why CL-output is different.
I hope that will help you.
Rostislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
We are using a common workcenter in order to use the tooling for multiple jobs on the same machine. It just seemed to have changed about a week ago. I was troubleshooting and posting code when the rotation was suddenly wrong. PTC ncl files are notoriously wrong, but I have written pposts in IMS to clean it up, but when it changed the post no longer fixed the new state. I had another ME post ncl then run the post without changes and it works.
More thoughts...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
config.pro setting cl_rotate_sign_convention defaults to TABLE when it should be set to TOOL. All posts out good now.
