arkypita / LaserGRBL

Laser optimized GUI for GRBL
http://lasergrbl.com
Other
1.26k stars 497 forks source link

5.7.0 cannot connect #2179

Open phischy opened 10 months ago

phischy commented 10 months ago

Describe the bug Laser GRBL will try for a long time to connect and then give a generic "Error connecting to your machine" message. The com port shows up when the machine is plugged into the USB port. Reinstalling the CH340 driver does not fix the problem. Restarting LaserGRBL and the machine also fail to make a difference. The machine was connecting without issue using the previous version.

Hardware and software configuration (please complete the following information):

arkypita commented 10 months ago

Hi, thank you for your bug report. Please open LaserGRBL, go to menu "?" And click on "show session log". Scroll down to the last line and see if there are any error message (copy and paste all the file content here, so I can read it too).

It is useful also to record a full com log (menu ?, enable extended log) and then try to connect to the engraver

phischy commented 10 months ago

Here is the log. The only error I am seeing is connection timeout.

12/01/2024 18:03:40.753 Program ------- LaserGRBL v5.4.0 [64bit] START ------- 12/01/2024 18:03:40.744 Program ------- LaserGRBL v5.4.0 [64bit] START ------- 12/01/2024 18:03:46.446 Update DB Material DB is up to date 12/01/2024 18:04:06.027 Program ---------------- PROGRAM STOP -----------------

12/01/2024 18:04:32.155 Program ---------------- PROGRAM STOP -----------------

12/01/2024 18:04:40.594 Program ------- LaserGRBL v5.7.0 [64bit] START ------- 12/01/2024 18:04:44.223 Update DB Material DB is up to date 12/01/2024 18:04:47.404 SetStatus Machine status [Connecting] 12/01/2024 18:04:47.446 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:04:47.466 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:04:53.791 CloseCom Close COM8 [USER] 12/01/2024 18:04:53.795 SetStatus Machine status [Disconnected] 12/01/2024 18:05:02.507 SetStatus Machine status [Connecting] 12/01/2024 18:05:02.508 OpenCom Open COM7 @ 115200 baud (UsbSerial) 12/01/2024 18:05:07.696 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:05:07.698 SetStatus Machine status [Disconnected] 12/01/2024 18:05:09.951 SetStatus Machine status [Connecting] 12/01/2024 18:05:09.952 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:05:09.953 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:05:11.007 CloseCom Close COM8 [USER] 12/01/2024 18:05:11.008 SetStatus Machine status [Disconnected] 12/01/2024 18:05:28.215 SetStatus Machine status [Connecting] 12/01/2024 18:05:28.215 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:05:28.216 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:05:36.170 SetStatus Machine status [Disconnected] 12/01/2024 18:05:45.447 SetStatus Machine status [Connecting] 12/01/2024 18:05:45.448 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:05:45.450 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:05:55.448 OpenCom Connection timeout! 12/01/2024 18:05:55.448 CloseCom Close COM8 [CORE] 12/01/2024 18:05:55.451 SetStatus Machine status [Disconnected] 12/01/2024 18:06:56.370 SetStatus Machine status [Connecting] 12/01/2024 18:06:56.371 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:06:56.374 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:06:59.689 CloseCom Close COM8 [USER] 12/01/2024 18:06:59.689 SetStatus Machine status [Disconnected] 12/01/2024 18:07:52.605 Program ---------------- PROGRAM STOP -----------------

