Brother tc-215 retrofit advice
- kowal256
- Offline
- New Member
- 
				  
		Less
		More
		
			
	
		- Posts: 7
- Thank you received: 0
			
	
						27 Aug 2021 21:49		 -  27 Aug 2021 21:52		#218939
		by kowal256
	
	
		
			
	
	
			 		
													
	
				Brother tc-215 retrofit advice was created by kowal256			
			
				Hello,
I recently purchased old brother tc-215 machine (it will take a while until it arrives) and I'm now collecting info. Original controller works and machine seems to be in good condition.
I intend to retrofit it with linuxcnc as original interface (Brother proprietary conversational cnc) is just abysmal and cannot be used with any cam software that I know of.
Things I already know (gathered from reading forum posts here and on Cnczone) :
1. All axes use servos with resolver, but servo drive outputs quadrature signals to the controller. This signal can be used as position feedback after I disconnect controller.
2. Servos are +-10V analog.
3. Tool changer has some makeshift optical encoder that can be read with simple digital inputs
4. Spindle is also AC servo motor and has some kind of position feedback (I'm not sure what it is, but it has to be present, this cnc is capable of rigid tapping)
5. I know that there was at least few successful retrofits of tc-215 or tc-225 here.
I intend to use original servos with their drives, add 2 Mesa cards (7i77 for servos and 7i92m for digital IO and PC interface)
X and Y servos are rather anemic, but will use this machine mainly for cutting aluminium and plastic and maybe some light steel jobs (mainly drilling and tapping), not hogging out material at high speed. It was designed to be tapping center after all.
I collected some PC parts that I had laying around and assembled computer (Asus M5a97 + amd FX-8120), it has approx. 30us of worst case latency with preempt-rt kernel. Is this OK for linuxcnc with Mesa cards?
I read that there can be some tuning issues caused by low readout frequency by original drives.
My questions (mainly for those that have been playing with retrofitting this machine)
1.is it better to use for example 7i49 (resolver interface board), read resolver directly and not rely on signals generated by the servo drive (I don't know if that is possible, drive generates it's own resolver excitation signal, 7i49 does that too - it may not be possible to connect card AND drive to resolver) or just go with quadrature signals from servo drives and try to tune stuff in software?
2. Is spindle drive also analog +-10v controlled? I found few posts about some difficulty in direction control, but I don't know what's the deal with that.
3. How are stops and limits wired? Do they connect to the servo drives, safety relays or do I have to rig something up after disconnecting controller to avoid running over them - I know that there are three switches per axis, two overruns and one for homing.
4. How is spindle overload handled? Does drive switch off and signal some error code or do I have to install current and temperature sensors and monitor it externally?
I will try to document my progress with the retrofit here
					I recently purchased old brother tc-215 machine (it will take a while until it arrives) and I'm now collecting info. Original controller works and machine seems to be in good condition.
I intend to retrofit it with linuxcnc as original interface (Brother proprietary conversational cnc) is just abysmal and cannot be used with any cam software that I know of.
Things I already know (gathered from reading forum posts here and on Cnczone) :
1. All axes use servos with resolver, but servo drive outputs quadrature signals to the controller. This signal can be used as position feedback after I disconnect controller.
2. Servos are +-10V analog.
3. Tool changer has some makeshift optical encoder that can be read with simple digital inputs
4. Spindle is also AC servo motor and has some kind of position feedback (I'm not sure what it is, but it has to be present, this cnc is capable of rigid tapping)
5. I know that there was at least few successful retrofits of tc-215 or tc-225 here.
I intend to use original servos with their drives, add 2 Mesa cards (7i77 for servos and 7i92m for digital IO and PC interface)
X and Y servos are rather anemic, but will use this machine mainly for cutting aluminium and plastic and maybe some light steel jobs (mainly drilling and tapping), not hogging out material at high speed. It was designed to be tapping center after all.
I collected some PC parts that I had laying around and assembled computer (Asus M5a97 + amd FX-8120), it has approx. 30us of worst case latency with preempt-rt kernel. Is this OK for linuxcnc with Mesa cards?
I read that there can be some tuning issues caused by low readout frequency by original drives.
My questions (mainly for those that have been playing with retrofitting this machine)
1.is it better to use for example 7i49 (resolver interface board), read resolver directly and not rely on signals generated by the servo drive (I don't know if that is possible, drive generates it's own resolver excitation signal, 7i49 does that too - it may not be possible to connect card AND drive to resolver) or just go with quadrature signals from servo drives and try to tune stuff in software?
2. Is spindle drive also analog +-10v controlled? I found few posts about some difficulty in direction control, but I don't know what's the deal with that.
3. How are stops and limits wired? Do they connect to the servo drives, safety relays or do I have to rig something up after disconnecting controller to avoid running over them - I know that there are three switches per axis, two overruns and one for homing.
4. How is spindle overload handled? Does drive switch off and signal some error code or do I have to install current and temperature sensors and monitor it externally?
I will try to document my progress with the retrofit here
		Last edit: 27 Aug 2021 21:52  by kowal256.		Reason: Fixed typo, added ps	
			Please Log in or Create an account to join the conversation.
- tommylight
- 
				  
- Away
- Moderator
- 
				  
		Less
		More
		
			
	
		- Posts: 20843
- Thank you received: 7106
			
	
						27 Aug 2021 23:42				#218947
		by tommylight
	
	
		
			
	
			
			 		
													
	
				Replied by tommylight on topic Brother tc-215 retrofit advice			
			
				1. Might work but might also not work, need to know the exact type/model of the resolvers. I have a Mazak that uses non conventional resolvers.
2. It should be 0-10V if it's a VFD or rarely +-10V. Not a big deal as Mesa 7i77 or 7i97 can be set to output just positive values and also triggern an output for reverse. Just read it again, can do rigid tapping so i would bet on the +-10V.
3. Depends on plenty of stuff so has to be checked and preferably left as they are with LinuxCNC added to the loops.
4. Some drives have analog outputs for load or current monitoring, all have overcurrent protection and fault outputs, all of that can be used and monitored from LinuxCNC, but in some cases might need an analog card.
					2. It should be 0-10V if it's a VFD or rarely +-10V. Not a big deal as Mesa 7i77 or 7i97 can be set to output just positive values and also triggern an output for reverse. Just read it again, can do rigid tapping so i would bet on the +-10V.
3. Depends on plenty of stuff so has to be checked and preferably left as they are with LinuxCNC added to the loops.
4. Some drives have analog outputs for load or current monitoring, all have overcurrent protection and fault outputs, all of that can be used and monitored from LinuxCNC, but in some cases might need an analog card.
Please Log in or Create an account to join the conversation.
- Aciera
- 
				  
- Offline
- Administrator
- 
				  
		Less
		More
		
			
	
		- Posts: 4554
- Thank you received: 2028
			
	
						28 Aug 2021 12:07				#218987
		by Aciera
	
	
		
			
	
			
			 		
													
	
				Replied by Aciera on topic Brother tc-215 retrofit advice			
			
				Have you seen this:
www.forum.linuxcnc.org/30-cnc-machines/3...ure?start=360#172450
					www.forum.linuxcnc.org/30-cnc-machines/3...ure?start=360#172450
Please Log in or Create an account to join the conversation.
- kowal256
- Offline
- New Member
- 
				  
		Less
		More
		
			
	
		- Posts: 7
- Thank you received: 0
			
	
						28 Aug 2021 13:02				#218996
		by kowal256
	
	
		
			
	
			
			 		
													
	
				Replied by kowal256 on topic Brother tc-215 retrofit advice			
			
				Yup. This and github repo from linked post was the reason I decided to buy this machine (retrofit with original servos and drives is definitely possible, I just need to figure out how to do this  )
 )			
					 )
 )			Please Log in or Create an account to join the conversation.
