[Mi...] Posted October 22, 2021 Share Posted October 22, 2021 Hi all, I was wondering if any of you gurus could lend me a hand. I was wondering If there is a way to edit the characteristic comments within the measurement plan editor characteristics? Is there something I can toggle on to make them editable? When going through our old programs and updating the characteristic numbers, print locations and characteristic types. Sometimes there are other characteristic numbers associated with the characteristic that we add to the comments(not the programmer comments, the characteristic comments). It is quite cumbersome to updated all of this within the measurement plan editor characteristics and then have to go through each characteristic comment in the characteristic tab and change those too. Holy hell did I just say characteristic too many times. Regards,FORUM QUESTION SCREENSHOT.png Link to comment Share on other sites More sharing options...
[Ju...] Posted December 3, 2021 Share Posted December 3, 2021 If you right click or press F2, does it allow you to edit the individual lines? I know this is allowed for other parameters such as amount of included adjacent points. Link to comment Share on other sites More sharing options...
[Ri...] Posted December 8, 2021 Share Posted December 8, 2021 Where is this menu choice? I've never seen it and cant find it. Link to comment Share on other sites More sharing options...
[Mi...] Posted December 8, 2021 Author Share Posted December 8, 2021 Resources>Characteristic Setting Editor>Characteristic Attributes(in the drop down menu) Link to comment Share on other sites More sharing options...
[Ri...] Posted December 8, 2021 Share Posted December 8, 2021 Maybe this is in Calypso 2021, cause its not in 2020. Thanks for the reply. Link to comment Share on other sites More sharing options...
[Mi...] Posted December 8, 2021 Author Share Posted December 8, 2021 Weird, we've used every version since 2014 and it is in 2020. If you right click a characteristic and click on characteristic attribute will showed the same thing for that feature only.Screenshot 2021-12-08 095155.png Link to comment Share on other sites More sharing options...
[Ri...] Posted December 8, 2021 Share Posted December 8, 2021 That was easy to find. I'm assuming variables have to be set for the shown parameters? Also, I do not have this menu item. "measurement plan editor characteristics" as named in the Ops post. Link to comment Share on other sites More sharing options...
[Er...] Posted December 8, 2021 Share Posted December 8, 2021 I don't have an option for Programmer Comment option under Characteristic Settings Editor. Link to comment Share on other sites More sharing options...
[Er...] Posted December 8, 2021 Share Posted December 8, 2021 Maybe it shows up if you add the options that you have setup up under characteristic Attribute? When I right click on the characteristic, it's just empty. Link to comment Share on other sites More sharing options...
[Jo...] Posted October 17, 2022 Share Posted October 17, 2022 Please sign in to view this quote. Mike, Can you post the text from the ini file for these ? I pasted the example from the manual but I'm not seeing the variable in PiWeb to add them in my report. Maybe post that snippet from your PiWeb template too.. I can assign the attribute in the program but cannot find it on the PiWeb side. Link to comment Share on other sites More sharing options...
[Jo...] Posted October 21, 2022 Share Posted October 21, 2022 Please sign in to view this quote. My observation is, you can only edit thru characteristic editor if the variable uses drop down menu. If it is a keyboard entry it doesn't work. Link to comment Share on other sites More sharing options...
[Da...] Posted November 8, 2022 Share Posted November 8, 2022 I don't know if this helps, but it depends if the attribute setting allows keyboard input or not. If so, the value can be entered in the Measurement Plan Editor Characteristic > Characteristic Attribute > Set To box. Link to comment Share on other sites More sharing options...
[Ja...] Posted November 17, 2022 Share Posted November 17, 2022 These are User Attributes, setup via Resources>Design custom report> Editor for characteristic attributes. They get saved in the userattributes.ini file located C:\Users\Public\Documents\Zeiss\CALYPSO\data\config. Below is how the ini file reads: REM ...\Users\public\documents\zeiss\calypso\data\config REM By convention the userfield names begin with "u_" [u_char_num] name=Char Number selectiveList=false editable=true runMode=true protocolOutput=true REM Now defining the userfield named u_print_loc [u_print_loc] name=Print Location selectiveList=false editable=true runMode=true protocolOutput=true REM Now defining the userfield named u_characteristic_type [u_characteristic_type] name=Char Type selectiveList=true selectiveListValues=u_characteristic_type_valueList editable=true runMode=true protocolOutput=true REM Now defining the userfield named u_characteristic_type [u_programmercomment] name=Programmer Comment selectiveList=true selectiveListValues=u_characteristic_type_valueList editable=true runMode=true protocolOutput=true [Fieldnames] u_char_num u_print_loc u_characteristic_type u_programmercomment [u_characteristic_type_valueList] 1=Ref 2=Standard 3=Key Char 4=Critical Char 5=ManualUser Attributes Editor.JPG Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in