Probe basic manual tool change
- icy
 - Offline
 - New Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 19
 - Thank you received: 2
 
			
	
						19 Nov 2021 14:08				#226983
		by icy
	
	
		
			
	
			
			 		
													
	
				Probe basic manual tool change was created by icy			
			
				Hello,
i am struggling with probe basic and the manual tool change.
If i select a tool and go then to touch of current tool, the sensor will be touched 2 times and the value is put in the tool table.
i have adapted all values as shown here , but i have a problem.
Following situation: i want to mill an aluminum plate with 2 different tools.
Load Tool 1 and make an "touch off current tool", than i set z to 0 at the top of the workpiece. Everything was god at this point, but now the spindle stops and i put the new tool in, and do the measurement, but now the tool did not touch the surface anymore.
I ve tried some ways to load and measure the tool, but i am getting the same problem each time.
If i try the measurement some times, my tool is getting longer and longer , starting at 44mm, up to 230mm at the end.
Best regards
Chris
					i am struggling with probe basic and the manual tool change.
If i select a tool and go then to touch of current tool, the sensor will be touched 2 times and the value is put in the tool table.
i have adapted all values as shown here , but i have a problem.
Following situation: i want to mill an aluminum plate with 2 different tools.
Load Tool 1 and make an "touch off current tool", than i set z to 0 at the top of the workpiece. Everything was god at this point, but now the spindle stops and i put the new tool in, and do the measurement, but now the tool did not touch the surface anymore.
I ve tried some ways to load and measure the tool, but i am getting the same problem each time.
If i try the measurement some times, my tool is getting longer and longer , starting at 44mm, up to 230mm at the end.
Best regards
Chris
Please Log in or Create an account to join the conversation.
- MoshKopp
 - Offline
 - Junior Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 20
 - Thank you received: 2
 
			
	
						19 Nov 2021 18:46				#227014
		by MoshKopp
	
	
		
			
	
			
			 		
													
	
				Replied by MoshKopp on topic Probe basic manual tool change			
			
				have you give the right value for spindlelength?			
					Please Log in or Create an account to join the conversation.
- icy
 - Offline
 - New Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 19
 - Thank you received: 2
 
			
	
						20 Nov 2021 10:05				#227066
		by icy
	
	
		
			
	
			
			 		
													
	
				Replied by icy on topic Probe basic manual tool change			
			
				Spindle length not, but i have not found anything about the length. I have only set in the spindle zero ( touching the clamping nut and the tool sensor )			
					Please Log in or Create an account to join the conversation.
- MoshKopp
 - Offline
 - Junior Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 20
 - Thank you received: 2
 
			
	
						20 Nov 2021 10:21				#227069
		by MoshKopp
	
	
		
			
	
			
			 		
													
	
				Replied by MoshKopp on topic Probe basic manual tool change			
			
				Thats what i mean. Hmm ok.
Can you Post your file for M6 remap?
					Can you Post your file for M6 remap?
Please Log in or Create an account to join the conversation.
- icy
 - Offline
 - New Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 19
 - Thank you received: 2
 
			
	
						22 Nov 2021 13:36				#227295
		by icy
	
	
		
			
	
	
		
			
			 		
													
	
				Replied by icy on topic Probe basic manual tool change			
			
				at the moment i have no remap in the ini file.
If i put the zero spindle positive ( in my case 119.85mm ), than the tool length will be too large , if i post the spindle zero negative , that the too length value is correct, but the measurement script did not spot automatically. I have tried a lot of configurations, maybe you have an idea ?
					If i put the zero spindle positive ( in my case 119.85mm ), than the tool length will be too large , if i post the spindle zero negative , that the too length value is correct, but the measurement script did not spot automatically. I have tried a lot of configurations, maybe you have an idea ?
Attachments:
Please Log in or Create an account to join the conversation.
- icy
 - Offline
 - New Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 19
 - Thank you received: 2
 
			
	
						22 Nov 2021 16:05				#227307
		by icy
	
	
		
			
	
			
			 		
													
	
				Replied by icy on topic Probe basic manual tool change			
			
				I found another problem, if i try to change an tool mit T1 M6, nothing happen ( no Change tool window) and an script is hanging around ( i have to Stop the script with the stop button.			
					Please Log in or Create an account to join the conversation.
- andypugh
 - 
				
											 - Offline
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 19678
 - Thank you received: 4559
 
			
	
						23 Nov 2021 00:01				#227344
		by andypugh
	
	
		
			
	
			
			 		
													
	
				Replied by andypugh on topic Probe basic manual tool change			
			
				This sounds like you have no connection between the iocontrol.0.tool-change and iocontrol.0.tool-changed HAL pins.
These are the "handshake" that indicates that the tool change is finished.
					These are the "handshake" that indicates that the tool change is finished.
Please Log in or Create an account to join the conversation.
- ikkuh
 - 
				
											 - Offline
 - Elite Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 272
 - Thank you received: 47
 
			
	
						25 Nov 2021 08:51				#227566
		by ikkuh
	
	
		
			
				
If you use for example the gmocccapy M6 remap routines you need to edit some python files because of python version problems.
My edited version for a recent python 3 version can be found there: git.cnckloon.nl/PeterT/qtDragonNew/src/b...h/buttonBoard/python
					
	
			
			 		
													
	
				Replied by ikkuh on topic Probe basic manual tool change			
			or an error in your remapping.I found another problem, if i try to change an tool mit T1 M6, nothing happen ( no Change tool window) and an script is hanging around ( i have to Stop the script with the stop button.
If you use for example the gmocccapy M6 remap routines you need to edit some python files because of python version problems.
My edited version for a recent python 3 version can be found there: git.cnckloon.nl/PeterT/qtDragonNew/src/b...h/buttonBoard/python
Please Log in or Create an account to join the conversation.
- TooTall18T
 - 
				
											 - Offline
 - Senior Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 50
 - Thank you received: 37
 
			
	
						25 Nov 2021 15:34				#227570
		by TooTall18T
	
	
		
			
	
			
			 		
													
	
				Replied by TooTall18T on topic Probe basic manual tool change			
			
				Which version of the M600 do you use?
The configuration of version 1 and 2 is different.
The video was for version 1 .
					The configuration of version 1 and 2 is different.
The video was for version 1 .
Please Log in or Create an account to join the conversation.
		Moderators: KCJ, Lcvette	
		Time to create page: 0.704 seconds