Looking into extracting axis sensor temperatures, Curtemp did not seem to update automatically, and was not in the registerary at all when I looked on a 2022-installation. Anyone who knows how?
I am currently using the json file to get the last probe and recall directories for the offline seat from my start application. I haven't had a chance to add the Temp comp to the application yet for testing purposes.
Below is the link to the help files.
Beginning with version 2022.1, PC-DMIS no longer stores its settings inside the Windows registry. PC-DMIS stores its settings in JSON files. PC-DMIS reads the entries each time it starts.
UserSettings.json
Beginnning with version 2022.1, PC-DMIS stores its user settings in the UserSettings.json file. The file is available in this folder:
I am currently using the json file to get the last probe and recall directories for the offline seat from my start application. I haven't had a chance to add the Temp comp to the application yet for testing purposes.
Below is the link to the help files.
Beginning with version 2022.1, PC-DMIS no longer stores its settings inside the Windows registry. PC-DMIS stores its settings in JSON files. PC-DMIS reads the entries each time it starts.
UserSettings.json
Beginnning with version 2022.1, PC-DMIS stores its user settings in the UserSettings.json file. The file is available in this folder:
Thanks for the heads up, the latest version I have access to is 2017. Now I'm wondering if there are any changes made to the PC-Dmis Automation API or the implementation thereof that I need to be aware.
kneislyd: Only bigger change I’ve encountered last years, besides the registry, is how to interface the new geometric tolerances as opposed to xactmeasure. Much better and more consistent, the code needed is only a small fraction of what it used to be.