12/01/2024 18:07:57.663 Program ------- LaserGRBL v5.7.0 [64bit] START ------- 12/01/2024 18:08:03.395 SetStatus Machine status [Connecting] 12/01/2024 18:08:03.402 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:08:03.407 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:08:13.399 OpenCom Connection timeout! 12/01/2024 18:08:13.400 CloseCom Close COM8 [CORE] 12/01/2024 18:08:13.408 SetStatus Machine status [Disconnected] 12/01/2024 18:08:43.842 SetStatus Machine status [Connecting] 12/01/2024 18:08:43.843 OpenCom Open COM8 @ 57600 baud (UsbSerial) 12/01/2024 18:08:43.846 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:08:49.459 CloseCom Close COM8 [USER] 12/01/2024 18:08:49.460 SetStatus Machine status [Disconnected] 12/01/2024 18:08:54.982 SetStatus Machine status [Connecting] 12/01/2024 18:08:54.983 OpenCom Open COM3 @ 115200 baud (UsbSerial) 12/01/2024 18:08:54.984 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:08:56.338 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:08:56.338 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:08:56.338 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:08:56.338 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:08:56.338 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:08:57.440 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:08:57.440 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:08:57.440 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:08:57.440 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:08:57.440 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:08:57.950 CloseCom Close COM3 [USER] 12/01/2024 18:08:57.951 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:08:57.951 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:08:57.951 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:08:57.951 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:08:57.951 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:08:57.951 SetStatus Machine status [Disconnected] 12/01/2024 18:09:03.500 SetStatus Machine status [Connecting] 12/01/2024 18:09:03.501 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:09:03.503 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:09:13.503 OpenCom Connection timeout! 12/01/2024 18:09:13.503 CloseCom Close COM8 [CORE] 12/01/2024 18:09:13.506 SetStatus Machine status [Disconnected] 12/01/2024 18:10:36.631 SetStatus Machine status [Connecting] 12/01/2024 18:10:36.632 OpenCom Open COM7 @ 115200 baud (UsbSerial) 12/01/2024 18:10:41.819 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:10:41.820 SetStatus Machine status [Disconnected] 12/01/2024 18:10:44.830 SetStatus Machine status [Connecting] 12/01/2024 18:10:44.831 OpenCom Open COM7 @ 115200 baud (UsbSerial) 12/01/2024 18:10:50.016 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:10:50.120 CloseCom System.Threading.ThreadStateException: Thread has not been started. 12/01/2024 18:10:50.120 CloseCom at System.Threading.Thread.JoinInternal(Int32 millisecondsTimeout) 12/01/2024 18:10:50.120 CloseCom at Tools.ThreadClass.Stop() in E:\LaserGRBL\LaserGRBL\Tools\ThreadClass.cs:line 130 12/01/2024 18:10:50.120 CloseCom at LaserGRBL.GrblCore.CloseCom(Boolean user) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1421 12/01/2024 18:10:50.120 SetStatus Machine status [Disconnected] 12/01/2024 18:12:22.086 SetStatus Machine status [Connecting] 12/01/2024 18:12:22.087 OpenCom Open COM7 @ 115200 baud (UsbSerial) 12/01/2024 18:12:27.274 SetStatus Machine status [Disconnected] 12/01/2024 18:16:06.608 SetStatus Machine status [Connecting] 12/01/2024 18:16:06.609 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:17:58.675 OpenFile Open C:\Users\tubap\Pictures\Toy Patters\Cousins frame.png 12/01/2024 18:25:58.718 CloseCom Close COM8 [USER] 12/01/2024 18:25:58.719 SetStatus Machine status [Disconnected] 12/01/2024 18:26:03.581 SetStatus Machine status [Connecting] 12/01/2024 18:26:03.581 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:30:56.339 CloseCom Close COM8 [USER] 12/01/2024 18:30:56.340 SetStatus Machine status [Disconnected] 12/01/2024 18:31:02.582 Program ---------------- PROGRAM STOP -----------------

12/01/2024 18:35:04.447 Program ------- LaserGRBL v5.7.0 [64bit] START ------- 12/01/2024 18:35:09.847 SetStatus Machine status [Connecting] 12/01/2024 18:35:09.853 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:35:09.858 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:35:19.852 OpenCom Connection timeout! 12/01/2024 18:35:19.852 CloseCom Close COM8 [CORE] 12/01/2024 18:35:19.854 SetStatus Machine status [Disconnected] 12/01/2024 18:36:01.966 OpenFile Open C:\Users\tubap\Pictures\Toy Patters\Cousins frame.png 12/01/2024 18:37:23.814 SetStatus Machine status [Connecting] 12/01/2024 18:37:23.815 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:37:23.817 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:37:33.817 OpenCom Connection timeout! 12/01/2024 18:37:33.817 CloseCom Close COM8 [CORE] 12/01/2024 18:37:33.819 SetStatus Machine status [Disconnected] 12/01/2024 18:37:46.014 Program ---------------- PROGRAM STOP -----------------

