The firmware is almost complete. Waiting on the prototype board PCBs to arrive to test other axis as well...
I'll need beta testers soon...
I'll need beta testers soon...
Do you think it might be caused by your neighbour with the stove from the 60's and wrong grounding/neutral distribution?This will lead i potential differential between Neutral and equipment ground (60v difference at my home installation as shown on my videos).
I'm not electrician but I think neutral should be grounded only at service point (since its a return path for currents). In apartment buildings usually entire plumbing installation is grounded??
Do you think it might be caused by your neighbour with the stove from the 60's and wrong grounding/neutral distribution?
I'm in for this. I would like to test 3d printed actuator I've been working on besides SFX's.I'll need beta testers soon...
I'm in for this. I would like to test 3d printed actuator I've been working on besides SFX's.
Is your controller capable of driving rc servos?
What the exact driver you use in the video 2430?Hi all, I made a quick test with the new Simtools v2.4 beta this morning. Not connected to game yet, just manually slider. The manual movement is the slider has little resolution and the actuator is so fast that it jumps to positions faster than the actual data...
Sorry You can’t compare a DIY solution with 3D printed parts with an industrial heavy duty product .hi thanos, do ou have plan to disassemble the actuator..??
i wanna look inside and compare it to sfx actuator...
hi thanos, do ou have plan to disassemble the actuator..??
i wanna look inside and compare it to sfx actuator...
This option is interesting to me but leaves me with some questions.
Is it recommend to use the 80ST M02430 motors and drivers instead of the 90ST that is being used with the SFX?
Is the SFX software able to control these ready made actuators with the same level of detail as I thought it was specifically written to be paired with and control the DIY actuators?
Do you still use the Arduino and shield or do you have to change over to the custom board that @Tronicgr_6DOF is showing in his video demonstrations?
Approximately how much more expensive would going down this route be?
Thanks to anyone can can enlighten me
I don't have the tools to take apart the PT-Actuator without damaging the seals and prefer to leave the existing lubrication intact in place. I have abused that actuator for almost two years now during my development (I even end up burning the syntron servo drive a few times by hitting hard stops full speed) but its still functioning and sounds like brand new!! Its industrial quality made.
Spec-sheet of the 80ST M02430 is almost the same as the 90STM02430This option is interesting to me but leaves me with some questions.
Is it recommend to use the 80ST M02430 motors and drivers instead of the 90ST that is being used with the SFX?
Is the SFX software able to control these ready made actuators with the same level of detail as I thought it was specifically written to be paired with and control the DIY actuators?
Do you still use the Arduino and shield or do you have to change over to the custom board that @Tronicgr_6DOF is showing in his video demonstrations?
Approximately how much more expensive would going down this route be?
Thanks to anyone can can enlighten me
Pn8 = 300
Pn9 = -300
Pn51 = 3000
Pn98 = 20 - Pulse Multiplier (electronics gear)
Pn109 = 1 - smoothing, 1=fixed smoothing, 2=s-Shaped smoothing
Pn110 = 30 - Smoothing Filter Time
Pn113 = 20 - Feedforward %
Pn114 = 10 - Feedforward Filter Time (ms)
Pn115 = 100 - Gain %
---Extra parameters needed---
Pn24 = 100
Pn52 = 1
Pn60 = 2
Pn61 = 6
Is the SFX software able to control these ready made actuators with the same level of detail as I thought it was specifically written to be paired with and control the DIY actuators?
Do you still use the Arduino and shield or do you have to change over to the custom board that @Tronicgr_6DOF is showing in his video demonstrations?
You can use these actuators with SFX100 software and the Leonardo board. But they won't move beyond 100mm... Otherwise they will work the same. You will still need to "step" on them to move them manually down as before... not really good method!
I don't use Arduino. I use the Atmega1280 chip programmed in Assembly language to achieve the low level control of the timers needed for the complex pulse counting for all 6 actuators the AMC-AASD15A controller drives simultaneously. But its adjustable to use 4 actuators or less if needed:
The Atmega1280 microcontroller on my controller is using a custom secure bootloader, that can be updated with the free updates I offer via hex file. See a similar controller and how I offer the updates for it:
https://github.com/tronicgr/AMC-MDBOX_FIRMWARE
The AMC-AASD15A, will cost around 250usd since its been completely manufactured by hand by me, but I'm looking for other alternatives to outsource manufacturing for larger quantities (if there is enough interest) to drop the prices even more. But hey, using the AMC-AASD15A controller you won't be limited to one software that it might suddenly stop providing support or just disappear. You can use Simtools or any other motion software that is compatible with all my AMC controllers (Ian's BFF motion software, x-sim3 etc).
View attachment 306216
Thanks
Thanos
That's the point.. Its plug and play. you won't have to build electronics, or program them or anything...
I'm sure it will be soon, Thanos.
Please keep us updated with how things go when you can as I'd love to see the completed system once you have it up and running.