[Jo...] Posted October 31, 2023 Share Posted October 31, 2023 Is there a way to find the mfg date of Zeiss CMM's through their serial #? I have the below. I'm assuming the first digits would be year possibly with the Prismo being 1998? - Thanks Centermax #124734 Prismo #98691 Link to comment Share on other sites More sharing options...
[Je...] Posted October 31, 2023 Share Posted October 31, 2023 Based on those serial numbers alone, no there is not. Without digging into machine specific documentation, based on some limited information I have access to: Centermax data shows 2004-Jul-22 Prismo appears to be ~2003 but I do not have a specific date in my logs Link to comment Share on other sites More sharing options...
[Ch...] Posted October 31, 2023 Share Posted October 31, 2023 On some newer SN's you can, but I don't think yours do. All my machines 2015 or newer have the year in the SN. e.g., my machine purchased in 2015 starts with 2015, my machine purchased in 2017 starts with '7317xxxxx.' 2019 starts with 7319 2020 starts with 7320 2022 start with 7322 etc.... Link to comment Share on other sites More sharing options...
[Je...] Posted November 1, 2023 Share Posted November 1, 2023 Please sign in to view this quote. They were also all manufactured in Maple Grove, MN 😉 A 12 digit machine SN on most machines since 2014 is a coded number much like an automotive VIN. The last 4 are the unique ID for that machine. Link to comment Share on other sites More sharing options...
[Ma...] Posted November 2, 2023 Share Posted November 2, 2023 We have Accura II from 2016 - none of these digits ( except for 1 ) are on SN. Perhaps EU and NA uses different marking due to sales? Link to comment Share on other sites More sharing options...
[No...] Posted November 2, 2023 Share Posted November 2, 2023 If you have PCM, you can at least inquire the last two digits of the year of firmware installation on that specific controller to give you a hint on the manufacturing year. Note that this will probably only work on C99 controllers and will of course only be usefiul if you're certain the controller was never exchanged and the firmware never updated. //Read firmware year from controller Data=cmmInquire("D50;F499,1").asString FWYear=subStr(Data,10,11) if val(FWYear)>80 then Ct="19" else Ct = "20" endif display("Year = ", Ct, FWYear) Also note that the code assumes that every number greater than 80 is a 20th century year (19xx). Link to comment Share on other sites More sharing options...
[Je...] Posted November 2, 2023 Share Posted November 2, 2023 Please sign in to view this quote. Post your SN (remove the last 4 if you wish) and I'll give you the info if I have it or can reference one of several SN breakdowns. You can also message it to me if that is preferred. Link to comment Share on other sites More sharing options...
[Je...] Posted November 2, 2023 Share Posted November 2, 2023 Please sign in to view this quote. While it is quite creative, this is excessive when the option is a simply 2 clicks away. Extras > Error Report Next to the Firmware version will be the Firmware dateErrorReport_Firmware.png Link to comment Share on other sites More sharing options...
[Ma...] Posted November 2, 2023 Share Posted November 2, 2023 Machine bought and installed 1.7. 2016 - Firmware report "V 33.17 Date Mar 30 2017" 😮 Link to comment Share on other sites More sharing options...
[No...] Posted November 2, 2023 Share Posted November 2, 2023 Please sign in to view this quote. How could I know when I NEVER need this function? 🤣 🤣 Link to comment Share on other sites More sharing options...
[Je...] Posted November 2, 2023 Share Posted November 2, 2023 Please sign in to view this quote. Ha! It is useful for creating backups as well. It natively creates a backup of your config directory without your manual interaction with SQL Server. It is HIGHLY ADVISED to create a schedule for backup of your config and other relevant configuration files. Link to comment Share on other sites More sharing options...
[No...] Posted November 3, 2023 Share Posted November 3, 2023 Please sign in to view this quote. Normally, I don't interact with SQL Server at all. 😃 That was only on the one-time occasion where I needed the rack assignments to be transferred. I don't back them up seperately on a regular basis. Until now the built-in backup function was sufficient most of the time. And more convenient. Or is there a hidden "restore" command in the error report? 😮 Link to comment Share on other sites More sharing options...
[Je...] Posted November 6, 2023 Share Posted November 6, 2023 Please sign in to view this quote. I believe I may have presented that un an unclear reasoning . The "config" folder houses all of your machine tabs configuration files. It also holds SQL databases that contain stylus and rack information. In order to copy these, the SQL Server process must be stopped manually in Windows. Creating an error report executes that task natively. If you simply try to copy the config folder from the File Explorer window, the SQL Server process may be running in the background and prevent the copy function from completing 100% (and it won't tell you that it didn't get the 2 files you NEED). 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