12/01/2024 18:46:22.280 Program ------- LaserGRBL v5.7.0 [64bit] START ------- 12/01/2024 18:46:42.521 SetStatus Machine status [Connecting] 12/01/2024 18:46:42.525 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:46:42.530 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:46:52.523 OpenCom Connection timeout! 12/01/2024 18:46:52.524 CloseCom Close COM8 [CORE] 12/01/2024 18:46:52.534 SetStatus Machine status [Disconnected] 12/01/2024 18:47:19.634 SetStatus Machine status [Connecting] 12/01/2024 18:47:19.635 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:47:19.637 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:47:29.636 OpenCom Connection timeout! 12/01/2024 18:47:29.636 CloseCom Close COM8 [CORE] 12/01/2024 18:47:29.639 SetStatus Machine status [Disconnected] 12/01/2024 18:47:40.087 SetStatus Machine status [Connecting] 12/01/2024 18:47:40.088 OpenCom Open COM3 @ 115200 baud (UsbSerial) 12/01/2024 18:47:40.089 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:47:41.209 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:41.209 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:41.209 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:41.209 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:41.209 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:42.310 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:42.310 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:42.310 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:42.310 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:42.310 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:43.662 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:43.662 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:43.662 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:43.662 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:43.662 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:44.763 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:44.763 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:44.763 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:44.763 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:44.763 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:45.866 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:45.866 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:45.866 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:45.866 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:45.866 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:46.969 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:46.969 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:46.969 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:46.969 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:46.969 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:48.071 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:48.071 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:48.071 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:48.071 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:48.071 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:49.173 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:49.173 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:49.173 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:49.173 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:49.173 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:50.276 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:50.276 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:50.276 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:50.276 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:50.276 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:50.277 OpenCom Connection timeout! 12/01/2024 18:47:50.277 CloseCom Close COM3 [CORE] 12/01/2024 18:47:50.279 SetStatus Machine status [Disconnected] 12/01/2024 18:49:23.213 Program ---------------- PROGRAM STOP -----------------

13/01/2024 20:52:09.978 Program ------- LaserGRBL v5.7.0 [64bit] START ------- 13/01/2024 20:52:15.652 Update DB Material DB is up to date

Here is today's session with the extended log. Between 21:04 and 21:06 I tried reinstalling the CH430 Driver

13/01/2024 20:52:09.978 Program ------- LaserGRBL v5.7.0 [64bit] START ------- 13/01/2024 20:52:15.652 Update DB Material DB is up to date 13/01/2024 21:01:59.901 ComLog Recording session started @ 13/01/2024 21:01:59.900 - Session ID [d294922d] 13/01/2024 21:04:45.777 SetStatus Machine status [Connecting] 13/01/2024 21:04:45.830 OpenCom Open COM8 @ 115200 baud (UsbSerial) 13/01/2024 21:04:45.907 SendImmediate Send Immediate Command [0x18] 13/01/2024 21:04:55.789 OpenCom Connection timeout! 13/01/2024 21:04:55.789 CloseCom Close COM8 [CORE] 13/01/2024 21:04:55.820 CloseCom Close COM8 [CORE] 13/01/2024 21:04:55.876 SetStatus Machine status [Disconnected] 13/01/2024 21:06:23.225 SetStatus Machine status [Connecting] 13/01/2024 21:06:23.227 OpenCom Open COM8 @ 115200 baud (UsbSerial) 13/01/2024 21:06:23.230 SendImmediate Send Immediate Command [0x18] 13/01/2024 21:06:33.228 OpenCom Connection timeout! 13/01/2024 21:06:33.230 CloseCom Close COM8 [CORE] 13/01/2024 21:06:33.233 SetStatus Machine status [Disconnected]

arkypita commented 10 months ago

Could you please upload here the comlog.txt file that it was created with the last test? Drag-drop it in GitHub web page, do not reply to the email because it doesn't work

phischy commented 10 months ago

comlog.txt

arkypita commented 10 months ago

Given the log you sent, look like the machine doesn't respond at all to LaserGRBL inputs. This not depends on LaserGRBL version, or at least it is very very strange if it does.

I suggest to check LaserGRBL settings soft reset and hard reset on connect, try switching them on.

image

eliuth1686 commented 10 months ago

buenas tardes mi lasser funcionaba correctamente pero después ya no quiso conectarse ya intente los puertos com y sigue sin funcionar esto es lo que esta en el historial

