- Configuring LinuxCNC
- Advanced Configuration
- EtherCAT
- IO Questions around mixing IO between Ethercat and Pi 5?
IO Questions around mixing IO between Ethercat and Pi 5?
- jhandel
- Offline
- Premium Member
-
Less
More
- Posts: 154
- Thank you received: 7
08 Jun 2025 13:58 #329948
by jhandel
Replied by jhandel on topic IO Questions around mixing IO between Ethercat and Pi 5?
that EasyCAT is an interesting bit of kit...
Please Log in or Create an account to join the conversation.
- zmrdko
-
- Offline
- Elite Member
-
Less
More
- Posts: 183
- Thank you received: 49
09 Jun 2025 12:35 #330011
by zmrdko
Replied by zmrdko on topic IO Questions around mixing IO between Ethercat and Pi 5?
github.com/zmrdko/3DWorks_EasyCAT/blob/main/3DWorks_EasyCAT.ino
you can find some examples of IO, which I tried.
you can find some examples of IO, which I tried.
Please Log in or Create an account to join the conversation.
- jhandel
- Offline
- Premium Member
-
Less
More
- Posts: 154
- Thank you received: 7
10 Jun 2025 15:52 #330092
by jhandel
Replied by jhandel on topic IO Questions around mixing IO between Ethercat and Pi 5?
looking at your code, are you getting 64 digital inputs and outputs you "could" address over EtherCat?
looking at your code your passing around the digital io around as a single 32bit int and you have 2 of them...
uint32_t outDigitalSet0;
uint32_t outDigitalSet1;
if you mix that with an I2C or SPI extender couldn't those be mapped to an I/O extender of some kind?
looking at your code your passing around the digital io around as a single 32bit int and you have 2 of them...
uint32_t outDigitalSet0;
uint32_t outDigitalSet1;
if you mix that with an I2C or SPI extender couldn't those be mapped to an I/O extender of some kind?
Please Log in or Create an account to join the conversation.
- zmrdko
-
- Offline
- Elite Member
-
Less
More
- Posts: 183
- Thank you received: 49
12 Jun 2025 11:11 #330201
by zmrdko
Replied by zmrdko on topic IO Questions around mixing IO between Ethercat and Pi 5?
i am sorry, it was some time ago. I believe that you can customize PDOs as you need.
Please Log in or Create an account to join the conversation.
- Configuring LinuxCNC
- Advanced Configuration
- EtherCAT
- IO Questions around mixing IO between Ethercat and Pi 5?
Time to create page: 0.099 seconds