hexagon logo

OUTTOLS Script help

I am using the OUTTOLS script found here but need help modifying it for my needs.

We have a part that gets checked on the CMM then data is written to a csv file to be uploaded to a customers database. However if a part has an OOT dimension we rework the part and check it again. I need a way to evaluate for an OOT condition and if there is one to NOT send any data to my csv file. How can I modify the aforementioned script to pass a variable back to PCD? I will then use that variable in an IF/THEN statement to determine whether or not to export the data. Thanks!
Parents
  • It was designed to list feature names...not dimension names.

    I named my features- For example:
    Cir1= Datum B
    SCN2=Top_Profile
    etc....

    Name the features with Blueprint characteristics if that's what you want, or change the code.


    OK thanks! I thought it was something I was doing. I'm a noob with the VB stuff so I have no idea how to modify the code....yet. I'm working on it though.
Reply
  • It was designed to list feature names...not dimension names.

    I named my features- For example:
    Cir1= Datum B
    SCN2=Top_Profile
    etc....

    Name the features with Blueprint characteristics if that's what you want, or change the code.


    OK thanks! I thought it was something I was doing. I'm a noob with the VB stuff so I have no idea how to modify the code....yet. I'm working on it though.
Children
No Data