ATC with carousel.comp and M6 remap
- gmarconi2
 - Offline
 - Junior Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 36
 - Thank you received: 5
 
			
	
						27 Feb 2019 16:53				#127267
		by gmarconi2
	
	
		
			
	
			
			 		
													
	
				Replied by gmarconi2 on topic ATC with carousel.comp and M6 remap			
			
				Ok andypugh with the new version of carousel.comp:
float pin fwd-dc "Velocity or duty cycle when forward rotation is desired";
pin in float rev-dc "Velocity or duty cycle when reverse rotation is desired";
My step by step driver has 2 pins step and excuse my ignorance but how do I reverse the rotation, output of:
float fwd-dc ## produces a square wave
float rev-dc ## produces a reverse square wave
How should I wire these pins to the driver step dir.
Greetings Giampiero
					float pin fwd-dc "Velocity or duty cycle when forward rotation is desired";
pin in float rev-dc "Velocity or duty cycle when reverse rotation is desired";
My step by step driver has 2 pins step and excuse my ignorance but how do I reverse the rotation, output of:
float fwd-dc ## produces a square wave
float rev-dc ## produces a reverse square wave
How should I wire these pins to the driver step dir.
Greetings Giampiero
Please Log in or Create an account to join the conversation.
- andypugh
 - 
				
											 - Offline
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 19678
 - Thank you received: 4559
 
			
	
						27 Feb 2019 16:58				#127269
		by andypugh
	
	
		
			
	
			
			 		
													
	
				Replied by andypugh on topic ATC with carousel.comp and M6 remap			
			
				Are you using software stepping, a Pico card, a Mesa card or something else?
Most support velocity-mode, but the way the mode is set is different.
					Most support velocity-mode, but the way the mode is set is different.
Please Log in or Create an account to join the conversation.
- gmarconi2
 - Offline
 - Junior Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 36
 - Thank you received: 5
 
			
	
						27 Feb 2019 17:05		 -  27 Feb 2019 17:05		#127271
		by gmarconi2
	
	
		
			
	
	
			 		
													
	
				Replied by gmarconi2 on topic ATC with carousel.comp and M6 remap			
			
				Andypugh you're too good and fast
I use a mesa 5i25 and 7i76 for i / o and for stepdir my drivers I would like to use for ATC are normal driver step dir
Thanks anyway now I do some tests then I resent
Greetings gmarconi2
					I use a mesa 5i25 and 7i76 for i / o and for stepdir my drivers I would like to use for ATC are normal driver step dir
Thanks anyway now I do some tests then I resent
Greetings gmarconi2
		Last edit: 27 Feb 2019 17:05  by gmarconi2.			
			Please Log in or Create an account to join the conversation.
- andypugh
 - 
				
											 - Offline
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 19678
 - Thank you received: 4559
 
			
	
						27 Feb 2019 18:16				#127277
		by andypugh
	
	
		
			
				
Presumably these steppers are connected to the 7i76?
If so, then you set the stepgen to velocity mode with control-typeand connect the carousel component
linuxcnc.org/docs/2.7/html/man/man9/hostmot2.9.html#3ppwmgen
					
	
			
			 		
													
	
				Replied by andypugh on topic ATC with carousel.comp and M6 remap			
			I use a mesa 5i25 and 7i76 for i / o and for stepdir my drivers I would like to use for ATC are normal driver step dir
Presumably these steppers are connected to the 7i76?
If so, then you set the stepgen to velocity mode with control-type
setp hm2_5i25.0.stepgen.4.control-type 1net carousel-rotate carousel.0.motor-vel hm2_5i25.0.stepgen.4.velocity-commandlinuxcnc.org/docs/2.7/html/man/man9/hostmot2.9.html#3ppwmgen
Please Log in or Create an account to join the conversation.
- gmarconi2
 - Offline
 - Junior Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 36
 - Thank you received: 5
 
			
	
						01 Mar 2019 21:33				#127462
		by gmarconi2
	
	
		
			
	
	
		
			
			 		
													
	
				Replied by gmarconi2 on topic ATC with carousel.comp and M6 remap			
			
					Attachments:
Please Log in or Create an account to join the conversation.
- gmarconi2
 - Offline
 - Junior Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 36
 - Thank you received: 5
 
			
	
						02 Mar 2019 19:52		 -  02 Mar 2019 19:54		#127538
		by gmarconi2
	
	
		
			
	
	
			 		
													
	
				Replied by gmarconi2 on topic ATC with carousel.comp and M6 remap			
			
				I added in the .ini file the parameter from:
RANDOM_TOOLCHANGER = 0
and now it seems to work
Greetings gmarconi2
					RANDOM_TOOLCHANGER = 0
and now it seems to work
Greetings gmarconi2
		Last edit: 02 Mar 2019 19:54  by gmarconi2.			
			Please Log in or Create an account to join the conversation.
- andypugh
 - 
				
											 - Offline
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 19678
 - Thank you received: 4559
 
			
	
						02 Mar 2019 20:38				#127541
		by andypugh
	
	
		
			
	
			
			 		
													
	
				Replied by andypugh on topic ATC with carousel.comp and M6 remap			
			
				Is it a random tool changer			
					Please Log in or Create an account to join the conversation.
- gmarconi2
 - Offline
 - Junior Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 36
 - Thank you received: 5
 
			
	
						02 Mar 2019 20:46				#127544
		by gmarconi2
	
	
		
			
	
			
			 		
													
	
				Replied by gmarconi2 on topic ATC with carousel.comp and M6 remap			
			
				Ok andypugh because it works with RANDOM_TOOLCHANGER = 0
and it does not work with RANDOM_TOOLCHANGER = 1
greetings gmarconi2
					and it does not work with RANDOM_TOOLCHANGER = 1
greetings gmarconi2
Please Log in or Create an account to join the conversation.
- pl7i92
 - 
				
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 1872
 - Thank you received: 358
 
			
	
						04 Mar 2019 08:37				#127668
		by pl7i92
	
	
		
			
	
			
			 		
													
	
				Replied by pl7i92 on topic ATC with carousel.comp and M6 remap			
			
				if it is posible can you add your Complete Folder from a Working Mashine
so others can see how to do
					so others can see how to do
Please Log in or Create an account to join the conversation.
- gmarconi2
 - Offline
 - Junior Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 36
 - Thank you received: 5
 
			
	
						04 Mar 2019 09:51				#127672
		by gmarconi2
	
	
		
			
	
			
			 		
													
	
				Replied by gmarconi2 on topic ATC with carousel.comp and M6 remap			
			
				Now I'm at work tonight when I can send the complete configuration.
Greetings gmarconi2
					Greetings gmarconi2
Please Log in or Create an account to join the conversation.
		Time to create page: 0.205 seconds