xhc-hb04 error
- billykid
 - 
				
									Topic Author
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 467
 - Thank you received: 80
 
			
	
						02 Sep 2017 09:55		 -  02 Sep 2017 10:21		#98367
		by billykid
	
	
		
			
	
	
	
			 		
													
	
				xhc-hb04 error was created by billykid			
			
				hello
after settling an existing and working configuration and adding the necessary I found this error:
CANNOT FIND FILE FOR: monitor_xhc-hb04.tcl
I attach if it was to serve the beginning of the messages
regards
Mauro
edit: simulator work properly
					after settling an existing and working configuration and adding the necessary I found this error:
CANNOT FIND FILE FOR: monitor_xhc-hb04.tcl
I attach if it was to serve the beginning of the messages
regards
Mauro
edit: simulator work properly
		Last edit: 02 Sep 2017 10:21  by billykid.			
			Please Log in or Create an account to join the conversation.
- rodw
 - 
				
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 11472
 - Thank you received: 3848
 
			
	
						02 Sep 2017 10:52		 -  02 Sep 2017 10:52		#98368
		by rodw
	
	
		
			
	
	
			 		
													
	
				Replied by rodw on topic xhc-hb04 error			
			
				It looks like these lines hold the key.
So what it looks like to me is that the file
/usr/share/linuxcnc/hallib/xhc-hb04.tcl
is looking for:
monitor_xhc-hb04.tcl
edit /usr/share/linuxcnc/hallib/xhc-hb04.tcl to see if you get any clues where the missing file should be.
So if you can find that file, you can either put it where its expected to be or edit the filename and path in the first file so it can find it.
Sorry, but I've never used your hardware. This is just basic troubleshooting.
					Found file(lib): /usr/share/linuxcnc/hallib/xhc-hb04.tcl
CANNOT FIND FILE FOR:monitor_xhc-hb04.tcl
Shutting down and cleaning up LinuxCNC...So what it looks like to me is that the file
/usr/share/linuxcnc/hallib/xhc-hb04.tcl
is looking for:
monitor_xhc-hb04.tcl
edit /usr/share/linuxcnc/hallib/xhc-hb04.tcl to see if you get any clues where the missing file should be.
So if you can find that file, you can either put it where its expected to be or edit the filename and path in the first file so it can find it.
Sorry, but I've never used your hardware. This is just basic troubleshooting.
		Last edit: 02 Sep 2017 10:52  by rodw.			
			Please Log in or Create an account to join the conversation.
- billykid
 - 
				
									Topic Author
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 467
 - Thank you received: 80
 
			
	
						02 Sep 2017 11:04				#98369
		by billykid
	
	
		
			
	
			
			 		
													
	
				Replied by billykid on topic xhc-hb04 error			
			
				thanks Rod
but it just does not seem to have that file ...
I will control better
					but it just does not seem to have that file ...
I will control better
Please Log in or Create an account to join the conversation.
- dgarrett
 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 492
 - Thank you received: 297
 
			
	
						02 Sep 2017 13:15				#98370
		by dgarrett
	
	
		
			
				
The reported name monitor-xhc-hbo4.tcl is incorrect
(there is no .tcl in the correct name.)
and the item appears in the [APPLICATIONS] section
not the [HAL] section
From the README in the sim config directory:
Ref:
github.com/LinuxCNC/linuxcnc/blob/2.7/co...axis/xhc-hb04/README
(It is easier to help if you post relevant config files especially your ini file)
					
	
	
			 		
													
	
				Replied by dgarrett on topic xhc-hb04 error			
			CANNOT FIND FILE FOR:monitor_xhc-hb04.tclThe reported name monitor-xhc-hbo4.tcl is incorrect
(there is no .tcl in the correct name.)
and the item appears in the [APPLICATIONS] section
not the [HAL] section
From the README in the sim config directory:
[APPLICATIONS]
APP = xhc-hb04-accels
APP = monitor-xhc-hb04Ref:
github.com/LinuxCNC/linuxcnc/blob/2.7/co...axis/xhc-hb04/README
(It is easier to help if you post relevant config files especially your ini file)
		The following user(s) said Thank You: billykid 	
			Please Log in or Create an account to join the conversation.
- billykid
 - 
				
									Topic Author
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 467
 - Thank you received: 80
 
			
	
						02 Sep 2017 13:34		 -  02 Sep 2017 13:43		#98372
		by billykid
	
	
		
			
	
	
			 		
													
	
				Replied by billykid on topic xhc-hb04 error			
			
				Thank you!
it was already well in [APP], but it was also repeated in the [HAL] section
it was enough to delete that.
I had seen here: wiki.linuxcnc.org/cgi-bin/wiki.pl?Using_...Wireless_MPG_Pendant
[HAL]
<existing entries here>
HALFILE=xhc-hb04.tcl
HALFILE=monitor_xhc-hb04.tcl
HALUI = halui
					it was already well in [APP], but it was also repeated in the [HAL] section
it was enough to delete that.
I had seen here: wiki.linuxcnc.org/cgi-bin/wiki.pl?Using_...Wireless_MPG_Pendant
[HAL]
<existing entries here>
HALFILE=xhc-hb04.tcl
HALFILE=monitor_xhc-hb04.tcl
HALUI = halui
		Last edit: 02 Sep 2017 13:43  by billykid.			
			Please Log in or Create an account to join the conversation.
- dgarrett
 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 492
 - Thank you received: 297
 
			
	
						02 Sep 2017 15:15				#98377
		by dgarrett
	
	
		
			
	
			
			 		
													
	
				Replied by dgarrett on topic xhc-hb04 error			
			
				That portion of the wiki entry is clearly wrong.
No one takes responsibility for reviewing or maintaining wiki entries.
However, numerous contributors attempt to update and maintain
documentation within the LinuxCNC project.
					No one takes responsibility for reviewing or maintaining wiki entries.
However, numerous contributors attempt to update and maintain
documentation within the LinuxCNC project.
Please Log in or Create an account to join the conversation.
		Time to create page: 0.122 seconds