Linuxcnc and Profibus
In the example configuration in the zipped folder the file 'pyprofibus.conf' contains a single configuration for 'SLAVE_0'. I presume one could configure more (ie SLAVE_1 ....) but I have not tried that.Is it possible to connect more slave on this stuff or have anybody any working example of that please?
Note that this is a python implementation and as such is running in 'userspace' (ie non real time) which is fine for a lot of signals. If one would want to use linuxcnc with profibus for time critical applications then a profibus stack in C (or C++ I guess) would have to be written and a real time capable hardware serial port as mentioned above.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- blauerklappstuhl
- Offline
- New Member
- Posts: 18
- Thank you received: 6
Please Log in or Create an account to join the conversation.
I think in many applications it should be great like pneumatic terminal, some decentralized sensor boxes etc... there it is posibility to run siemens PLC over native comunication protocol.. what should be cool
should you share most important stuff from your working configuration please?
Please Log in or Create an account to join the conversation.
forum.linuxcnc.org/10-advanced-configura...fibus?start=0#223639
What does 'with DC' mean?for real time we have done ethercat with DC
Please Log in or Create an account to join the conversation.
I totally agree, that was my motivation to try it out. That and the fact that these profibus devices go for relatively cheap on the second hand market.I think in many applications it should be great like pneumatic terminal, some decentralized sensor boxes etc.
Please Log in or Create an account to join the conversation.
lets check this - forum.linuxcnc.org/ethercat - there is plenty of stuff
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
but I rocommending for beginning to buy Delta ASDA ethercat stuff which is areadly implemented in the linuxcnc ethercat... there is plenty of documentation and guys with working hardware.. delta are great but you have to use only their hardware and only TTL encoder for secondary feedback...
do no go my way, to configure older stuff... you will spend tons of time in the german manuals and mailing with supports which do not know about your stuff anything...
Then I can recommend this guys "acim.nidec.com/drives/control-techniques...tax-hd-m753-ethercat"... there is great documentation and fully configurable driver to non brand motors for complex purposes..
if you have any other questions you are welcome
Please Log in or Create an account to join the conversation.
He did .iso of working debian with all stuff preinstalled ... this is the easiest way to get lcec
github.com/grotius-cnc/linux_rtos
Please Log in or Create an account to join the conversation.