- mugurlu
- Offline
- New Member
- 
				  
		Less
		More
		
			
	
		- Posts: 12
- Thank you received: 1
			
	
						28 Aug 2021 13:13				#218999
		by mugurlu
	
	
		
			
	
	
		
			
			 		
													
	
				Replied by mugurlu on topic Brother tc-215 retrofit advice			
			
					Attachments:
Please Log in or Create an account to join the conversation.
- timfaber
- 
				  
- Offline
- Senior Member
- 
				  
		Less
		More
		
			
	
		- Posts: 64
- Thank you received: 3
			
	
						31 Aug 2021 11:10				#219236
		by timfaber
	
	
		
			
	
			
			 		
													
	
				Replied by timfaber on topic Brother tc-215 retrofit advice			
			
				Thats a TC225 which has quadrature encoders			
					Please Log in or Create an account to join the conversation.
- kowal256
- Offline
- New Member
- 
				  
		Less
		More
		
			
	
		- Posts: 7
- Thank you received: 0
			
	
						31 Aug 2021 11:24				#219237
		by kowal256
	
	
		
			
	
			
			 		
													
	
				Replied by kowal256 on topic Brother tc-215 retrofit advice			
			
				I will get the machine hopefully next week and I will se for myself if it has quadrature outputs by poking at wires with oscilloscope (if it doesn't have quadrature outputs, I'm probably buying Mesa resolver interface  board)			
					Please Log in or Create an account to join the conversation.
- andypugh
- 
				  
