Warning 200045 When Using NI-9237 in NI cDAQ-9172 Hardware: CompactRIO>>Analog Input Modules>>NI 9237
Problem: When I use my NI-9237 in a NI cDAQ-9172 chassis I receive the following warning: "Warning 200045 occurred Possible Reason(s): Measurements: EEPROM of the device appears to be corrupt. Contact National Instruments if the device appears to be functioning improperly." Is my module broken if it seems to be operating correctly? Solution: This warning is likely due to a known issue with the EEPROM checksum shipped on some 9237s. The issue does not negatively impact readings or performance in anyway other than causing this warning to be generated. You should not return the module for repair before performing the steps outlined below. You can generate a correct checksum, eliminating this warning, by either writing to the user defined area of the EEPROM or by modifying the EEPROM password. You can write to the user defined area of the EEPROM by doing one the following: Note: After completing this procedure you MUST remove and reinsert the module into the NI cDAQ-9172 chassis before the warning message will disappear. 1. Using LabVIEW:
![]() Run the following code after replacing cDAQ1Mod1 with the NI-DAQmx name of your NI9237: DAQmxSetCalInfoAttribute ("cDAQ1Mod1", DAQmx_Cal_UserDefinedInfo, ""); 3. Using ANSI C: Run the following code after replacing cDAQ1Mod1 with the NI-DAQmx name of your NI9237: DAQmxSetCalUserDefinedInfo ("cDAQ1Mod1", "" ); 4. Using .NET: Run the following code after replacing cDAQ1Mod1 with the NI-DAQmx name of your NI9237: DAQSystem.Local.LoadDevice( "cDAQ1Mod1" ).UserDefinedCalibrationInfo = ""; 5. Using attached command line utility (does not require programming):
Note: If the warning still appears after following this procedure, including removing and replacing the module in the chassis, please contact National Instruments for support. Related Links: Attachments:
Report Date: 10/31/2007 Last Updated: 11/05/2007 Document ID: 4EUB3NNO |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