02/02/2024 17:20:58.449 SetStatus Machine status [Connecting] 02/02/2024 17:20:58.451 OpenCom Open COM5 @ 115200 baud DTR, RTS, Ctrl-X (UsbSerial) 02/02/2024 17:20:58.456 SendImmediate Send Immediate Command [0x18] 02/02/2024 17:20:58.794 SetStatus Machine status [Disconnected] 02/02/2024 17:22:31.191 SetStatus Machine status [Connecting] 02/02/2024 17:22:31.193 OpenCom Open COM5 @ 115200 baud DTR, RTS, Ctrl-X (UsbSerial) 02/02/2024 17:22:31.197 SendImmediate Send Immediate Command [0x18] 02/02/2024 17:22:31.446 VersionInfo Detected Grbl v1.1h 02/02/2024 17:22:31.527 SetStatus Machine status [Disconnected] 02/02/2024 17:38:13.580 SetStatus Machine status [Connecting] 02/02/2024 17:38:13.582 OpenCom Open COM5 @ 115200 baud DTR, RTS, Ctrl-X (UsbSerial) 02/02/2024 17:38:13.585 SendImmediate Send Immediate Command [0x18] 02/02/2024 17:38:13.838 SendImmediate System.IO.IOException: Uno de los dispositivos conectados al sistema no funciona. 02/02/2024 17:38:13.838 SendImmediate
02/02/2024 17:38:13.838 SendImmediate en System.IO.Ports.InternalResources.WinIOError(Int32 errorCode, String str) 02/02/2024 17:38:13.838 SendImmediate en System.IO.Ports.SerialStream.EndWrite(IAsyncResult asyncResult) 02/02/2024 17:38:13.838 SendImmediate en System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 02/02/2024 17:38:13.838 SendImmediate en System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 02/02/2024 17:38:13.838 SendImmediate en LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) en E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:línea 126 02/02/2024 17:38:13.838 SendImmediate en LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) en E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:línea 1516 02/02/2024 17:38:13.901 SetStatus Machine status [Disconnected] 02/02/2024 17:40:10.840 SetStatus Machine status [Connecting] 02/02/2024 17:40:10.841 OpenCom Open COM5 @ 115200 baud DTR, RTS, Ctrl-X (UsbSerial) 02/02/2024 17:40:10.845 SendImmediate Send Immediate Command [0x18] 02/02/2024 17:40:11.148 SendImmediate System.IO.IOException: Se ha especificado un dispositivo que no existe. 02/02/2024 17:40:11.148 SendImmediate
02/02/2024 17:40:11.148 SendImmediate en System.IO.Ports.InternalResources.WinIOError(Int32 errorCode, String str) 02/02/2024 17:40:11.148 SendImmediate en System.IO.Ports.SerialStream.EndWrite(IAsyncResult asyncResult) 02/02/2024 17:40:11.148 SendImmediate en System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 02/02/2024 17:40:11.148 SendImmediate en System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 02/02/2024 17:40:11.148 SendImmediate en LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) en E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:línea 126 02/02/2024 17:40:11.148 SendImmediate en LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) en E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:línea 1516 02/02/2024 17:40:11.169 SetStatus Machine status [Disconnected] 02/02/2024 18:27:01.919 Issue detector System sleep/hibernation detected (85s)

arkypita commented 10 months ago

@eliuth1686 this could be a cable issue or a PC issue, could you please try with a different PC?

eliuth1686 commented 10 months ago

Ya lo intente con cables diferentes y con PC diferente y sigue igual sin conectarse

Obtener Outlook para Androidhttps://aka.ms/AAb9ysg


