Jump to content

Error I2C_HEAD_COMM_ERROR, how to deal with?


leliep

Recommended Posts

Posted · Error I2C_HEAD_COMM_ERROR, how to deal with?

The problems have been with two different Print Cores (0.4 and 0.8 ), but always in the same slot (#1, left side as seen from the front). I always double-checked the proper seating of the Print Cores ("click" after insert) and also checked the cable connection on the print head side, which didn't show any obvious problem.

Regarding the logfiles, I would like to send them to you via wetransfer, but need an email-address, could you please send it to me?

BTW, to be able to quickly collect the logs I have written a small shell script to run (on MacOS) after a problem occured; maybe it could be helpful for some other person:

 

#!/bin/bash## get_um3_status.sh## Collect relevant information from UM3 for troubleshooting purposes## 28-Aug-2017 First edition      -pl (peter.lelie@lelie.de)## define target IP addressUM3=192.168.yyy.xxx#DATADIR=$(date +%Y_%m_%d_%H_%M_%S)echo $DATADIRmkdir $DATADIRcd $DATADIR#curl --output log.txt http://$UM3/api/v1/system/log?lines=1000curl --output system.txt http://$UM3/api/v1/systemcurl --output head.txt http://$UM3/api/v1/printer/heads/0curl --output tempflow.csv http://$UM3/api/v1/printer/diagnostics/temperature_flow/10?csv=1#cd ..#

 

 

Posting logfiles would be helpful yes. If you use something like wetransfer it allows us to take a peek.

Also, just out of curiosity, what Print Core are you using? Is it always the same Print Core?

If you, for example, use AA in both slots, if you change them, what happens: is the error for the same Print Core, or for the same slot?

 

  • Link to post
    Share on other sites

    Posted · Error I2C_HEAD_COMM_ERROR, how to deal with?

    Use the menu to dump the logs to the USB stick instead:

    System -> Maintenance -> Diagnostics -> Dump logs to USB

    Then put them on wetransfer and put the link to those files to a personal message to me.

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...