Schaublin 125-CNC retrofit.
Mark
Please Log in or Create an account to join the conversation.
- tommylight
- Online
- Moderator
- Posts: 19188
- Thank you received: 6430
I have a Mazak that has something that i can only describe as "reversed resolvers" that i have to replace with encoders, and since i gave the small lathe to a "friend" i have to go to another frined to make the new shafts.
Regards,
Tom, the "not helping guy"
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
There is one converter with an nicrosontroller in the wiki:
wiki.linuxcnc.org/cgi-bin/wiki.pl?ResolverToQuadratureConverter
With this you could move to a simple retrofit with keeping the drivers and just switch the control. Cause everting look really nice and neatly organised.
Please Log in or Create an account to join the conversation.
What resolution do you need for the encoders?
There is one converter with an nicrosontroller in the wiki:
wiki.linuxcnc.org/cgi-bin/wiki.pl?ResolverToQuadratureConverter
That never really worked.
Certainly not up to the standard that you would want on a Schaublin.
I ended up using a 7i49 instead.
Please Log in or Create an account to join the conversation.
i have took a quick look at the 7i49 manual. From the hardware layout (Ananlog INs and Outs ) it should be capable to interface Synchros.
But for this a firmware mod is needed. don't know if this card has an own subprocessor FPGA/DSP or everthing is done by the mesa master card. if the hardware site fits moding the detection in vhdl should be no big problem.
www.researchgate.net/publication/2875822...ing_CORDIC_algorithm
i have no overview of the hostmod firmware, because i haven't need it before.
Maybe PCW could tell if this would be a time consumption task or an ten-liner....
Please Log in or Create an account to join the conversation.
The original controller in the Shizuoka drove analogue servo amplifiers and DC brushed motors but the Micon control software dealt in digital units of course. So the initial output from the controller was step/dir, with a "positioner" module to compare that with the encoder feedback and generate an analogue (+/-10V) signal for the amps. So step/dir interfaces in analogue servo systems are not unheard of.
Please Log in or Create an account to join the conversation.
i have took a quick look at the 7i49 manual. From the hardware layout (Ananlog INs and Outs ) it should be capable to interface Synchros.
I am using a 7 wire Synchro Resolver with a 7i49 as the spindle position feedback on my lathe. That has 4 primary coils and a centre-tapped secondary. I managed to get it to work but can't remember the details.
I think that the STMBL hardware is capable of driving a DC servo. And it works with conventional resolvers, so might be capable of doing what you need with only a minor software rewrite.
Of course the really cool solution would be to port LinuxCNC to the Data General Nova.
Please Log in or Create an account to join the conversation.
Of course the really cool solution would be to port LinuxCNC to the Data General Nova.
LMAO That would be a serious port. Stuff Linux into 16kb !
Here is the latest video:
I am going to be seriously short of space once I cram everything into the pneumatics space. AC servors direct use of single phase is another advatage, so I wont need transformers. I am tending towards AC servos interfaced with analog +/-10V, so I can use a 7i97 and add linear encoders.
Mark
Please Log in or Create an account to join the conversation.
LMAO That would be a serious port. Stuff Linux into 16kb !
That's stuff for an "old rabbit"
in 1997 i coded an complete FAT32 file system / atapi and ide managment in an ATMega with 4Kb .... to play mp3 through an texas 320 dsp.
mempage switching due that you only had an 8 bit data bus, write own mem compression routine because of minimal ram .....
most of todays guys sadyl code memory waste from morning till evening ....
Please Log in or Create an account to join the conversation.