Forum: Vizard
		
		 
		03-11-2008, 07:15 PM
	 | 
	
	| 
	
		 
			Replies: 2
		 
		
		
			Views: 17,337
		 
		
		
		
		
	 | 
	
		
		
			Forum: Vizard
		
		 
		03-11-2008, 02:03 PM
	 | 
	
	| 
	
		 
			Replies: 2
		 
		
		
			Views: 17,337
		 
		
		
			
				
				custom DLE files 
				 
				I'm trying to create a sensor that requires a custom constructor.  The parameters required are NOT compatible with sensor.sendCommand, so I think a DLE is the way to go.  I can't seem to find any...
			 
		 
		
		
	 | 
	
		
		
			Forum: Vizard
		
		 
		02-20-2008, 01:48 PM
	 | 
	
	| 
	
		 
			Replies: 10
		 
		
		
			Views: 37,228
		 
		
		
		
		
	 | 
	
		
		
			Forum: Vizard
		
		 
		02-20-2008, 01:30 PM
	 | 
	
	| 
	
		 
			Replies: 10
		 
		
		
			Views: 37,228
		 
		
		
			
				
				The code I am using is supposed to spew out... 
				 
				The code I am using is supposed to spew out number until the program stops:  
import viz  
import threading  
  
class ThreadedClass (threading.Thread):  
	def run(self):  
		i = 0  
		while True:  
			i = i...
			 
		 
		
		
	 | 
	
		
		
			Forum: Vizard
		
		 
		02-20-2008, 12:32 PM
	 | 
	
	| 
	
		 
			Replies: 10
		 
		
		
			Views: 37,228
		 
		
		
			
				
				That makes sense.  I have one more question:  
 ... 
				 
				That makes sense.  I have one more question:  
  
I would like to run a thread that monitors a bunch of sensors for a particular pattern.  I set up a deamon thread that runs in a "while true:" loop,...
			 
		 
		
		
	 | 
	
		
		
			Forum: Vizard
		
		 
		02-19-2008, 03:24 PM
	 | 
	
	| 
	
		 
			Replies: 10
		 
		
		
			Views: 37,228
		 
		
		
		
		
	 | 
	
		
		
			Forum: Vizard
		
		 
		02-19-2008, 02:22 PM
	 | 
	
	| 
	
		 
			Replies: 10
		 
		
		
			Views: 37,228
		 
		
		
			
				
				Multithreading in Vizard 3.0 
				 
				I'm currently using Vizard 3.0 and having trouble getting a simple multithreaded application to run.  I wrote a script in IDLE using Python 2.3 (the same version as Vizard) and it works as expected. ...
			 
		 
		
		
	 | 
	
		
		
			Forum: Plug-in development
		
		 
		02-12-2008, 03:10 PM
	 | 
	
	| 
	
		 
			Replies: 2
		 
		
		
			Views: 50,655
		 
		
		
		
		
	 | 
	
		
		
			Forum: Plug-in development
		
		 
		02-12-2008, 01:29 PM
	 | 
	
	| 
	
		 
			Replies: 2
		 
		
		
			Views: 50,655
		 
		
		
			
				
				Multiple Copies of same sensor plugin 
				 
				I'm trying to write a sensor for Vizard that simply regurgitates a text file of (x, y, z) positions whenever the update function is called.  Internally, it uses a vector to keep track of which sensor...
			 
		 
		
		
	 |