Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    duetpanel works but touch interface not responding

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    4
    8
    526
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • knutselsmurfundefined
      knutselsmurf
      last edited by

      Hi,
      I have a DUET2WIFI and a DUETPANEL 7" : the DUETPANEL shows the interface but when I press the touchscreen nothing happens.

      Details: Duet Web Control 3.3.0
      Board: Duet 2 WiFi (2WiFi)
      Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.3 (2021-06-15)
      Duet WiFi Server Version: 1.26

      Bellow my my config.g.

      Checked the wiring, everything looks ok.
      Before the firmware update the touchscreen worked..

      I hope somebody can tell me how to fix this...

      Would be great!

      😉 Arthur

      ; Configuration file for Duet WiFi (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.2.3 on Tue Jun 08 2021 11:55:25 GMT+0200 (Midden-Europese zomertijd)
      
      ; https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe
      ; To apply the new trigger height, restart the Duet by sending M999 or pressing Emergency Stop.
      
      
      ; General preferences
      G90                                                       ; send absolute coordinates...
      M83                                                       ; ...but relative extruder moves
      M550 P"BLV mgn Cube"                                      ; set printer name
      M669 K1                                                   ; select CoreXY mode
      
      ; Network
      M552 S1                                                   ; enable network
      M586 P0 S1                                                ; enable HTTP
      M586 P1 S1                                                ; enable FTP
      M586 P2 S0                                                ; disable Telnet
      
      ; Drives
      M569 P0 S1                                                ; physical drive 0 goes forwards
      M569 P1 S1                                                ; physical drive 1 goes forwards
      M569 P2 S1                                                ; physical drive 2 goes forwards
      M569 P3 S1                                                ; physical drive 3 goes forwards
      M569 P4 S1                                                ; physical drive 4 goes forwards
      
      ;OUD M584 X0 Y1 Z2 E3                                          ; set drive mapping
      M584 X0 Y1 Z2:4 E3                                        ; two Z motors connected to driver outputs Z and E1: Z2=Left, Z4=Right
      
      ; ================ Independent Z Leveleing =================
      M671 X369.75:-59.75 Y155:155 S10			   			   	; leadscrew pivot point:
      
      M350 X16 Y16 Z16 E16 I1                                   ; configure microstepping with interpolation
      ;M350 X32 Y32 Z16 E16 I1                            		; NIEUW configure microstepping with interpolation
      
      M92 X200.00 Y200.00 Z400.00 E414.86                		; E-steps gekalibreerd 10-6-2021
      
      ;M566 X720.00 Y720.00 Z12.00 E120.00                       ; set maximum instantaneous speed changes (mm/min)
      M566 X700.00 Y700.00 Z240.00 E2000.00                   ; NIEUW set maximum instantaneous speed changes (mm/min)
      
      ;M203 X6000.00 Y6000.00 Z1500.00 E1200.00                  ; set maximum speeds (mm/min)
      M203 X18000.00 Y18000.00 Z1000.00 E2000.00              ; NIEUW set maximum speeds (mm/min)
      
      ;M201 X500.00 Y500.00 Z250.00 E1000.00                     ; set accelerations (mm/s^2)
      M201 X3000.00 Y3000.00 Z100.00 E4000.00                 ; NIEUW set accelerations (mm/s^2)
      
      ;M906 X1600 Y1600 Z1600 E1200 I30                          ; set motor currents (mA) and motor idle factor in per cent
      M906 X1600 Y1600 Z800 E1600 I30                         ; NIEUW set motor currents (mA) and motor idle factor in per cent
      
      ;M84 S30                                                   ; Set idle timeout
      M84 S120                                                ; NIEUW Set idle timeout
      
      ; Axis Limits
      M208 X0 Y0 Z0 S1                                          ; set axis minima
      M208 X345 Y350 Z640 S0                                    ; set axis maxima
      
      ; Endstops
      M574 X1 S1 P"xstop"                                       ; configure active-high endstop for low end on X via pin xstop
      M574 Y2 S1 P"ystop"                                       ; configure active-high endstop for high end on Y via pin ystop
      M574 Z1 S2                                                ; configure Z-probe endstop for low end on Z
      
      ; Z-Probe
      M950 S0 C"exp.heater3"                                    ; create servo pin 0 for BLTouch
      M558 P9 C"^zprobe.in" H5 F120 T6000                       ; set Z probe type to bltouch and the dive height + speeds
      G31 P500 X-54 Y0 Z1.393                                   ; (11-7-2021) set Z probe trigger value, offset and trigger height
      M557 X0:290 Y0:250 S50                                    ; define mesh grid
      
      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T100000 B4138            ; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T0                                     ; create bed heater output on bedheat and map it to sensor 0
      M307 H0 B1 S1.00                                          ; enable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                                   ; map heated bed to heater 0
      M143 H0 S100                                              ; set temperature limit for heater 0 to 100C
      M308 S1 P"e0temp" Y"thermistor" T500000 B4723 C1.19622e-7 ; configure sensor 1 as thermistor on pin e0temp
      M950 H1 C"e0heat" T1                                      ; create nozzle heater output on e0heat and map it to sensor 1
      M307 H1 B0 S1.00                                          ; disable bang-bang mode for heater  and set PWM limit
      M143 H1 S260                                              ; set temperature limit for heater 1 to 260C
      
      ; Fans
      M950 F0 C"fan0" Q500                                      ; create fan 0 on pin fan0 and set its frequency
      M106 P0 C"BED-FANS" S0 H0:1 T55                           ; set fan 0 name and value. Thermostatic control is turned on
      M950 F1 C"fan1" Q500                                      ; create fan 1 on pin fan1 and set its frequency
      M106 P1 C"HOTEND-FAN" S1 H1 T45                           ; set fan 1 name and value. Thermostatic control is turned on
      
      ; Tools
      M563 P0 S"Extruder0" D0 H1 F1:0                           ; define tool 0
      G10 P0 X0 Y0 Z0                                           ; set tool 0 axis offsets
      G10 P0 R0 S0                                              ; set initial tool 0 active and standby temperatures to 0C
      
      ; Custom settings are not defined
      
      ; Miscellaneous
      M575 P1 S1 B57600                                         ; enable support for PanelDue
      M501                                                      ; load saved parameters from non-volatile memory
      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000"        ; set voltage thresholds and actions to run on power loss
      T0                                                        ; select first tool
      
      
      
      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        What firmware version is the PanelDue running?

        Without the touch working it would be hard to check the setup page to find out, so you may just want to try flashing the PanelDue with the latest for your version.

        What status does it show in the top right corner? Connecting or Idle? Busy?

        Z-Bot CoreXY Build | Thingiverse Profile

        knutselsmurfundefined 1 Reply Last reply Reply Quote 0
        • knutselsmurfundefined
          knutselsmurf @Phaedrux
          last edited by

          @phaedrux can't see that!
          this is what the screen shows me:

          IMG_1356.jpg

          Will try to update the firmware directly using USB on the DuetScreen board

          kb58undefined Nurgelrotundefined 2 Replies Last reply Reply Quote 0
          • kb58undefined
            kb58 @knutselsmurf
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • Nurgelrotundefined
              Nurgelrot @knutselsmurf
              last edited by

              @knutselsmurf The centered "." between the numbers tells me you on <=1.24. Flash your PD up to 3.2.x... as see if that helps.

              knutselsmurfundefined 1 Reply Last reply Reply Quote 1
              • knutselsmurfundefined
                knutselsmurf @Nurgelrot
                last edited by

                @nurgelrot
                I have flashed the 7" screen now with PanelDueFirmware-3.3.0-rc2-5.0i-7.0i.bin via USB and Bossa.

                After resetting: no working touch.
                Again poweroff, resetting: working touchscreen ?!

                So, I have connected the PanelDue to my Duet2Wifi again (4 wires), screen comes alive but no working touch screen.
                After a while, screen is getting dark: a reset and it's back.

                Really don't understand what's wrong...

                This is my screen:

                IMG_1357.jpg

                IMG_1358.jpg

                IMG_1359.jpg

                IMG_1360.jpg

                Is it damaged ?? Weird, it worked perfect with the old firmware in the Duet2Wifi..

                Any help would be great!

                😉 Arthur

                Phaedruxundefined 1 Reply Last reply Reply Quote 0
                • Nurgelrotundefined
                  Nurgelrot
                  last edited by

                  How is it wired in the D3? any chance your using 3.3 instead of 5v?

                  1 Reply Last reply Reply Quote 0
                  • Phaedruxundefined
                    Phaedrux Moderator @knutselsmurf
                    last edited by

                    @knutselsmurf said in duetpanel works but touch interface not responding:

                    PanelDueFirmware-3.3.0-rc2-5.0i-7.0i.bin

                    I think you may have used the wrong bin file. It looks like you have a 7inch V3 non-integrated.

                    https://duet3d.dozuki.com/Wiki/PanelDue_Firmware_update#Section_Choosing_the_correct_firmware_binary

                    Based on that your correct bin file name would be PanelDue-v3-7.0.bin and at this point I would avoid using a release candidate firmware until we get things sorted out.

                    So the file you would want is this: https://github.com/Duet3D/PanelDueFirmware/releases/download/3.2.11/PanelDueFirmware-v3-7.0.zip

                    Z-Bot CoreXY Build | Thingiverse Profile

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post
                    Unless otherwise noted, all forum content is licensed under CC-BY-SA