WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: RedSpikeyThing
Forum: Vizard 03-11-2008, 06:15 PM
Replies: 2
Views: 6,201
Posted By RedSpikeyThing
hmmm I was under the impression that DLE's could...

hmmm I was under the impression that DLE's could have different constructors than DLS's. I'm trying to make a sensor that generates its data by merging two other sensors. Ideally it would just be a...
Forum: Vizard 03-11-2008, 01:03 PM
Replies: 2
Views: 6,201
Posted By RedSpikeyThing
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, 12:48 PM
Replies: 10
Views: 13,470
Posted By RedSpikeyThing
Wow you're quick on the draw. That worked...

Wow you're quick on the draw. That worked perfectly! Thanks for the help and the reference....hopefully I won't have to bug you anymore ;)
Forum: Vizard 02-20-2008, 12:30 PM
Replies: 10
Views: 13,470
Posted By RedSpikeyThing
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, 11:32 AM
Replies: 10
Views: 13,470
Posted By RedSpikeyThing
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, 02:24 PM
Replies: 10
Views: 13,470
Posted By RedSpikeyThing
Great, thank you! Is there any reason this works...

Great, thank you! Is there any reason this works correctly in IDLE but not in Vizard?
Forum: Vizard 02-19-2008, 01:22 PM
Replies: 10
Views: 13,470
Posted By RedSpikeyThing
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, 02:10 PM
Replies: 2
Views: 15,875
Posted By RedSpikeyThing
beautiful, thank you for the quick reply. The...

beautiful, thank you for the quick reply. The lack of documentation for this is very frustrating...
Forum: Plug-in development 02-12-2008, 12:29 PM
Replies: 2
Views: 15,875
Posted By RedSpikeyThing
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...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT -7. The time now is 02:23 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC