- Hardware & Machines
- Computers and Hardware
- ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play
ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play
- aparecido
- Offline
- Premium Member
-
Less
More
- Posts: 100
- Thank you received: 6
07 Jun 2025 22:15 #329904
by aparecido
Replied by aparecido on topic ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play
Could you post what and how the changes you made were?
Thank you.
Thank you.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20343
- Thank you received: 6917
07 Jun 2025 22:48 #329906
by tommylight
Replied by tommylight on topic ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play
Attached is the working stuff, full set, but it is not the last i did modify as apparently i forgot to save that on the NAS, hopefully i have not deleted them but in general i have changed the IP address to 10.10.10.10 so i do not have to change network settings when using Mesa boards and some minor tuning.
The following user(s) said Thank You: aparecido
Please Log in or Create an account to join the conversation.
- beauxnez
- Offline
- Premium Member
-
Less
More
- Posts: 143
- Thank you received: 10
08 Jun 2025 06:58 - 08 Jun 2025 07:00 #329932
by beauxnez
Replied by beauxnez on topic ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play
I think it is not the right version the ip address is 192.168.96.54 and the linuxcnc config file there is an error
Last edit: 08 Jun 2025 07:00 by beauxnez.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20343
- Thank you received: 6917
08 Jun 2025 14:46 #329951
by tommylight
Replied by tommylight on topic ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play
This is with 10.10.10.10 IP address.
You have to compile the component again.
You have to compile the component again.
Please Log in or Create an account to join the conversation.
- beauxnez
- Offline
- Premium Member
-
Less
More
- Posts: 143
- Thank you received: 10
09 Jun 2025 09:54 - 09 Jun 2025 09:56 #330004
by beauxnez
[code][HOMEMOD=
TASK=milltask
HALUI=halui
DISPLAY=axis
COORDINATES=X Y Z
KINEMATICS=trivkins coordinates=XYZ
Starting LinuxCNC...
Starting LinuxCNC server program: linuxcncsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting LinuxCNC IO program: io
emc/iotask/ioControl.cc 786: can't load tool table.
Starting HAL User Interface program: halui
linuxcnc TPMOD=tpmod HOMEMOD=homemod EMCMOT=motmod
twopass:invoked with <> options
twopass:found ./UDP2.hal
twopass: Error in file ./UDP2.hal:
setting parameter 'udp.0.dirsetup' to '20000 #100000'
parameter or pin 'udp.0.dirsetup' not found
Shutting down and cleaning up LinuxCNC...
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments
Debug file information:
Note: Using POSIX realtime
3725
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime/code]
Replied by beauxnez on topic ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play
I have an error message
[code][HOMEMOD=
TASK=milltask
HALUI=halui
DISPLAY=axis
COORDINATES=X Y Z
KINEMATICS=trivkins coordinates=XYZ
Starting LinuxCNC...
Starting LinuxCNC server program: linuxcncsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting LinuxCNC IO program: io
emc/iotask/ioControl.cc 786: can't load tool table.
Starting HAL User Interface program: halui
linuxcnc TPMOD=tpmod HOMEMOD=homemod EMCMOT=motmod
twopass:invoked with <> options
twopass:found ./UDP2.hal
twopass: Error in file ./UDP2.hal:
setting parameter 'udp.0.dirsetup' to '20000 #100000'
parameter or pin 'udp.0.dirsetup' not found
Shutting down and cleaning up LinuxCNC...
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments
Debug file information:
Note: Using POSIX realtime
3725
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime/code]
Last edit: 09 Jun 2025 09:56 by beauxnez.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20343
- Thank you received: 6917
09 Jun 2025 14:17 #330020
by tommylight
Replied by tommylight on topic ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play
You have to compile the component again.
Please Log in or Create an account to join the conversation.
- beauxnez
- Offline
- Premium Member
-
Less
More
- Posts: 143
- Thank you received: 10
09 Jun 2025 19:33 #330040
by beauxnez
Replied by beauxnez on topic ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play
Unable to recompile udp.comp file
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20343
- Thank you received: 6917
09 Jun 2025 19:41 #330042
by tommylight
Replied by tommylight on topic ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play
Those are NOT my files.
Please Log in or Create an account to join the conversation.
- beauxnez
- Offline
- Premium Member
-
Less
More
- Posts: 143
- Thank you received: 10
09 Jun 2025 19:53 #330044
by beauxnez
Replied by beauxnez on topic ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play
Thanks, it works, but I can't remove the emergency stop.
Please Log in or Create an account to join the conversation.
- beauxnez
- Offline
- Premium Member
-
Less
More
- Posts: 143
- Thank you received: 10
09 Jun 2025 20:03 #330045
by beauxnez
Replied by beauxnez on topic ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play
For card configuration?
adresse =10.10.10.10
network mask = 24 ??
network mask = ???
adresse =10.10.10.10
network mask = 24 ??
network mask = ???
Please Log in or Create an account to join the conversation.
- Hardware & Machines
- Computers and Hardware
- ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play
Time to create page: 0.115 seconds