add + sign with axes XYZ and runtime in program
- boy777
- 
				 Topic Author Topic Author
- Offline
- Junior Member
- 
				  
		Less
		More
		
			
	
		- Posts: 23
- Thank you received: 0
			
	
						08 Sep 2016 15:51		 -  08 Sep 2016 16:03		#80230
		by boy777
	
	
		
			
	
	
			 		
													
	
				Replied by boy777 on topic add + sign with axes XYZ and runtime in program			
			
				did that,
but nothing happened,
are you sure that it really works ?
kindly show image containing + sign in linuxCNC
					edited it with
nano path <file_name.file_type
but nothing happened,
are you sure that it really works ?
kindly show image containing + sign in linuxCNC
		Last edit: 08 Sep 2016 16:03  by boy777.			
			Please Log in or Create an account to join the conversation.
- andypugh
- 
				  
- Offline
- Moderator
- 
				  
		Less
		More
		
			
	
		- Posts: 19677
- Thank you received: 4553
			
	
						08 Sep 2016 17:30				#80234
		by andypugh
	
	
		
			
	
	
			
			 		
													
	
				Replied by andypugh on topic add + sign with axes XYZ and runtime in program			
			
					Please Log in or Create an account to join the conversation.
- andypugh
- 
				  
- Offline
- Moderator
- 
				  
		Less
		More
		
			
	
		- Posts: 19677
- Thank you received: 4553
			
	
						08 Sep 2016 17:31				#80235
		by andypugh
	
	
		
			
							
					
	
			
			 		
													
	
				Replied by andypugh on topic add + sign with axes XYZ and runtime in program			
			(self,s,spd,dtg,limit,homed,positions,axisdtg,g5x_offset,g92_offset,tlo_offset):
            if self.get_show_metric():
                format = "% 6s:%+9.3f"
                droformat = " " + format + "  DTG %1s:% 9.3f"
                offsetformat = "% 5s %1s:% 9.3f  G92 %1s:% 9.3f"
                rotformat = "% 5s %1s:% 9.3f"
            else:
                format = "% 6s:%+9.4f"
                droformat = " " + format + "  DTG %1s:% 9.4f"
                offsetformat = "% 5s %1s:% 9.4f  G92 %1s:% 9.4f"
                rotformat = "% 5s %1s:% 9.4f"
            diaformat = " " + formatPlease Log in or Create an account to join the conversation.
- boy777
- 
				 Topic Author Topic Author
- Offline
- Junior Member
- 
				  
		Less
		More
		
			
	
		- Posts: 23
- Thank you received: 0
			
	
						10 Sep 2016 05:33				#80279
		by boy777
	
	
		
			
				
didnt found glcanon.py in EMc2.4 , also tired search for files
instead found glcanon.pyc in same folder.
but nothing writhen there except 2 smilyes sign.
					
	
			
			 		
													
	
				Replied by boy777 on topic add + sign with axes XYZ and runtime in program			
			
sudo gedit /usr/lib/pymodules/python2.7/rs274/glcanon.pysudo mousepad /usr/lib/pymodules/python2.7/rs274/glcanon.pysudo cp ~/Desktop/glcanon.py /usr/lib/pymodules/python2.7/rs274/glcanon.py
didnt found glcanon.py in EMc2.4 , also tired search for files
instead found glcanon.pyc in same folder.
but nothing writhen there except 2 smilyes sign.
Please Log in or Create an account to join the conversation.
- andypugh
- 
				  
- Offline
- Moderator
- 
				  
		Less
		More
		
			
	
		- Posts: 19677
- Thank you received: 4553
			
	
						10 Sep 2016 06:12				#80283
		by andypugh
	
	
		
			
				
You should be able to find it now that you are on 2.7.6.
.pyc is a compiled glcanon.py file, you wouldn't be able to edit that. The uncompiled file really ought to be somewhere, though. Ppossibly glcanon.g
					
	
			
			 		
													
	
				Replied by andypugh on topic add + sign with axes XYZ and runtime in program			
			didnt found glcanon.py in EMc2.4 , also tired search for files.
You should be able to find it now that you are on 2.7.6.
.pyc is a compiled glcanon.py file, you wouldn't be able to edit that. The uncompiled file really ought to be somewhere, though. Ppossibly glcanon.g
Please Log in or Create an account to join the conversation.
- andypugh
- 
				  
