JeffLowe Posted May 27, 2021 Share Posted May 27, 2021 We have two current development threads going, a production one based on the 460 with fw 2.1.1.6 and an arm project based on the latest FW. We have backward comparability issues with saved motor files due to all the new motor configuration variables added to the new firmware. I would like to get a copy of your internal C source for the restore motor so that I can add some firmware sensitivity to the restore process to suppress the inclusion of undefined configuration variables to the older firmware. IS this possible to get a copy? Link to comment Share on other sites More sharing options...
steve.milici Posted May 28, 2021 Share Posted May 28, 2021 Any C-source code to current Omron software would be very difficult to administer to customers as this is considered highly confidential material. The probability of this being approved by Omron Legal is very low. Having said that, the process would start with a request to your Omron distributor. Link to comment Share on other sites More sharing options...
Sanjay Posted June 2, 2021 Share Posted June 2, 2021 Hello Jeff, My suggestion would be to write a little parser program that can read each line from the "new" format of the config file and then only write it out to the destination file if it would be valid for the "old" firmware... Link to comment Share on other sites More sharing options...
Omron Forums Support Posted June 2, 2021 Share Posted June 2, 2021 You should be able to get the list of variables for a given firmware with IDE terminal commands like. backup Motor[1]. Intellisense (autocomplete) may fight you on the period. Link to comment Share on other sites More sharing options...
Recommended Posts