New update on STMBL
- Hakan
- Offline
- Platinum Member
Less
More
- Posts: 489
- Thank you received: 155
07 Sep 2024 09:13 #309548
by Hakan
Replied by Hakan on topic New update on STMBL
You can contact me via the github page if you like me to guide you on the ethercat thing.
You find a working Kicad schematics in the github files. Hardware interface is SPI (4 wires),
3 interrupt lines and perhaps one reset line. In software you need to respond on interrupts
every 1 ms (typically) by reading pdo data, do the things you need to do, and write pdo data
takes about 100 usecs or therearound. A cia402 implementation is a bit more with the state
machine, it's all in software though.
You find a working Kicad schematics in the github files. Hardware interface is SPI (4 wires),
3 interrupt lines and perhaps one reset line. In software you need to respond on interrupts
every 1 ms (typically) by reading pdo data, do the things you need to do, and write pdo data
takes about 100 usecs or therearound. A cia402 implementation is a bit more with the state
machine, it's all in software though.
The following user(s) said Thank You: Freak
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23558
- Thank you received: 4858
07 Sep 2024 09:31 #309550
by andypugh
Replied by andypugh on topic New update on STMBL
I feel that making this as an EtherCAT slave might open something of a licensing can of worms. But it already has Ethernet port for command input, and I would expect the STM32 to have the CPU horesepower to handle the protocol.
But note also that the previous STMBL works brilliantly with LinuxCNC and Mesa smart-serial with no additonal drivers or software needed. It's so simple it feels like you have missed something:
github.com/freakontrol/stmbl/blob/main/d...nuxcnc/stmbl.hal#L15
But note also that the previous STMBL works brilliantly with LinuxCNC and Mesa smart-serial with no additonal drivers or software needed. It's so simple it feels like you have missed something:
github.com/freakontrol/stmbl/blob/main/d...nuxcnc/stmbl.hal#L15
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23558
- Thank you received: 4858
07 Sep 2024 09:40 #309551
by andypugh
I haven't looked at the BoM of this new version, and my order was prior to the chip famine.
Replied by andypugh on topic New update on STMBL
I had a batch of 50 of the previous (v4) design assembled in China (by PCBAstore.com) and was able to sell the kits (including machined heatsink, fasteners and a laser-cut case) for £88. The assembled PCB came in at £49.50. This was selling at cost.Difficult to say, depends on location, quantities and many other factors, but I would say below 200$.
I haven't looked at the BoM of this new version, and my order was prior to the chip famine.
Please Log in or Create an account to join the conversation.
- Hakan
- Offline
- Platinum Member
Less
More
- Posts: 489
- Thank you received: 155
07 Sep 2024 09:44 #309552
by Hakan
Replied by Hakan on topic New update on STMBL
Don't think so regarding the worms. It uses the Simple Open Source Ethercat Slave code
github.com/OpenEtherCATsociety/SOES
There are no licensed tools used, all open source.
And I guess it is enough that it works as an ethercat slave, you don't need to certify it.
And one thing doesn't need to exclude the other. Just saying that it can be done if one chose to.
github.com/OpenEtherCATsociety/SOES
There are no licensed tools used, all open source.
And I guess it is enough that it works as an ethercat slave, you don't need to certify it.
And one thing doesn't need to exclude the other. Just saying that it can be done if one chose to.
Please Log in or Create an account to join the conversation.
- RDA
- Offline
- Premium Member
Less
More
- Posts: 135
- Thank you received: 36
07 Sep 2024 10:22 - 07 Sep 2024 10:24 #309557
by RDA
Replied by RDA on topic New update on STMBL
If you just make it for yourself, I dont think there is an issue. The moment you sell something ethercat related you made, you have to certify it (very sinplified and there are exeptions). As long as you are considered as an end user, you should be good.
I have to say, an open source cia402 drive would be really cool.
I have to say, an open source cia402 drive would be really cool.
Last edit: 07 Sep 2024 10:24 by RDA.
Please Log in or Create an account to join the conversation.
- juliankoenig87
- Offline
- Senior Member
Less
More
- Posts: 61
- Thank you received: 19
07 Sep 2024 13:30 #309569
by juliankoenig87
Replied by juliankoenig87 on topic New update on STMBL
I build 5 stmbls last Year. Something around 250,- Euro each. So not really cheap. I uesed original phoenix contact plugs for example.
Julian
Julian
The following user(s) said Thank You: Freak
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23558
- Thank you received: 4858
07 Sep 2024 17:42 - 07 Sep 2024 17:44 #309594
by andypugh
Replied by andypugh on topic New update on STMBL
Attachments:
Last edit: 07 Sep 2024 17:44 by andypugh.
The following user(s) said Thank You: besriworld
Please Log in or Create an account to join the conversation.
- juliankoenig87
- Offline
- Senior Member
Less
More
- Posts: 61
- Thank you received: 19
07 Sep 2024 18:27 #309597
by juliankoenig87
Replied by juliankoenig87 on topic New update on STMBL
Yes. Unfortunetly you can not compare the prices the last years. Also the stms were really expensive... But I am happy so far. I have 24 IRAMs in total in my stock. So I will try to build the old design in the future.
Julian
Julian
Please Log in or Create an account to join the conversation.
- vre
- Offline
- Platinum Member
Less
More
- Posts: 529
- Thank you received: 16
07 Sep 2024 22:10 #309617
by vre
Replied by vre on topic New update on STMBL
More useful than ethercat is 600vdc because opens the door
to more powerful from 2kw range servos like spindle servos and big cnc servos.
Except other igbt module to handle 600vdc better isolation better connectors
what other needs?
The modifications will be in power stage.. driving stage needs modification?
To all stmbl owners are you happy from stmbl ? Works like commercial servos?
to more powerful from 2kw range servos like spindle servos and big cnc servos.
Except other igbt module to handle 600vdc better isolation better connectors
what other needs?
The modifications will be in power stage.. driving stage needs modification?
To all stmbl owners are you happy from stmbl ? Works like commercial servos?
Please Log in or Create an account to join the conversation.
- rodw
- Offline
- Platinum Member
Less
More
- Posts: 10737
- Thank you received: 3540
07 Sep 2024 23:34 #309621
by rodw
If you were to manufacture these for commercial sale, you would need to be a company and register for free membership of the ETG to be compliant.
Its only linuxcnc who has a lcensing issue because we do not have any legal business structure.
Replied by rodw on topic New update on STMBL
I don't think this will be a problem because the ethercat license is paid for in the price of the lan9252 chip.I feel that making this as an EtherCAT slave might open something of a licensing can of worms. But it already has Ethernet port for command input, and I would expect the STM32 to have the CPU horesepower to handle the protocol.
If you were to manufacture these for commercial sale, you would need to be a company and register for free membership of the ETG to be compliant.
Its only linuxcnc who has a lcensing issue because we do not have any legal business structure.
Please Log in or Create an account to join the conversation.
Moderators: PCW, jmelson
Time to create page: 0.108 seconds