output-15 startup error
- WALLY434
- Offline
- New Member
- 
				  
		Less
		More
		
			
	
		- Posts: 9
- Thank you received: 0
			
	
						26 Aug 2016 21:09				#79510
		by WALLY434
	
	
		
			
	
	
			
			 		
													
	
				output-15 startup error was created by WALLY434			
			
				Ive started trying to get this EMCO running and its getting there. while trying to start LinuxCNC, It says that hm2_5i25.0.7i76.0.0.output-15 does not exist. One of my buddies helping with this said it is most likely a syntax error and to figure out what output 15 does and that I might not even need it and to just turn it into a comment. I am getting confused with what could be wrong as it looks fine in the HAL. anything helps!
Thanks,
Wally
					Thanks,
Wally
Please Log in or Create an account to join the conversation.
- andypugh
- 
				  
- Online
- Moderator
- 
				  
		Less
		More
		
			
	
		- Posts: 19677
- Thank you received: 4553
			
	
						26 Aug 2016 21:16				#79511
		by andypugh
	
	
		
			
	
			
			 		
													
	
				Replied by andypugh on topic output-15 startup error			
			
				Output 15 is the first output mentioned in the HAL on the 7i76.
The most likely explanation is that there is no field-ppwer supplied to the 7i76, so the 7i76 internal logic is not active and the 7i76 GPIO has not been created.
					The most likely explanation is that there is no field-ppwer supplied to the 7i76, so the 7i76 internal logic is not active and the 7i76 GPIO has not been created.
Please Log in or Create an account to join the conversation.
- BigJohnT
- 
				  
- Offline
- Administrator
- 
				  
		Less
		More
		
			
	
		- Posts: 3990
- Thank you received: 994
			
	
						26 Aug 2016 21:20		 -  26 Aug 2016 21:21		#79512
		by BigJohnT
	
	
		
			
	
	
			 		
													
	
				Replied by BigJohnT on topic output-15 startup error			
			
				Comment out any offending lines so your config runs and while it is running open a terminal and say
This will give you a text file with a list of all the pins present and assuming you have field power you will get all the 7i76 pins too if not only the 5i25 pins will show up.
JT
					halcmd show pin > pin.txtThis will give you a text file with a list of all the pins present and assuming you have field power you will get all the 7i76 pins too if not only the 5i25 pins will show up.
JT
		Last edit: 26 Aug 2016 21:21  by BigJohnT.			
			Please Log in or Create an account to join the conversation.
- WALLY434
- Offline
- New Member
- 
				  
		Less
		More
		
			
	
		- Posts: 9
- Thank you received: 0
			
	
						26 Aug 2016 21:41		 -  26 Aug 2016 21:44		#79514
		by WALLY434
	
	
		
			
	
	
			 		
													
	
				Replied by WALLY434 on topic output-15 startup error			
			
				just tried to comment out that line and it still terminated with error			
					
		Last edit: 26 Aug 2016 21:44  by WALLY434.		Reason: forgot to comment it out before trying again	
			Please Log in or Create an account to join the conversation.
- BigJohnT
- 
				  
- Offline
- Administrator
- 
				  
		Less
		More
		
			
	
		- Posts: 3990
- Thank you received: 994
			
	
						26 Aug 2016 21:49				#79515
		by BigJohnT
	
	
		
			
	
			
			 		
													
	
				Replied by BigJohnT on topic output-15 startup error			
			
				Same error or different?
Talking about this line changed from:
net machine-is-on hm2_5i25.0.7i76.0.0.output-15
to:
#net machine-is-on hm2_5i25.0.7i76.0.0.output-15
JT
					Talking about this line changed from:
net machine-is-on hm2_5i25.0.7i76.0.0.output-15
to:
#net machine-is-on hm2_5i25.0.7i76.0.0.output-15
JT
Please Log in or Create an account to join the conversation.
- WALLY434
- Offline
- New Member
- 
				  
		Less
		More
		
			
	
		- Posts: 9
- Thank you received: 0
			
	
						26 Aug 2016 22:06		 -  26 Aug 2016 22:16		#79516
		by WALLY434
	
	
		
			
	
	
			 		
													
	
				Replied by WALLY434 on topic output-15 startup error			
			
				I changed the line to a comment exactly the same as your example and got the same error
the number at the end of the "does not exist" turns from a 3606 when I comment it out to a 3961 when I return it to original.
					the number at the end of the "does not exist" turns from a 3606 when I comment it out to a 3961 when I return it to original.
		Last edit: 26 Aug 2016 22:16  by WALLY434.			
			Please Log in or Create an account to join the conversation.
- BigJohnT
- 
				  
- Offline
- Administrator
- 
				  
		Less
		More
		
			
	
		- Posts: 3990
- Thank you received: 994
			
	
						26 Aug 2016 22:28		 -  26 Aug 2016 22:29		#79518
		by BigJohnT
	
	
		
			
	
	
			 		
													
	
				Replied by BigJohnT on topic output-15 startup error			
			
				Can you copy and paste the exact error and attach the changed hal file?
JT
					JT
		Last edit: 26 Aug 2016 22:29  by BigJohnT.			
			Please Log in or Create an account to join the conversation.
- andypugh
- 
				  
- Online
- Moderator
- 
				  
		Less
		More
		
			
	
		- Posts: 19677
- Thank you received: 4553
			
	
						26 Aug 2016 22:38				#79520
		by andypugh
	
	
		
			
	
			
			 		
													
	
				Replied by andypugh on topic output-15 startup error			
			
				I repeat: Do you have field-power connected to the 7i76?			
					Please Log in or Create an account to join the conversation.
- WALLY434
- Offline
- New Member
- 
				  
		Less
		More
		
			
	
		- Posts: 9
- Thank you received: 0
			
	
						27 Aug 2016 01:38				#79525
		by WALLY434
	
	
		
			
	
			
			 		
													
	
				Replied by WALLY434 on topic output-15 startup error			
			
				no, I don't believe I do.			
					Please Log in or Create an account to join the conversation.
- WALLY434
- Offline
- New Member
- 
				  
		Less
		More
		
			
	
		- Posts: 9
- Thank you received: 0
			
	
						27 Aug 2016 01:40		 -  27 Aug 2016 01:47		#79526
		by WALLY434
	
	
		
			
	
	
	
			 		
													
	
				Replied by WALLY434 on topic output-15 startup error			
			
				Here is the entire error doc			
					
		Last edit: 27 Aug 2016 01:47  by WALLY434.			
			Please Log in or Create an account to join the conversation.
		Time to create page: 0.082 seconds	
