linuxcncrsh set spindle_override 75 is it bug?
25 Mar 2024 22:57 #296780
by zaxlex
linuxcncrsh set spindle_override 75 is it bug? was created by zaxlex
I have last version LinuxCNC 2.9.2. I add in my hall file it string - loadusr linuxcncrsh --port 5007 --connectpw pw --enablepw pw
and when I connect to linuxcncrsh by telnet I get lost connection after I send set spindle_override 75
it my log:
hello pw k1 1.1
HELLO ACK EMCNETSVR 1.1
set enable pw
set echo off
set estop off
set machine on
set spindle_override 75
[ ALERT ] - Socket got disconnected.
Reason: The remote host closed the connection
[ INFO ] - Connection time: 00:38:58.831
[ INFO ] - Looking up the IP address of server: 192.168.2.3:5007 ...
[ INFO ] - The IP address of 192.168.2.3 has been found. It is: 192.168.2.3
[ INFO ] - Trying to connect to 192.168.2.3:5007 ...
And I must close axis and rerun it to obtain connect.
May be somebody can repeat my test and give me some advice?
and when I connect to linuxcncrsh by telnet I get lost connection after I send set spindle_override 75
it my log:
hello pw k1 1.1
HELLO ACK EMCNETSVR 1.1
set enable pw
set echo off
set estop off
set machine on
set spindle_override 75
[ ALERT ] - Socket got disconnected.
Reason: The remote host closed the connection
[ INFO ] - Connection time: 00:38:58.831
[ INFO ] - Looking up the IP address of server: 192.168.2.3:5007 ...
[ INFO ] - The IP address of 192.168.2.3 has been found. It is: 192.168.2.3
[ INFO ] - Trying to connect to 192.168.2.3:5007 ...
And I must close axis and rerun it to obtain connect.
May be somebody can repeat my test and give me some advice?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19123
- Thank you received: 6406
25 Mar 2024 23:47 #296787
by tommylight
Replied by tommylight on topic linuxcncrsh set spindle_override 75 is it bug?
Did you try other values for override?
Does the spindle turn on when you sent that command?
Does the spindle turn on when you sent that command?
Please Log in or Create an account to join the conversation.
26 Mar 2024 19:41 - 26 Mar 2024 19:51 #296828
by zaxlex
Replied by zaxlex on topic linuxcncrsh set spindle_override 75 is it bug?
Yes, I tried other values of override - 25; 50; 100; 1; 0.5; 0.75 - and no luck
today I try send simple "get spindle" without any arguments and get same lost connection.
here it log:
hello pw k1 1.1
set echo off
set enable pw
HELLO ACK EMCNETSVR 1.1
set estop off
set machine on
get spindle
[ ALERT ] - Socket got disconnected.
Reason: The remote host closed the connection
[ INFO ] - Connection time: 00:06:27.521
[ INFO ] - Looking up the IP address of server: 192.168.2.3:5007 ...
[ INFO ] - The IP address of 192.168.2.3 has been found. It is: 192.168.2.3
[ INFO ] - Trying to connect to 192.168.2.3:5007 ...
and other try with another value of override:
hello pw k1 1.1
set echo off
set enable pw
HELLO ACK EMCNETSVR 1.1
set estop off
set machine on
set spindle forward
set spindle off
get spindle off
SPINDLE 0 OFF
set spindle forward
get spindle off
SPINDLE 0 FORWARD
set spindle off
get spindle off
SPINDLE 0 OFF
set spindle forward
get spindle off
SPINDLE 0 FORWARD
set spindle increase
set spindle increase
set spindle increase
set spindle increase
get spindle off
SPINDLE 0 FORWARD
set spindle_override 25
[ ALERT ] - Socket got disconnected.
Reason: The remote host closed the connection
[ INFO ] - Connection time: 00:05:32.445
[ INFO ] - Looking up the IP address of server: 192.168.2.3:5007 ...
[ INFO ] - The IP address of 192.168.2.3 has been found. It is: 192.168.2.3
[ INFO ] - Trying to connect to 192.168.2.3:5007 ...
today I try send simple "get spindle" without any arguments and get same lost connection.
here it log:
Warning: Spoiler!
hello pw k1 1.1
set echo off
set enable pw
HELLO ACK EMCNETSVR 1.1
set estop off
set machine on
get spindle
[ ALERT ] - Socket got disconnected.
Reason: The remote host closed the connection
[ INFO ] - Connection time: 00:06:27.521
[ INFO ] - Looking up the IP address of server: 192.168.2.3:5007 ...
[ INFO ] - The IP address of 192.168.2.3 has been found. It is: 192.168.2.3
[ INFO ] - Trying to connect to 192.168.2.3:5007 ...
and other try with another value of override:
Warning: Spoiler!
hello pw k1 1.1
set echo off
set enable pw
HELLO ACK EMCNETSVR 1.1
set estop off
set machine on
set spindle forward
set spindle off
get spindle off
SPINDLE 0 OFF
set spindle forward
get spindle off
SPINDLE 0 FORWARD
set spindle off
get spindle off
SPINDLE 0 OFF
set spindle forward
get spindle off
SPINDLE 0 FORWARD
set spindle increase
set spindle increase
set spindle increase
set spindle increase
get spindle off
SPINDLE 0 FORWARD
set spindle_override 25
[ ALERT ] - Socket got disconnected.
Reason: The remote host closed the connection
[ INFO ] - Connection time: 00:05:32.445
[ INFO ] - Looking up the IP address of server: 192.168.2.3:5007 ...
[ INFO ] - The IP address of 192.168.2.3 has been found. It is: 192.168.2.3
[ INFO ] - Trying to connect to 192.168.2.3:5007 ...
Last edit: 26 Mar 2024 19:51 by zaxlex.
Please Log in or Create an account to join the conversation.
Time to create page: 0.090 seconds