@phaedrux said in Duet Maestro BL-Touch Not working:
@simplesimson said in Duet Maestro BL-Touch Not working:
if i pull the pin out - so deploy it manually - the red light turns off.
Pulling the pin out isn't the same as deploying it. Pulling it out would cause an error state. There is an electromagnet that actions the deployment.
okay understood. - should the probe be pulled up by the magnet when my hand releases the pin? Or is it just held in the upper position?
@simplesimson said in Duet Maestro BL-Touch Not working:
The value of the Z-Probe in DWC always reports 0
This is expected. The probe only triggers when it's been properly deployed and even then the value is only active for a very brief moment before it resets and retracts the pin. If you disconnect the white wire you may be able to see the value change to 1000.
Roger. changes to 1000 when i pull the white wire.
@simplesimson said in Duet Maestro BL-Touch Not working:
tryed the 240ohms resistor between pin 1 and two of the duet
Not necessary for BLtouch beyond V1 or with the Maestro.
Can you please show the contents of deployprobe.g and retractprobe.g?
Can you send M122 and M98 P"config.g" and post the results?
0:/sys/deployprobe.g
M280 P64 S10
0:/sys/retractprobe.g
M280 P64 S90
config-override.g
; config-override.g file generated in response to M500 at 2021-03-18 13:33
; This is a system-generated file - do not edit
; Heater model parameters
M307 H0 A115.7 C497.7 D1.7 S0.50 V23.6 B0
M307 H1 A501.6 C178.0 D4.0 S1.00 V23.7 B0
M307 H2 A340.0 C140.0 D5.5 S1.00 V0.0 B0
G10 L2 P1 X0.00 Y0.00 Z0.00
G10 L2 P2 X0.00 Y0.00 Z0.00
G10 L2 P3 X0.00 Y0.00 Z0.00
G10 L2 P4 X0.00 Y0.00 Z0.00
G10 L2 P5 X0.00 Y0.00 Z0.00
G10 L2 P6 X0.00 Y0.00 Z0.00
G10 L2 P7 X0.00 Y0.00 Z0.00
G10 L2 P8 X0.00 Y0.00 Z0.00
G10 L2 P9 X0.00 Y0.00 Z0.00
M122
M122
=== Diagnostics ===
RepRapFirmware for Duet 2 Maestro version 2.05.1 running on Duet Maestro 1.0
Board ID: 08DJM-956DU-LL3SW-6J9F2-3SJ6T-KVHGR
Used output buffers: 3 of 24 (6 max)
=== RTOS ===
Static ram: 19804
Dynamic ram: 91112 of which 56 recycled
Exception stack ram used: 204
Never used ram: 19896
Tasks: NETWORK(ready,764) HEAT(blocked,1296) MAIN(running,3896) IDLE(ready,160)
Owned mutexes:
=== Platform ===
Last reset 00:06:11 ago, cause: software
Last software reset at 2021-12-15 09:25, reason: User, spinning module GCodes, available RAM 23676 bytes (slot 3)
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0400f000 BFAR 0xe000ed38 SP 0xffffffff Task 0x4e49414d
Error status: 0
Free file entries: 10
SD card 0 detected, interface speed: 15.0MBytes/sec
SD card longest block write time: 0.0ms, max retries 0
MCU temperature: min 38.4, current 38.7, max 39.0
Supply voltage: min 0.0, current 20.2, max 20.2, under voltage events: 0, over voltage events: 0, power good: yes
Driver 0: standstill, read errors 0, write errors 1, ifcount 13, reads 14863, timeouts 0
Driver 1: standstill, read errors 0, write errors 1, ifcount 13, reads 14863, timeouts 0
Driver 2: standstill, read errors 0, write errors 1, ifcount 13, reads 14863, timeouts 0
Driver 3: standstill, read errors 0, write errors 1, ifcount 13, reads 14847, timeouts 16
Driver 4: standstill, read errors 0, write errors 1, ifcount 13, reads 14863, timeouts 0
Driver 5: ok, read errors 0, write errors 0, ifcount 0, reads 0, timeouts 14869
Driver 6: ok, read errors 0, write errors 0, ifcount 0, reads 0, timeouts 14869
Date/time: 1970-01-01 00:00:00
Slowest loop: 4.83ms; fastest: 0.05ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Move ===
Hiccups: 0, FreeDm: 160, MinFreeDm: 160, MaxWait: 0ms
Bed compensation in use: none, comp offset 0.000
=== DDARing ===
Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0
=== Heat ===
Bed heaters = 0, chamberHeaters = -1 -1
=== GCodes ===
Segments left: 0
Stack records: 2 allocated, 0 in use
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
serial is idle in state(s) 0
aux is idle in state(s) 0
daemon is idle in state(s) 0
queue is idle in state(s) 0
lcd is idle in state(s) 0
autopause is idle in state(s) 0
Code queue is empty.
=== Network ===
Slowest loop: 7.25ms; fastest: 0.02ms
Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
HTTP sessions: 1 of 8
Interface state 5, link 100Mbps full duplex
M98 P"config.g"
M98 P"config.g"
HTTP is enabled on port 80
FTP is enabled on port 21
TELNET is enabled on port 23
Warning: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 526C.
Do you have any idea how i can test if the servo output is still working? i guess if the servo out would not work the hole probe would not show a different behavior?