- Offline
- Moderator
- 
				  
		Less
		More
		
			
	
		- Posts: 19677
- Thank you received: 4553
			
	
						02 Sep 2021 00:18				#219379
		by andypugh
	
	
		
			
	
			
			 		
													
	
				Replied by andypugh on topic Brother tc-215 retrofit advice			
			
				The Mesa 7i49 works well, both my mill and lathe use one.
But the 7i49 does need to be generating the excitation AFAIK.
(It might be possible to configure it differently, the A to D hardware onboard is probably capable, but that is a question for Mesa)
So if the drive outputs quadrature feedback, I would certainly aim to use that instead of the 7i49.
					But the 7i49 does need to be generating the excitation AFAIK.
(It might be possible to configure it differently, the A to D hardware onboard is probably capable, but that is a question for Mesa)
So if the drive outputs quadrature feedback, I would certainly aim to use that instead of the 7i49.
Please Log in or Create an account to join the conversation.
- kowal256
- Offline
- New Member
- 
				  
		Less
		More
		
			
	
		- Posts: 7
- Thank you received: 0
			
	
						25 Nov 2021 18:22				#227576
		by kowal256
	
	
		
			
	
			
			 		
													
	
				Replied by kowal256 on topic Brother tc-215 retrofit advice			
			
				Hello,
Thank You all for replies, unfortunately my Brother TC-215 purchase didn't go well. I ended up getting something a bit bigger - MAHO MH600C with Philips 432 control. Control is 3D capable (it even does helical interpolation). Currently I don't see any benefit from retrofitting it (maybe apart from new LCD and potential rigid tapping, but I have no idea if this machine is capable of doing it - damn manual is in german, that makes it hard to read)
					Thank You all for replies, unfortunately my Brother TC-215 purchase didn't go well. I ended up getting something a bit bigger - MAHO MH600C with Philips 432 control. Control is 3D capable (it even does helical interpolation). Currently I don't see any benefit from retrofitting it (maybe apart from new LCD and potential rigid tapping, but I have no idea if this machine is capable of doing it - damn manual is in german, that makes it hard to read)
Please Log in or Create an account to join the conversation.
- ihavenofish
- Away
- Platinum Member
- 
				  
		Less
		More
		
			
	
		- Posts: 907
- Thank you received: 216
			
	
						25 Nov 2021 18:38				#227577
		by ihavenofish
	
	
		
			
	
			
			 		
													
	
				Replied by ihavenofish on topic Brother tc-215 retrofit advice			
			
				The resolver thing is a red herring. it's just quadrature as far as linuxcnc is concerned. Shame you didnt manage to get it, the maho 600c is... uh, a much more involved project. (i had a maho hc5hs whihc is basically a horizontal variation of the same machine).
I'd need to know what year the maho is and the control version (502, 703 etc), but the words phillips suggests its before 1990. (they were rebranded heidenhain in 1991).
As for benifits of linuxcnc... speed and memory and easy of use (networking etc). The maho w/432 can certainly do a 3d path or hsm path, but it will do it extremely slowly, pausing every few lines of code. You need to drip feed larger programs which may require additional and expensive software and hardware.
Maho parts are brutally expensive used. so perhaps a strategy is - if it fits your needs as is - wait til something breaks on it, then retrofit.
For the sake of information, a retrofit would involve:
New servos (the stock ones don't have encoders) OR new linear scales (the philips ones are not readable by linuxcnc - later heidenhain ones can be).
Many io - like a hundred - for various pumps, solenoids, motors, gear changing, sensors etc. Mahos rely heavily on hydraulics.
Not an impossible project by any stretch, but in a different league than xyzs and a few switches on a brother.
					I'd need to know what year the maho is and the control version (502, 703 etc), but the words phillips suggests its before 1990. (they were rebranded heidenhain in 1991).
As for benifits of linuxcnc... speed and memory and easy of use (networking etc). The maho w/432 can certainly do a 3d path or hsm path, but it will do it extremely slowly, pausing every few lines of code. You need to drip feed larger programs which may require additional and expensive software and hardware.
Maho parts are brutally expensive used. so perhaps a strategy is - if it fits your needs as is - wait til something breaks on it, then retrofit.
For the sake of information, a retrofit would involve:
New servos (the stock ones don't have encoders) OR new linear scales (the philips ones are not readable by linuxcnc - later heidenhain ones can be).
Many io - like a hundred - for various pumps, solenoids, motors, gear changing, sensors etc. Mahos rely heavily on hydraulics.
Not an impossible project by any stretch, but in a different league than xyzs and a few switches on a brother.
Please Log in or Create an account to join the conversation.
		Time to create page: 0.108 seconds	
 
													