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

    Duet Web Control 2.1.1 released

    Scheduled Pinned Locked Moved
    Duet Web Control
    19
    51
    3.4k
    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.
    • mikedahlgrenundefined
      mikedahlgren
      last edited by

      Ever since RC6 I have been getting disconnects and the following error from "Journalctl -f"

      Apr 06 14:34:56 duet3 DuetControlServer[2170]: at DuetControlServer.Model.Updater.Run() in /home/christian/duet/DuetSoftwareFramework/src/DuetControlServer/Model/Updater.cs:line 140
      Apr 06 14:34:56 duet3 DuetControlServer[2170]: [info] Aux: Running code from firmware 'M20 S2 P0:/macros' on channel Aux
      Apr 06 14:34:57 duet3 DuetWebServer[551]: info: DuetWebServer.Controllers.WebSocketController[0]
      Apr 06 14:34:57 duet3 DuetWebServer[551]: WebSocket disconnected from ::ffff:127.0.0.1:35260
      Apr 06 14:34:57 duet3 DuetControlServer[2170]: [fatal] Update task faulted
      Apr 06 14:34:57 duet3 DuetControlServer[2170]: System.ArgumentException: Requested value 'fault' was not found.
      Apr 06 14:34:57 duet3 DuetControlServer[2170]: at System.Enum.TryParseByName(RuntimeType enumType, String originalValueString, ReadOnlySpan1 value, Boolean ignoreCase, Boolean throwOnFailure, UInt64& result) Apr 06 14:34:57 duet3 DuetWebServer[551]: info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2] Apr 06 14:34:57 duet3 DuetWebServer[551]: Executed action DuetWebServer.Controllers.WebSocketController.Get (DuetWebServer) in 535.3719ms ^CApr 06 14:34:57 duet3 DuetWebServer[551]: info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1] Apr 06 14:34:57 duet3 DuetWebServer[551]: Executed endpoint 'DuetWebServer.Controllers.WebSocketController.Get (DuetWebServer)' Apr 06 14:34:57 duet3 DuetWebServer[551]: info: Microsoft.AspNetCore.Hosting.Diagnostics[2] Apr 06 14:34:57 duet3 DuetWebServer[551]: Request finished in 540.9393ms 101 Apr 06 14:34:57 duet3 DuetControlServer[2170]: at System.Enum.TryParseInt32Enum(RuntimeType enumType, String originalValueString, ReadOnlySpan1 value, Int32 minInclusive, Int32 maxInclusive, Boolean ignoreCase, Boolean throwOnFailure, TypeCode type, Int32& result)
      Apr 06 14:34:57 duet3 DuetControlServer[2170]: at System.Enum.TryParse(Type enumType, String value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
      Apr 06 14:34:57 duet3 DuetControlServer[2170]: at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
      Apr 06 14:34:57 duet3 DuetControlServer[2170]: at DuetAPI.Utility.JsonLowerCaseStringEnumConverter.JsonLowerCaseStringEnumConverterInner1.Read(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Utility/JsonLowerCaseStringEnumConverter.cs:line 62 Apr 06 14:34:57 duet3 DuetControlServer[2170]: at System.Text.Json.JsonPropertyInfoNullable2.OnRead(ReadStack& state, Utf8JsonReader& reader)
      Apr 06 14:34:57 duet3 DuetControlServer[2170]: at System.Text.Json.JsonPropertyInfo.Read(JsonTokenType tokenType, ReadStack& state, Utf8JsonReader& reader)
      Apr 06 14:34:57 duet3 DuetControlServer[2170]: at System.Text.Json.JsonSerializer.ReadCore(JsonSerializerOptions options, Utf8JsonReader& reader, ReadStack& readStack)
      Apr 06 14:34:57 duet3 DuetControlServer[2170]: at System.Text.Json.JsonSerializer.ReadCore(Type returnType, JsonSerializerOptions options, Utf8JsonReader& reader)
      Apr 06 14:34:57 duet3 DuetControlServer[2170]: at System.Text.Json.JsonSerializer.Deserialize(String json, Type returnType, JsonSerializerOptions options)
      Apr 06 14:34:57 duet3 DuetControlServer[2170]: at DuetAPI.Machine.ModelObject.UpdateFromJson(JsonElement jsonElement, Boolean ignoreSbcProperties) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Machine/Base/ModelObject.cs:line 282
      Apr 06 14:34:57 duet3 DuetControlServer[2170]: at DuetAPI.Machine.ModelCollectionHelper.UpdateFromJson(IList list, Type itemType, JsonElement jsonElement, Boolean ignoreSbcProperties) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Machine/Base/ModelCollection.cs:line 227
      Apr 06 14:34:57 duet3 DuetControlServer[2170]: at DuetAPI.Machine.ModelObject.UpdateFromJson(JsonElement jsonElement, Boolean ignoreSbcProperties) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Machine/Base/ModelObject.cs:line 264
      Apr 06 14:34:57 duet3 DuetControlServer[2170]: at DuetAPI.Machine.ModelObject.UpdateFromJson(JsonElement jsonElement, Boolean ignoreSbcProperties) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Machine/Base/ModelObject.cs:line 248
      Apr 06 14:34:57 duet3 DuetControlServer[2170]: at DuetAPI.Machine.MachineModel.UpdateFromFirmwareModel(String key, JsonElement jsonElement) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Machine/MachineModel.cs:line 134
      Apr 06 14:34:57 duet3 DuetControlServer[2170]: at DuetControlServer.Model.Updater.Run() in /home/christian/duet/DuetSoftwareFramework/src/DuetControlServer/Model/Updater.cs:line 140

      1 Reply Last reply Reply Quote 0
      • mikedahlgrenundefined
        mikedahlgren
        last edited by

        Apr 06 14:59:45 duet3 DuetControlServer[7457]: Duet Control Server v1.3.1
        Apr 06 14:59:45 duet3 DuetControlServer[7457]: Written by Christian Hammacher for Duet3D
        Apr 06 14:59:45 duet3 DuetControlServer[7457]: Licensed under the terms of the GNU Public License Version 3
        Apr 06 14:59:46 duet3 DuetControlServer[7457]: [info] Settings loaded
        Apr 06 14:59:46 duet3 DuetControlServer[7457]: [info] Environment initialized
        Apr 06 14:59:46 duet3 DuetControlServer[7457]: [info] Connection to Duet established
        Apr 06 14:59:46 duet3 DuetControlServer[7457]: [info] IPC socket created at /var/run/dsf/dcs.sock
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: [info] Aux: Running code from firmware 'M20 S2 P0:/macros' on channel Aux
        Apr 06 14:59:47 duet3 DuetWebServer[551]: info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
        Apr 06 14:59:47 duet3 DuetWebServer[551]: Request starting HTTP/1.1 GET http://duet3/machine
        Apr 06 14:59:47 duet3 DuetWebServer[551]: info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
        Apr 06 14:59:47 duet3 DuetWebServer[551]: Executing endpoint 'DuetWebServer.Controllers.WebSocketController.Get (DuetWebServer)'
        Apr 06 14:59:47 duet3 DuetWebServer[551]: info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]
        Apr 06 14:59:47 duet3 DuetWebServer[551]: Route matched with {action = "Get", controller = "WebSocket"}. Executing controller action with signature System.Threading.Tasks.Task Get() on controller DuetWebServer.Controllers.WebSocketController (DuetWebServer).
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: [fatal] Abnormal program termination
        Apr 06 14:59:47 duet3 DuetWebServer[551]: info: DuetWebServer.Controllers.WebSocketController[0]
        Apr 06 14:59:47 duet3 DuetWebServer[551]: WebSocket connected from ::ffff:127.0.0.1:36822
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: [fatal] Update task faulted
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: System.ArgumentException: Requested value 'fault' was not found.
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Enum.TryParseByName(RuntimeType enumType, String originalValueString, ReadOnlySpan1 value, Boolean ignoreCase, Boolean throwOnFailure, UInt64& result) Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Enum.TryParseInt32Enum(RuntimeType enumType, String originalValueString, ReadOnlySpan1 value, Int32 minInclusive, Int32 maxInclusive, Boolean ignoreCase, Boolean throwOnFailure, TypeCode type, Int32& result)
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Enum.TryParse(Type enumType, String value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at DuetAPI.Utility.JsonLowerCaseStringEnumConverter.JsonLowerCaseStringEnumConverterInner1.Read(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Utility/JsonLowerCaseStringEnumConverter.cs:line 62 Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Text.Json.JsonPropertyInfoNullable2.OnRead(ReadStack& state, Utf8JsonReader& reader)
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Text.Json.JsonPropertyInfo.Read(JsonTokenType tokenType, ReadStack& state, Utf8JsonReader& reader)
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Text.Json.JsonSerializer.ReadCore(JsonSerializerOptions options, Utf8JsonReader& reader, ReadStack& readStack)
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Text.Json.JsonSerializer.ReadCore(Type returnType, JsonSerializerOptions options, Utf8JsonReader& reader)
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Text.Json.JsonSerializer.Deserialize(String json, Type returnType, JsonSerializerOptions options)
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at DuetAPI.Machine.ModelObject.UpdateFromJson(JsonElement jsonElement, Boolean ignoreSbcProperties) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Machine/Base/ModelObject.cs:line 282
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at DuetAPI.Machine.ModelCollectionHelper.UpdateFromJson(IList list, Type itemType, JsonElement jsonElement, Boolean ignoreSbcProperties) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Machine/Base/ModelCollection.cs:line 227
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at DuetAPI.Machine.ModelObject.UpdateFromJson(JsonElement jsonElement, Boolean ignoreSbcProperties) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Machine/Base/ModelObject.cs:line 264
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at DuetAPI.Machine.ModelObject.UpdateFromJson(JsonElement jsonElement, Boolean ignoreSbcProperties) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Machine/Base/ModelObject.cs:line 248
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at DuetAPI.Machine.MachineModel.UpdateFromFirmwareModel(String key, JsonElement jsonElement) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Machine/MachineModel.cs:line 134
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at DuetControlServer.Model.Updater.Run() in /home/christian/duet/DuetSoftwareFramework/src/DuetControlServer/Model/Updater.cs:line 140
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: [fatal] Update task faulted
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: System.ArgumentException: Requested value 'fault' was not found.
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Enum.TryParseByName(RuntimeType enumType, String originalValueString, ReadOnlySpan1 value, Boolean ignoreCase, Boolean throwOnFailure, UInt64& result) Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Enum.TryParseInt32Enum(RuntimeType enumType, String originalValueString, ReadOnlySpan1 value, Int32 minInclusive, Int32 maxInclusive, Boolean ignoreCase, Boolean throwOnFailure, TypeCode type, Int32& result)
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Enum.TryParse(Type enumType, String value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at DuetAPI.Utility.JsonLowerCaseStringEnumConverter.JsonLowerCaseStringEnumConverterInner1.Read(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Utility/JsonLowerCaseStringEnumConverter.cs:line 62 Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Text.Json.JsonPropertyInfoNullable2.OnRead(ReadStack& state, Utf8JsonReader& reader)
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Text.Json.JsonPropertyInfo.Read(JsonTokenType tokenType, ReadStack& state, Utf8JsonReader& reader)
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Text.Json.JsonSerializer.ReadCore(JsonSerializerOptions options, Utf8JsonReader& reader, ReadStack& readStack)
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Text.Json.JsonSerializer.ReadCore(Type returnType, JsonSerializerOptions options, Utf8JsonReader& reader)
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at System.Text.Json.JsonSerializer.Deserialize(String json, Type returnType, JsonSerializerOptions options)
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at DuetAPI.Machine.ModelObject.UpdateFromJson(JsonElement jsonElement, Boolean ignoreSbcProperties) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Machine/Base/ModelObject.cs:line 282
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at DuetAPI.Machine.ModelCollectionHelper.UpdateFromJson(IList list, Type itemType, JsonElement jsonElement, Boolean ignoreSbcProperties) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Machine/Base/ModelCollection.cs:line 227
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at DuetAPI.Machine.ModelObject.UpdateFromJson(JsonElement jsonElement, Boolean ignoreSbcProperties) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Machine/Base/ModelObject.cs:line 264
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at DuetAPI.Machine.ModelObject.UpdateFromJson(JsonElement jsonElement, Boolean ignoreSbcProperties) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Machine/Base/ModelObject.cs:line 248
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at DuetAPI.Machine.MachineModel.UpdateFromFirmwareModel(String key, JsonElement jsonElement) in /home/christian/duet/DuetSoftwareFramework/src/DuetAPI/Machine/MachineModel.cs:line 134
        Apr 06 14:59:47 duet3 DuetControlServer[7457]: at DuetControlServer.Model.Updater.Run() in /home/christian/duet/DuetSoftwareFramework/src/DuetControlServer/Model/Updater.cs:line 140
        Apr 06 14:59:47 duet3 DuetWebServer[551]: info: DuetWebServer.Controllers.WebSocketController[0]
        Apr 06 14:59:47 duet3 DuetWebServer[551]: WebSocket disconnected from ::ffff:127.0.0.1:36822
        Apr 06 14:59:47 duet3 DuetWebServer[551]: info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]
        Apr 06 14:59:47 duet3 DuetWebServer[551]: Executed action DuetWebServer.Controllers.WebSocketController.Get (DuetWebServer) in 374.0239ms
        Apr 06 14:59:47 duet3 DuetWebServer[551]: info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
        Apr 06 14:59:47 duet3 DuetWebServer[551]: Executed endpoint 'DuetWebServer.Controllers.WebSocketController.Get (DuetWebServer)'
        Apr 06 14:59:47 duet3 DuetWebServer[551]: info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
        Apr 06 14:59:47 duet3 DuetWebServer[551]: Request finished in 374.9353ms 101
        Apr 06 14:59:47 duet3 DuetWebServer[551]: info: Microsoft.AspNetCore.Hosting.Diagnostics[1]

        1 Reply Last reply Reply Quote 0
        • PaulHewundefined
          PaulHew @chrishamm
          last edited by

          @chrishamm And fan sliders do not work or indicate current speed.
          Sorry.

          RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
          Voron 2.4 disassembled..... Waiting for the RailCore Mini....

          1 Reply Last reply Reply Quote 0
          • DocTruckerundefined
            DocTrucker
            last edited by

            Version 2.0.7 ran fine on v0.6 and v0.8.5 boards. Is version 2.1+ dependant on using RepRapFirmware 2+ or 3+?

            Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

            jay_s_ukundefined 1 Reply Last reply Reply Quote 0
            • jay_s_ukundefined
              jay_s_uk @DocTrucker
              last edited by

              @DocTrucker

              Its dependant on RRF3.01+ as it uses the object model

              Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

              DocTruckerundefined 1 Reply Last reply Reply Quote 0
              • DocTruckerundefined
                DocTrucker @jay_s_uk
                last edited by DocTrucker

                @jay_s_uk cheers, that's what I expected but I wasn't sure if it used the object model it available, or exclusively. From what you say it is the latter.

                Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

                1 Reply Last reply Reply Quote 0
                • GrodanBundefined
                  GrodanB @PaulHew
                  last edited by GrodanB

                  @PaulHew said in Duet Web Control 2.1.1 released:

                  @chrishamm
                  Found this this morning.

                  'Turn Everything Off' does not do anything.

                  FIRMWARE_NAME: RepRapFirmware for Duet 2 Maestro FIRMWARE_VERSION: 3.0 ELECTRONICS: Duet Maestro 1.0 FIRMWARE_DATE: 2020-01-03b3
                  7190cbf7-e496-414c-895e-5afa342c8e63-image.png

                  Also strange is that with a dual set-up the loaded filament is moved from T1 to T0 and cannot be unloaded.
                  (To be clear, T1 has a filament loaded, I do a pause, then immediately a cancel and suddenly T0 is loaded with T1 filament and that cannot be loaded to T1 again and T0 does not what to unload it. Temp settings is still on as espected on T1 (old temp) and t0 also as before...)

                  I had to delete the file "filaments.csv" and do a "EMERGENCY STOP" to get T0 to relese the T1 filament...

                  I think this happen when I cancel a print...

                  Which I do a lot since I try to get my filament to stick.
                  Would be nice to be able to cancel directly and not need to pause and then cancel...

                  This time I do not see the "filament.csv" so I pray to god that a power on of cycle get my printer back...

                  I did... the file was not shown until I made a power on/off cycle.

                  That would be nice if it did.
                  I also do not understand why the file "filament.csv" kept after a power cycle? At least a forced unload feature would be useful...

                  1 Reply Last reply Reply Quote 0
                  • GrodanBundefined
                    GrodanB
                    last edited by

                    For some reason I cannot change the wording mistake I did above (someServer.com identified post as spam)

                    So a power OFF/ON did work...

                    1 Reply Last reply Reply Quote 0
                    • smoki3undefined
                      smoki3
                      last edited by

                      Is M122 working for someone?

                      SIamundefined 1 Reply Last reply Reply Quote 0
                      • chrishammundefined
                        chrishamm administrators
                        last edited by chrishamm

                        Thanks, I've already fixed the crash that occurs when a heater fault occurs and I'll fix the filament assignment next. Both fixes will be available when RRF 3.01 is released. Likewise the "Turn off all" button has been fixed and a new DWC version will be released among the next DSF version.

                        Duet software engineer

                        GrodanBundefined 1 Reply Last reply Reply Quote 0
                        • SIamundefined
                          SIam @smoki3
                          last edited by

                          @smoki3

                          M122 is working here

                          6.4.2020, 20:32:50 	m122
                          === Diagnostics ===
                          RepRapFirmware for Duet 2 WiFi/Ethernet version 3.01-RC6 running on Duet WiFi 1.02 or later + DueX5
                          Board ID: 08DGM-95BNL-MGPSJ-6J9FD-3SJ6N-K1W3Y
                          Used output buffers: 4 of 24 (22 max)
                          === RTOS ===
                          Static ram: 28052
                          Dynamic ram: 94208 of which 24 recycled
                          Exception stack ram used: 576
                          Never used ram: 8212
                          Tasks: NETWORK(ready,116) HEAT(blocked,1244) DUEX(suspended,136) MAIN(running,1608) IDLE(ready,80)
                          Owned mutexes: WiFi(NETWORK)
                          === Platform ===
                          Last reset 11:14:43 ago, cause: software
                          Last software reset at 2020-04-06 09:18, reason: User, spinning module GCodes, available RAM 8532 bytes (slot 3)
                          Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0441f000 BFAR 0xe000ed38 SP 0xffffffff Task 0x4e49414d
                          Error status: 0
                          Free file entries: 10
                          SD card 0 detected, interface speed: 20.0MBytes/sec
                          SD card longest block write time: 133.8ms, max retries 0
                          MCU temperature: min 21.7, current 39.7, max 41.7
                          Supply voltage: min 24.0, current 24.3, max 24.6, under voltage events: 0, over voltage events: 0, power good: yes
                          Driver 0: standstill, SG min/max 0/981
                          Driver 1: standstill, SG min/max 0/1023
                          Driver 2: standstill, SG min/max 0/1023
                          Driver 3: standstill, SG min/max 0/1023
                          Driver 4: standstill, SG min/max 0/1023
                          Driver 5: standstill, SG min/max not available
                          Driver 6: standstill, SG min/max not available
                          Driver 7: standstill, SG min/max not available
                          Driver 8: standstill, SG min/max not available
                          Driver 9: standstill, SG min/max 0/1023
                          Date/time: 2020-04-06 20:32:48
                          Cache data hit count 4294967295
                          Slowest loop: 312.35ms; fastest: 0.12ms
                          I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
                          === Move ===
                          Hiccups: 0(0), FreeDm: 169, MinFreeDm: 107, MaxWait: 5922743ms
                          Bed compensation in use: mesh, comp offset 0.000
                          === MainDDARing ===
                          Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0  CDDA state: -1
                          === AuxDDARing ===
                          Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0  CDDA state: -1
                          === Heat ===
                          Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
                          Heater 0 is on, I-accum = 0.0
                          Heater 1 is on, I-accum = 0.7
                          === 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
                          Daemon is idle in state(s) 0
                          Autopause is idle in state(s) 0
                          Code queue is empty.
                          === Network ===
                          Slowest loop: 789.12ms; fastest: 0.00ms
                          Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(2) FTP(0) Telnet(0)
                          HTTP sessions: 2 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.23
                          WiFi MAC address 2c:3a:e8:0b:06:33
                          WiFi Vcc 3.44, reset reason Unknown
                          WiFi flash size 4194304, free heap 15424
                          WiFi IP address 192.168.188.36
                          WiFi signal strength -49dBm, reconnections 0, sleep mode modem
                          Socket states: 4 0 0 4 0 0 0 0
                          === Filament sensors ===
                          Extruder 0 sensor: ok
                          

                          Hypercube-Evolution-Hybrid, Piezo Orion, Orbiter
                          Duet WiFi 1.02 or later + DueX5
                          RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.0beta4 (2021-09-27 11:30:36)
                          Duet WiFi Server: 1.26
                          Duet Web Control 3.4.0beta4 (2021-09-27)

                          smoki3undefined 1 Reply Last reply Reply Quote 0
                          • GrodanBundefined
                            GrodanB @chrishamm
                            last edited by

                            @chrishamm said in Duet Web Control 2.1.1 released:

                            Great, by the way, great work. Much appreciated.

                            Do you require me to upgrade to RRF 3.01? Do not see the benefit to me until new functions are added at the moment I understand that soon it will be at the same function level as latest 2.x.

                            Again thanks.

                            DocTruckerundefined 1 Reply Last reply Reply Quote 0
                            • DocTruckerundefined
                              DocTrucker @GrodanB
                              last edited by DocTrucker

                              @GrodanB said in Duet Web Control 2.1.1 released:

                              Do you require me to upgrade to RRF 3.01?

                              @jay_s_uk said in Duet Web Control 2.1.1 released:

                              Its dependant on RRF3.01+ as it uses the object model

                              Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

                              1 Reply Last reply Reply Quote 0
                              • smoki3undefined
                                smoki3 @SIam
                                last edited by

                                @SIam said in Duet Web Control 2.1.1 released:

                                @smoki3

                                M122 is working here

                                6.4.2020, 20:32:50 	m122
                                === Diagnostics ===
                                RepRapFirmware for Duet 2 WiFi/Ethernet version 3.01-RC6 running on Duet WiFi 1.02 or later + DueX5
                                Board ID: 08DGM-95BNL-MGPSJ-6J9FD-3SJ6N-K1W3Y
                                Used output buffers: 4 of 24 (22 max)
                                === RTOS ===
                                Static ram: 28052
                                Dynamic ram: 94208 of which 24 recycled
                                Exception stack ram used: 576
                                Never used ram: 8212
                                Tasks: NETWORK(ready,116) HEAT(blocked,1244) DUEX(suspended,136) MAIN(running,1608) IDLE(ready,80)
                                Owned mutexes: WiFi(NETWORK)
                                === Platform ===
                                Last reset 11:14:43 ago, cause: software
                                Last software reset at 2020-04-06 09:18, reason: User, spinning module GCodes, available RAM 8532 bytes (slot 3)
                                Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0441f000 BFAR 0xe000ed38 SP 0xffffffff Task 0x4e49414d
                                Error status: 0
                                Free file entries: 10
                                SD card 0 detected, interface speed: 20.0MBytes/sec
                                SD card longest block write time: 133.8ms, max retries 0
                                MCU temperature: min 21.7, current 39.7, max 41.7
                                Supply voltage: min 24.0, current 24.3, max 24.6, under voltage events: 0, over voltage events: 0, power good: yes
                                Driver 0: standstill, SG min/max 0/981
                                Driver 1: standstill, SG min/max 0/1023
                                Driver 2: standstill, SG min/max 0/1023
                                Driver 3: standstill, SG min/max 0/1023
                                Driver 4: standstill, SG min/max 0/1023
                                Driver 5: standstill, SG min/max not available
                                Driver 6: standstill, SG min/max not available
                                Driver 7: standstill, SG min/max not available
                                Driver 8: standstill, SG min/max not available
                                Driver 9: standstill, SG min/max 0/1023
                                Date/time: 2020-04-06 20:32:48
                                Cache data hit count 4294967295
                                Slowest loop: 312.35ms; fastest: 0.12ms
                                I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
                                === Move ===
                                Hiccups: 0(0), FreeDm: 169, MinFreeDm: 107, MaxWait: 5922743ms
                                Bed compensation in use: mesh, comp offset 0.000
                                === MainDDARing ===
                                Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0  CDDA state: -1
                                === AuxDDARing ===
                                Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0  CDDA state: -1
                                === Heat ===
                                Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
                                Heater 0 is on, I-accum = 0.0
                                Heater 1 is on, I-accum = 0.7
                                === 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
                                Daemon is idle in state(s) 0
                                Autopause is idle in state(s) 0
                                Code queue is empty.
                                === Network ===
                                Slowest loop: 789.12ms; fastest: 0.00ms
                                Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(2) FTP(0) Telnet(0)
                                HTTP sessions: 2 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.23
                                WiFi MAC address 2c:3a:e8:0b:06:33
                                WiFi Vcc 3.44, reset reason Unknown
                                WiFi flash size 4194304, free heap 15424
                                WiFi IP address 192.168.188.36
                                WiFi signal strength -49dBm, reconnections 0, sleep mode modem
                                Socket states: 4 0 0 4 0 0 0 0
                                === Filament sensors ===
                                Extruder 0 sensor: ok
                                

                                I just get this without an output. Are you on Duet 2 Wifi?

                                Bildschirmfoto 2020-04-07 um 09.37.23.png

                                jay_s_ukundefined SIamundefined smoki3undefined 3 Replies Last reply Reply Quote 0
                                • jay_s_ukundefined
                                  jay_s_uk @smoki3
                                  last edited by

                                  @smoki3

                                  i get full M122 output on a duet 3 + pi and a duet 2 ethernet

                                  Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                                  1 Reply Last reply Reply Quote 0
                                  • wilrikerundefined
                                    wilriker
                                    last edited by

                                    @jay_s_uk @DocTrucker @GrodanB DWC 2.1.1 is supposed to work with RRF versions pre-ObjectModel. Unfortunately, currently there is a bug in the code that prevents it to get into legacy-mode.

                                    Manuel
                                    Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
                                    with probably always latest firmware/DWC (incl. betas or self-compiled)
                                    My Tool Collection

                                    jay_s_ukundefined chrishammundefined GrodanBundefined 3 Replies Last reply Reply Quote 1
                                    • SIamundefined
                                      SIam @smoki3
                                      last edited by

                                      @smoki3
                                      Yes i use duet wifi

                                      Hypercube-Evolution-Hybrid, Piezo Orion, Orbiter
                                      Duet WiFi 1.02 or later + DueX5
                                      RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.0beta4 (2021-09-27 11:30:36)
                                      Duet WiFi Server: 1.26
                                      Duet Web Control 3.4.0beta4 (2021-09-27)

                                      1 Reply Last reply Reply Quote 0
                                      • jay_s_ukundefined
                                        jay_s_uk @wilriker
                                        last edited by

                                        @wilriker good to know!

                                        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                                        1 Reply Last reply Reply Quote 0
                                        • chrishammundefined
                                          chrishamm administrators @wilriker
                                          last edited by

                                          @wilriker I am not aware of this bug, in fact I successfully tested DWC 2.1 with RRF2 just a few days ago.

                                          Duet software engineer

                                          1 Reply Last reply Reply Quote 0
                                          • wilrikerundefined
                                            wilriker
                                            last edited by

                                            @chrishamm @jay_s_uk It seems that this bug is only for very specific uncommon configurations. So it should already work with everything <3.01-something

                                            Manuel
                                            Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
                                            with probably always latest firmware/DWC (incl. betas or self-compiled)
                                            My Tool Collection

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