From: arkypita @.> Sent: Saturday, February 3, 2024 8:43:46 AM To: arkypita/LaserGRBL @.> Cc: eliuth1686 @.>; Mention @.> Subject: Re: [arkypita/LaserGRBL] 5.7.0 cannot connect (Issue #2179)

@eliuth1686https://github.com/eliuth1686 this could be a cable issue or a PC issue, could you please try with a different PC?

— Reply to this email directly, view it on GitHubhttps://github.com/arkypita/LaserGRBL/issues/2179#issuecomment-1925347103, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BFX2QAK6UGPRPSUKU4OBVILYRZEKFAVCNFSM6AAAAABBY43T76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGM2DOMJQGM. You are receiving this because you were mentioned.Message ID: @.***>

MinPD291 commented 9 months ago

hi i have the same issue and tried the hard and soft reset but issue still presist. help :(

Akaisikjh commented 9 months ago

2024-02-20_18-59-36

добрый вечер у меня такая проблем не как не реагирует

Akaisikjh commented 9 months ago

2024-02-20_19-02-39

arkypita commented 9 months ago

@Akaisikjh your machine has issue, continuously reset itself.

Akaisikjh commented 9 months ago

Безымянный Ошибка при подключении что может быть??::

Akaisikjh commented 9 months ago

лазер подключен горить лампочка, но не как не реагирует на команды

Akaisikjh commented 9 months ago

20240225_120600 у меня почему то конфигурация GRBL пустой

10ANT commented 8 months ago

I found the solution: more than likely emergency button is clicked turn it clockwise or just try to unlock it. image

Pelendrin commented 1 week ago

Hola, la última vez que utilicé LaserGRBL se conectó sin ningún problema. Hoy no consigo que se conecte. la máquina hace un ruido de conexión como hacía habitualmente, pero el programa continúa sin conexión. Para descartar problemas del pc he probado con Universal GCode Sender, y se conecta perfectamente. También funciona con LaserWeb. Este fragmento es de a última conexión correcta y la de hoy:

30/10/2024 23:32:42.863 Program ------- LaserGRBL v7.12.0 [64bit] START ------- 30/10/2024 23:32:43.643 OpenGL AUTO->FBO OpenGL 3.1.0 - Build 9.17.10.4459, Intel, Intel(R) HD Graphics 3000 30/10/2024 23:33:19.070 SetStatus Machine status [Connecting] 30/10/2024 23:33:19.082 OpenCom Open COM5 @ 115200 baud Ctrl-X (UsbSerial) 30/10/2024 23:33:19.137 SendImmediate Send Immediate Command [0x18] 30/10/2024 23:33:19.773 VersionInfo Detected Grbl v1.1h 30/10/2024 23:33:19.914 SetStatus Machine status [Idle] 30/10/2024 23:33:20.432 Refresh Config Refreshing grbl configuration [OnConnect] 30/10/2024 23:33:20.492 Refresh Config Configuration successfully received! (Expected: 34 Found: 34) 30/10/2024 23:33:20.510 EnlargeBuffer Buffer size changed to 128 [True] 30/10/2024 23:35:13.896 SetStatus Machine status [Jog] 30/10/2024 23:35:21.896 SetStatus Machine status [Idle] 30/10/2024 23:35:22.897 SetStatus Machine status [Jog] 30/10/2024 23:35:24.396 SetStatus Machine status [Idle] 30/10/2024 23:35:24.898 SetStatus Machine status [Jog] 30/10/2024 23:35:26.396 SetStatus Machine status [Idle] 30/10/2024 23:35:26.645 SetStatus Machine status [Jog] 30/10/2024 23:35:28.146 SetStatus Machine status [Idle] 30/10/2024 23:35:46.147 SetStatus Machine status [Jog] 30/10/2024 23:35:47.647 SetStatus Machine status [Idle] 30/10/2024 23:36:04.646 SetStatus Machine status [Jog] 30/10/2024 23:36:06.148 SetStatus Machine status [Idle] 30/10/2024 23:36:07.897 SetStatus Machine status [Jog] 30/10/2024 23:36:20.647 SetStatus Machine status [Idle] 30/10/2024 23:36:21.397 SetStatus Machine status [Jog] 30/10/2024 23:36:26.646 SetStatus Machine status [Idle] 30/10/2024 23:36:44.145 SetStatus Machine status [Jog] 30/10/2024 23:36:45.646 SetStatus Machine status [Idle] 30/10/2024 23:42:53.909 SetStatus Machine status [Jog] 30/10/2024 23:42:55.401 SetStatus Machine status [Idle] 30/10/2024 23:42:57.647 SetStatus Machine status [Jog] 30/10/2024 23:43:10.395 SetStatus Machine status [Idle] 30/10/2024 23:43:10.645 SetStatus Machine status [Jog] 30/10/2024 23:43:12.146 SetStatus Machine status [Idle] 30/10/2024 23:43:15.147 SetStatus Machine status [Jog] 30/10/2024 23:43:18.397 SetStatus Machine status [Idle] 30/10/2024 23:43:18.647 SetStatus Machine status [Jog] 30/10/2024 23:43:23.147 SetStatus Machine status [Idle] 30/10/2024 23:43:24.897 SetStatus Machine status [Jog] 30/10/2024 23:43:26.396 SetStatus Machine status [Idle] 30/10/2024 23:43:26.647 SetStatus Machine status [Jog] 30/10/2024 23:43:34.646 SetStatus Machine status [Idle] 30/10/2024 23:43:35.645 SetStatus Machine status [Jog] 30/10/2024 23:43:37.148 SetStatus Machine status [Idle] 30/10/2024 23:44:29.398 SetStatus Machine status [Jog] 30/10/2024 23:44:30.896 SetStatus Machine status [Idle] 30/10/2024 23:44:33.397 SetStatus Machine status [Jog] 30/10/2024 23:44:34.646 SetStatus Machine status [Idle] 30/10/2024 23:44:37.398 SetStatus Machine status [Jog] 30/10/2024 23:44:38.897 SetStatus Machine status [Idle] 30/10/2024 23:44:41.396 SetStatus Machine status [Jog] 30/10/2024 23:44:51.896 SetStatus Machine status [Idle] 30/10/2024 23:44:53.648 SetStatus Machine status [Jog] 30/10/2024 23:44:57.645 SetStatus Machine status [Idle] 30/10/2024 23:45:08.395 SetStatus Machine status [Jog] 30/10/2024 23:45:11.146 SetStatus Machine status [Idle] 30/10/2024 23:45:11.397 SetStatus Machine status [Jog] 30/10/2024 23:45:12.646 SetStatus Machine status [Idle] 30/10/2024 23:45:34.398 SetStatus Machine status [Jog] 30/10/2024 23:45:37.396 SetStatus Machine status [Idle] 30/10/2024 23:45:38.648 SetStatus Machine status [Jog] 30/10/2024 23:45:39.896 SetStatus Machine status [Idle] 30/10/2024 23:45:40.147 SetStatus Machine status [Jog] 30/10/2024 23:45:41.647 SetStatus Machine status [Idle] 30/10/2024 23:45:46.396 SetStatus Machine status [Jog] 30/10/2024 23:45:47.895 SetStatus Machine status [Idle] 30/10/2024 23:47:38.578 OpenFile Open C:\Users\Galegarte\Documents\GALEGARTE\halloween\Hucha.png 30/10/2024 23:49:04.349 EnqueueProgram Push Header 30/10/2024 23:49:04.349 EnqueueProgram Push File, 8448 lines 30/10/2024 23:49:04.352 EnqueueProgram Running program, 8448 lines 30/10/2024 23:49:04.397 SetStatus Machine status [Run] 30/10/2024 23:50:38.105 SendImmediate Send Immediate Command [0x21] 30/10/2024 23:50:38.146 SetStatus Machine status [Hold] 30/10/2024 23:51:44.486 ManualAbort Program aborted by user action! 30/10/2024 23:51:44.487 Issue detector ManualAbort [0,-1,-1] 30/10/2024 23:53:48.780 ManualAbort Program aborted by user action! 30/10/2024 23:53:48.782 Issue detector ManualAbort [0,-1,-1] 31/10/2024 07:33:15.817 OpenFile Open C:\Users\Galegarte\Documents\GALEGARTE\halloween\Hucha.png 31/10/2024 07:34:31.949 ManualAbort Program aborted by user action! 31/10/2024 07:34:31.949 Issue detector ManualAbort [0,-1,-1] 31/10/2024 07:34:43.161 SendImmediate Send Immediate Command [0x18] 31/10/2024 07:34:43.191 VersionInfo Detected Grbl v1.1h 31/10/2024 07:34:43.399 SetStatus Machine status [Idle] 31/10/2024 07:36:19.646 SetStatus Machine status [Jog] 31/10/2024 07:36:21.147 SetStatus Machine status [Idle] 31/10/2024 07:36:55.148 SetStatus Machine status [Jog] 31/10/2024 07:36:56.646 SetStatus Machine status [Idle] 31/10/2024 07:37:03.897 SetStatus Machine status [Run] 31/10/2024 07:37:04.647 SetStatus Machine status [Idle] 31/10/2024 07:37:17.646 SetStatus Machine status [Run] 31/10/2024 07:37:18.648 SetStatus Machine status [Idle] 31/10/2024 07:37:39.896 SetStatus Machine status [Run] 31/10/2024 07:37:45.146 SetStatus Machine status [Idle] 31/10/2024 07:37:57.147 SetStatus Machine status [Run] 31/10/2024 07:37:57.897 SetStatus Machine status [Idle] 31/10/2024 07:39:29.396 SetStatus Machine status [Jog] 31/10/2024 07:39:30.896 SetStatus Machine status [Idle] 31/10/2024 07:39:35.896 SetStatus Machine status [Jog] 31/10/2024 07:39:37.396 SetStatus Machine status [Idle] 31/10/2024 07:39:51.896 SetStatus Machine status [Run] 31/10/2024 07:40:07.646 SetStatus Machine status [Idle] 31/10/2024 07:43:35.379 EnqueueProgram Push Header 31/10/2024 07:43:35.379 EnqueueProgram Push File, 8448 lines 31/10/2024 07:43:35.382 EnqueueProgram Running program, 8448 lines 31/10/2024 07:43:35.399 SetStatus Machine status [Run] 31/10/2024 11:00:14.425 ProgramEnd Job Executed: 8448 lines, 0 errors, 3 hours,16 min,39 sec 31/10/2024 11:00:14.426 EnqueueProgram Push Footer 31/10/2024 11:00:30.398 SetStatus Machine status [Idle] 01/11/2024 15:02:50.979 SetStatus Machine status [Disconnected] 01/11/2024 18:04:31.448 Issue detector System sleep/hibernation detected (10797s) 07/11/2024 17:42:46.376 Issue detector System sleep/hibernation detected (517093s) 07/11/2024 17:43:21.013 Program ---------------- PROGRAM STOP -----------------

21/11/2024 17:26:27.174 Program ------- LaserGRBL v7.12.0 [64bit] START ------- 21/11/2024 17:26:32.180 OpenGL AUTO->FBO OpenGL 3.1.0 - Build 9.17.10.4459, Intel, Intel(R) HD Graphics 3000 21/11/2024 17:26:37.227 Update DB Material DB is up to date 21/11/2024 17:27:12.653 OpenFile Open G:\Mi unidad\Imagenes\navidad\Indicador_1.svg 21/11/2024 17:29:24.531 OpenFile Open G:\Mi unidad\Imagenes\navidad\Indicador_1.svg 21/11/2024 17:29:49.724 OpenFile Open G:\Mi unidad\Imagenes\navidad\Indicador_1.svg 21/11/2024 17:30:21.853 SetStatus Machine status [Connecting] 21/11/2024 17:30:21.872 OpenCom Open COM4 @ 115200 baud Ctrl-X (UsbSerial) 21/11/2024 17:30:21.930 SendImmediate Send Immediate Command [0x18] 21/11/2024 17:30:21.944 CloseCom Close COM4 [CORE] 21/11/2024 17:30:21.952 SetStatus Machine status [Disconnected] 21/11/2024 17:30:32.044 SetStatus Machine status [Connecting] 21/11/2024 17:30:32.045 OpenCom Open COM4 @ 115200 baud Ctrl-X (UsbSerial) 21/11/2024 17:30:32.079 CloseCom Close COM4 [CORE] 21/11/2024 17:30:32.079 SendImmediate Send Immediate Command [0x18] 21/11/2024 17:30:32.084 SetStatus Machine status [Disconnected] 21/11/2024 17:30:38.652 SetStatus Machine status [Connecting] 21/11/2024 17:30:38.653 OpenCom Open COM3 @ 115200 baud Ctrl-X (UsbSerial) 21/11/2024 17:30:38.775 SendImmediate Send Immediate Command [0x18] 21/11/2024 17:30:48.656 OpenCom Connection timeout! 21/11/2024 17:30:48.656 CloseCom Close COM3 [CORE] 21/11/2024 17:30:48.669 SetStatus Machine status [Disconnected] 21/11/2024 17:31:19.976 SetStatus Machine status [Connecting] 21/11/2024 17:31:19.978 OpenCom Open COM4 @ 115200 baud Ctrl-X (UsbSerial) 21/11/2024 17:31:20.030 SendImmediate Send Immediate Command [0x18] 21/11/2024 17:31:20.030 CloseCom Close COM4 [CORE] 21/11/2024 17:31:20.035 SetStatus Machine status [Disconnected] 21/11/2024 17:31:25.840 Program ---------------- PROGRAM STOP -----------------

Me llama especialmente la atención estas líneas: 01/11/2024 18:04:31.448 Issue detector System sleep/hibernation detected (10797s) 07/11/2024 17:42:46.376 Issue detector System sleep/hibernation detected (517093s)

Muchas gracias por tu ayuda y dedicación Un saludo

Pelendrin commented 1 week ago

Vale. No sé si tiene algo que ver o no, pero lo he solucionado volviendo a instalar el driver CH340 (Heramientas/Instalar Driver CH340)

Gracias igualmente Un saludo