Problem moving from a 5i25+7I76 to a 7i76E.
- JohnnyCNC
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 543
- Thank you received: 100
22 Sep 2023 13:37 #281375
by JohnnyCNC
Replied by JohnnyCNC on topic Problem moving from a 5i25+7I76 to a 7i76E.
This is where I am currently at with pings.
john@X3CNC:~$ sudo chrt 99 ping -i .001 -q 10.10.10.10
[sudo] password for john:
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.
^C
--- 10.10.10.10 ping statistics ---
3999 packets transmitted, 3999 received, 0% packet loss, time 4019ms
rtt min/avg/max/mdev = 0.155/0.465/4.010/0.116 ms
Hopefully I can get to spend some time on this tonight or tomorrow.
John
john@X3CNC:~$ sudo chrt 99 ping -i .001 -q 10.10.10.10
[sudo] password for john:
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.
^C
--- 10.10.10.10 ping statistics ---
3999 packets transmitted, 3999 received, 0% packet loss, time 4019ms
rtt min/avg/max/mdev = 0.155/0.465/4.010/0.116 ms
Hopefully I can get to spend some time on this tonight or tomorrow.
John
Please Log in or Create an account to join the conversation.
- JohnnyCNC
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 543
- Thank you received: 100
17 Oct 2023 13:55 #283181
by JohnnyCNC
Replied by JohnnyCNC on topic Problem moving from a 5i25+7I76 to a 7i76E.
I took a little detour and decided to temporarily give a HP Slimline that I had laying around a try. My ultimate goal is to a NUC that is a good candidate so I can put it inside my main cabinet where the BAT J1800 used to live. Right now I just want to get my mill working again without having to swap back to the J1800 + 6i25 + 7i76.
I have Debian 12 installed with 2.9. running QTDRagon_HD. The machine comes up and can be homed. P4S Pendant works. But when I try to go to the Probe tab I get the error shown below. Is there something else I need to install/update?
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/qtvcp/widgets/simple_widgets.py", line 649, in paintEvent
self.paintIndicator()
File "/usr/lib/python3/dist-packages/qtvcp/widgets/simple_widgets.py", line 707, in paintIndicator
p.drawRoundedRect(topLeft.x()+(self.width()*((1-self._w_fraction)/2)) + self._top_edge_offset,
TypeError: arguments did not match any overloaded call:
drawRoundedRect(self, rect: QRectF, xRadius: float, yRadius: float, mode: Qt.SizeMode = Qt.AbsoluteSize): argument 1 has unexpected type 'float'
drawRoundedRect(self, x: int, y: int, w: int, h: int, xRadius: float, yRadius: float, mode: Qt.SizeMode = Qt.AbsoluteSize): argument 1 has unexpected type 'float'
drawRoundedRect(self, rect: QRect, xRadius: float, yRadius: float, mode: Qt.SizeMode = Qt.AbsoluteSize): argument 1 has unexpected type 'float'
I have Debian 12 installed with 2.9. running QTDRagon_HD. The machine comes up and can be homed. P4S Pendant works. But when I try to go to the Probe tab I get the error shown below. Is there something else I need to install/update?
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/qtvcp/widgets/simple_widgets.py", line 649, in paintEvent
self.paintIndicator()
File "/usr/lib/python3/dist-packages/qtvcp/widgets/simple_widgets.py", line 707, in paintIndicator
p.drawRoundedRect(topLeft.x()+(self.width()*((1-self._w_fraction)/2)) + self._top_edge_offset,
TypeError: arguments did not match any overloaded call:
drawRoundedRect(self, rect: QRectF, xRadius: float, yRadius: float, mode: Qt.SizeMode = Qt.AbsoluteSize): argument 1 has unexpected type 'float'
drawRoundedRect(self, x: int, y: int, w: int, h: int, xRadius: float, yRadius: float, mode: Qt.SizeMode = Qt.AbsoluteSize): argument 1 has unexpected type 'float'
drawRoundedRect(self, rect: QRect, xRadius: float, yRadius: float, mode: Qt.SizeMode = Qt.AbsoluteSize): argument 1 has unexpected type 'float'
Please Log in or Create an account to join the conversation.
Time to create page: 0.052 seconds