@create-at-hwbdesign-com
Thanks a lot, you gave me the solution for this mistake of me.
create.at.hwbdesign.com
@create.at.hwbdesign.com
Best posts made by create.at.hwbdesign.com
-
RE: No heated bed activation?
-
RE: WiFi problems
As Tony mentioned the main issue is the different quotes i used in YAT, you need to select Unicode UTF -16[1200] then you get the correct double "quotes".
Thanks Tony
I think part of the issue may be you are using the wrong quotation marks:
P"1Xxxxxxxxxxxx#"
vs
P”1Xxxxxxxxxxxx#”
Latest posts made by create.at.hwbdesign.com
-
RE: No heated bed activation?
@create-at-hwbdesign-com
Thanks a lot, you gave me the solution for this mistake of me. -
RE: No heated bed activation?
@Phaedrux
Thanks, I will try and let you know. -
RE: No heated bed activation?
@Phaedrux
Thanks for your reply.Yes, it's connected to OUT0 output second next to the power input.
plus and minus correctly connected to the solid-state relay.
Joep -
No heated bed activation?
Hello,
I'm setting-up a IDEX system and started to test it. For the heated bed on out0 is not possible to activate in my current config.g set-up.
Can you tell me what I'm doing wrong?
Config.g
; Configuration file for Duet 3 MB 6HC (firmware version 3.3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.3.14 on Sat Nov 19 2022 22:42:29 GMT+0100 (Midden-Europese standaardtijd); General preferences
M575 P1 S1 B57600 ; enable support for PanelDue
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"IDEX_JW" ; set printer name; Network
M552 P192.???.???.141 S1 ; enable network and set IP address
M553 P255.255.255.0 ; set netmask
M554 P192.???.???.254 ; set gateway
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0.0 S1 ; physical drive 0.0 goes forwards
M569 P0.1 S1 ; physical drive 0.1 goes forwards
M569 P0.2 S0 ; physical drive 0.2 goes forwards
M569 P0.3 S0 ; physical drive 0.3 goes forwards
M569 P0.4 S1 ; physical drive 0.4 goes forwards
M569 P0.5 S1 ; physical drive 0.5 goes forwards
M584 X0.0 Y0.1 Z0.2 U0.3 E0.4:0.5 ; set drive mapping
M350 X16 Y16 Z16 U16 E16:16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z400.00 U80.00 E:420.00:420.00 ; set steps per mm
M566 X900.00 Y900.00 Z60.00 U900.00 E120.00:120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z180.00 U6000.00:1200.00:1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 U500.00 E250.00:250.00 ; set accelerations (mm/s^2)
M906 X1800 Y1800 Z2800 U1800 E800:800 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S45 ; Set idle timeout; Axis Limits
M208 X0 Y0 Z0 U0 S1 ; set axis minima
M208 X305 Y210 Z200 U-305 S0 ; set axis maxima; Endstops
M574 X1 S3 ; configure sensorless endstop for low end on X
M574 Y1 S3 ; configure sensorless endstop for low end on Y
M574 U1 S3 ; configure sensorless endstop for low end on U
M574 Z1 S1 P"io2.in" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin io2.in; Z-Probe
M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
M557 X15:215 Y15:195 S20 ; define mesh grid; Heaters
M308 S0 P"temp0" Y"thermistor" A"Bed" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0
M950 H0 C"out0" T0 ; create bed heater output on out0 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 S120 ; set temperature limit for heater 0 to 120C
M308 S1 P"temp1" Y"thermistor" A"Extruder 1" T100000 B4138 ; configure sensor 1 as thermistor on pin temp1
M950 H1 C"out1" T1 ; create nozzle heater output on out1 and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S305 ; set temperature limit for heater 1 to 280C
M308 S2 P"temp2" Y"thermistor" A"Extruder 2" T100000 B4138 ; configure sensor 2 as thermistor on pin temp2
M950 H2 C"out2" T2 ; create nozzle heater output on out2 and map it to sensor 2
M307 H2 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H2 S305 ; set temperature limit for heater 2 to 280C
M308 S3 P"temp3" Y"thermistor" A"Chamber" T100000 B4138 ; configure sensor 3 as thermistor on pin temp3
M950 H3 C"out3" T3 ; create chamber heater output on out3 and map it to sensor 3
M307 H3 B1 S1.00 ; enable bang-bang mode for the chamber heater and set PWM limit
M141 H3 ; map chamber to heater 3
M143 H3 S100 ; set temperature limit for heater 3 to 100C; Fans
M950 F0 C"out4" Q500 ; create fan 0 on pin out4 and set its frequency
M106 P0 S0 H0 T45 ; set fan 0 value. Thermostatic control is turned on
M950 F1 C"out5" Q500 ; create fan 1 on pin out5 and set its frequency
M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on
M950 F2 C"out6" Q500 ; create fan 2 on pin out6 and set its frequency
M106 P2 S1 H2 T45 ; set fan 2 value. Thermostatic control is turned on
M950 F3 C"out7" Q500 ; create fan 3 on pin out7 and set its frequency
M106 P3 S1 H3 T45 ; set fan 3 value. Thermostatic control is turned on; Tools
M563 P0 D0 H1 F0 ; 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
M563 P1 D1 H2 F0 ; define tool 1
G10 P1 X0 Y0 Z0 ; set tool 1 axis offsets
G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C; Custom settings are not defined
; Miscellaneous
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 lossJoep
-
RE: Duet2 WiFi diag LED stays RED
@phaedrux Only after stepdown to 2.05.1 then WiFi is active again.
Reinstalling 3.4 same problem. It's a board version 1.05.
3.3 work fine?!?
Diag result in fileDiag.txt -
Duet2 WiFi diag LED stays RED
After a firmware update to 3.4 my Duet is not able to connect to WiFi.
Cleared firmware after disconnecting the wiring and power.
Direct connection via USB Duet is visible for Bossa. Updated the firmware.
Result: connection disappears.
Retried more times. After deleting the firmware connection with Bossa and YAT is possible after writing the firmware no connection possible.
Faulty board?
Faulty user? -
RE: Error: short-to-ground reported by driver(s) 0 1
@dc42 Hello David, You where wright! Wrong cable set. Checked the phase and had to change the connections. Motors work fine now.
Thanks a lot for showing the correct connection work.
Best Joep -
RE: Error: short-to-ground reported by driver(s) 0 1
@dc42 Hello,
Is there a difference in wiring for X and Y drivers? I tested the cable's by connecting them to the Z drivers, the work perfectly there? -
RE: Error: short-to-ground reported by driver(s) 0 1
@jay_s_uk , Thanks, all checked the motors work perfect trough the Z drivers.
The connections are perfectly soldered.
New wiring tested.
Thanks Jay, best Joep -
Error: short-to-ground reported by driver(s) 0 1
After start to try my X and Y stepper motors I get this result.
11/23/2021, 11:39:40 AM G28
Error: short-to-ground reported by driver(s) 0 1
11/23/2021, 11:37:53 AM M122
=== Diagnostics === RepRapFirmware for Duet 2 WiFi/Ethernet version 3.3 (2021-06-15 21:44:54) running on Duet WiFi 1.02 or later Board ID: 0JD0M-9P6B2-NJ4S8-6JKF2-3SD6T-KU76M Used output buffers: 3 of 24 (11 max) === RTOS === Static ram: 23876 Dynamic ram: 75208 of which 52 recycled Never used RAM 15280, free system stack 184 words Tasks: NETWORK(ready,13.8%,237) HEAT(delaying,0.0%,330) Move(notifyWait,0.1%,340) MAIN(running,85.6%,411) IDLE(ready,0.5%,29), total 100.0% Owned mutexes: WiFi(NETWORK) === Platform === Last reset 00:02:54 ago, cause: software Last software reset at 2021-11-23 11:34, reason: User, GCodes spinning, available RAM 12248, slot 1 Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a Error status: 0x00 Aux0 errors 0,0,0 Step timer max interval 0 MCU temperature: min 27.6, current 28.9, max 29.1 Supply voltage: min 23.8, current 24.1, max 24.4, under voltage events: 0, over voltage events: 0, power good: yes Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0 Driver 0: position 0, standstill, SG min/max not available Driver 1: position 0, standstill, SG min/max not available Driver 2: position 0, standstill, SG min/max not available Driver 3: position 0, standstill, SG min/max not available Driver 4: position 0, standstill, SG min/max not available Driver 5: position 0 Driver 6: position 0 Driver 7: position 0 Driver 8: position 0 Driver 9: position 0 Driver 10: position 0 Driver 11: position 0 Date/time: 2021-11-23 11:37:51 Cache data hit count 4294967295 Slowest loop: 5.01ms; fastest: 0.17ms I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0 === Storage === Free file entries: 10 SD card 0 detected, interface speed: 20.0MBytes/sec SD card longest read time 3.3ms, write time 0.0ms, max retries 0 === Move === DMs created 83, maxWait 0ms, bed compensation in use: none, comp offset 0.000 === MainDDARing === Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1 === AuxDDARing === Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1 === Heat === Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1 Heater 1 is on, I-accum = 0.0 === GCodes === Segments left: 0 Movement lock held by null HTTP is idle in state(s) 0 Telnet is idle in state(s) 0 File is idle in state(s) 0 USB is idle in state(s) 0 Aux is idle in state(s) 0 Trigger is idle in state(s) 0 Queue is idle in state(s) 0 LCD is idle in state(s) 0 Daemon is idle in state(s) 0 Autopause is idle in state(s) 0 Code queue is empty. === Network === Slowest loop: 15.56ms; fastest: 0.00ms Responder states: HTTP(2) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions HTTP sessions: 1 of 8 - WiFi - Network state is active WiFi module is connected to access point Failed messages: pending 0, notready 0, noresp 0 WiFi firmware version 1.26 WiFi MAC address 48:3f:da:a6:c4:9e WiFi Vcc 3.43, reset reason Power up WiFi flash size 2097152, free heap 23432 WiFi IP address 192.168.178.18 WiFi signal strength -49dBm, mode 802.11n, reconnections 0, sleep mode modem Clock register 00002002 Socket states: 0 0 0 0 0 0 0 0
11/23/2021, 11:35:05 AM Connection establishedIs this a defect in a driver or something else?