- Offline
- Moderator
- 
				  
		Less
		More
		
			
	
		- Posts: 19677
- Thank you received: 4553
			
	
						10 Sep 2016 06:12				#80284
		by andypugh
	
	
		
			
				
You should be able to find it now that you are on 2.7.6.
.pyc is a compiled glcanon.py file, you wouldn't be able to edit that. The uncompiled file really ought to be somewhere, though. Ppossibly glcanon.g
					
	
			
			 		
													
	
				Replied by andypugh on topic add + sign with axes XYZ and runtime in program			
			didnt found glcanon.py in EMc2.4 , also tired search for files.
You should be able to find it now that you are on 2.7.6.
.pyc is a compiled glcanon.py file, you wouldn't be able to edit that. The uncompiled file really ought to be somewhere, though. Ppossibly glcanon.g
Please Log in or Create an account to join the conversation.
- boy777
- 
				 Topic Author Topic Author
- Offline
- Junior Member
- 
				  
		Less
		More
		
			
	
		- Posts: 23
- Thank you received: 0
			
	
						10 Sep 2016 06:18		 -  10 Sep 2016 06:31		#80285
		by boy777
	
	
		
			
				
tried search for files : glcanon
found only glcanon.pyc
its shows nothing else glcanon.pyc
some one did it in EMc2.4, and didn't told me how to do,
if we can't find, its not a big issue . as solved in LinuxCNC 2.7.x
					
	
	
			 		
													
	
				Replied by boy777 on topic add + sign with axes XYZ and runtime in program			
			
didnt found glcanon.py in EMc2.4 , also tired search for files.
You should be able to find it now that you are on 2.7.6.
.pyc is a compiled glcanon.py file, you wouldn't be able to edit that. The uncompiled file really ought to be somewhere, though. Ppossibly glcanon.g
tried search for files : glcanon
found only glcanon.pyc
its shows nothing else glcanon.pyc
some one did it in EMc2.4, and didn't told me how to do,
if we can't find, its not a big issue . as solved in LinuxCNC 2.7.x
		Last edit: 10 Sep 2016 06:31  by boy777.			
			Please Log in or Create an account to join the conversation.
- tommylight
- 
				  
- Away
- Moderator
- 
				  
		Less
		More
		
			
	
		- Posts: 20843
- Thank you received: 7106
			
	
						10 Sep 2016 18:31				#80309
		by tommylight
	
	
		
			
	
	
	
			 		
													
	
				Replied by tommylight on topic add + sign with axes XYZ and runtime in program			
			
				Have a look, there should be a symlink to glcanon.py and a file named glcanon.pyc			
					
		The following user(s) said Thank You: boy777 	
			Please Log in or Create an account to join the conversation.
- boy777
- 
				 Topic Author Topic Author
- Offline
- Junior Member
- 
				  
		Less
		More
		
			
	
		- Posts: 23
- Thank you received: 0
			
	
						16 Sep 2016 10:15				#80489
		by boy777
	
	
		
			
				
didnt found any help about auto running program from stop point, also no time counting of a running job in AUTO mode.
kindly help me do this.
					
	
			
			 		
													
	
				Replied by boy777 on topic add + sign with axes XYZ and runtime in program			
			Hi Everybody,
how to add run time to the auto mode, so that every time I get the time consumed by job.
Third one , how to save values of XYZ to a file so that if i stopped the program , i can continue from that point, something like that helps much. I haven't found anything regarding these issues . Kindly help me.
Thanks in advance
Sorry again
Have good time!
didnt found any help about auto running program from stop point, also no time counting of a running job in AUTO mode.
kindly help me do this.
Please Log in or Create an account to join the conversation.
- boy777
- 
				 Topic Author Topic Author
- Offline
- Junior Member
- 
				  
		Less
		More
		
			
	
		- Posts: 23
- Thank you received: 0
			
	
						16 Sep 2016 10:17				#80490
		by boy777
	
	
		
			
				
i changed it in LinuxCNC 2.7.x
leaving the old versions of EMC ...
					
	
			
			 		
													
	
				Replied by boy777 on topic add + sign with axes XYZ and runtime in program			
			thank you tommyHave a look, there should be a symlink to glcanon.py and a file named glcanon.pyc
i changed it in LinuxCNC 2.7.x
leaving the old versions of EMC ...
Please Log in or Create an account to join the conversation.
		Time to create page: 0.107 seconds	
 
													 
	