WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 26 to 50 of 77
Search took 0.01 seconds; generated 72 minute(s) ago.
Search: Posts Made By: Elittdogg
Forum: Vizard 12-05-2007, 08:46 AM
Replies: 28
Views: 65,264
Posted By Elittdogg
This is the only machine with the program and...

This is the only machine with the program and space to run on (I'm pretty sure...I'd have to double check, but I'm pretty sure we can't run on another system (even if we copied the program to another...
Forum: Vizard 12-04-2007, 11:42 AM
Replies: 28
Views: 65,264
Posted By Elittdogg
I ran it again, and here's the times that I got: ...

I ran it again, and here's the times that I got:

Elapsed time: 60.0142129796 seconds
Movement Transition Made: Elapsed time = 101.746000051
Elapsed time: 60.0369736936 seconds
Movement...
Forum: Vizard 12-04-2007, 11:27 AM
Replies: 28
Views: 65,264
Posted By Elittdogg
What type of system are you running on?

What type of system are you running on?
Forum: Vizard 12-04-2007, 10:52 AM
Replies: 28
Views: 65,264
Posted By Elittdogg
How did you get it to print out the time when a...

How did you get it to print out the time when a movement transition occurs???

processor ~1395 MHz, Total RAM 512MB (Available 235.29MB), Graphics: Radeon 7500 series
Forum: Vizard 12-03-2007, 10:22 AM
Replies: 28
Views: 65,264
Posted By Elittdogg
Here is my code: import viz import...

Here is my code:


import viz
import math
import whrandom
import string

viz.go(viz.PROMPT)
Forum: Vizard 12-03-2007, 08:39 AM
Replies: 24
Views: 77,122
Posted By Elittdogg
This is what I did: class...

This is what I did:


class SampleRate(viz.EventClass):
def __init__(self,rate,func):
viz.EventClass.__init__(self)
self.rate = rate
self.func = func
self.lastSampleTime = 0.0...
Forum: Precision Position Tracker (PPT) 11-30-2007, 09:45 AM
Replies: 3
Views: 44,940
Posted By Elittdogg
How could I use the VRPN server with FOB?? I've...

How could I use the VRPN server with FOB?? I've been trying to go through different posts on the forum. But I don't know how to initially connect to it, set-up, or anything. I'm a little hazy on...
Forum: Precision Position Tracker (PPT) 11-30-2007, 09:39 AM
Replies: 3
Views: 44,940
Posted By Elittdogg
How could I use the VRPN server with FOB?? I've...

How could I use the VRPN server with FOB?? I've been trying to go through different posts on the forum. But I don't know how to initially connect to it, set-up, or anything.
Forum: Vizard 11-30-2007, 08:37 AM
Replies: 24
Views: 77,122
Posted By Elittdogg
The sample script didn't really do anything. ...

The sample script didn't really do anything. Maybe I'm not implementing it correctly, but I can't seem to get consistent results. When I'm running a script other than just that simple script the...
Forum: Vizard 11-29-2007, 03:04 PM
Replies: 24
Views: 77,122
Posted By Elittdogg
So now the question is why am I not getting...

So now the question is why am I not getting consistent data collection results?
Forum: Vizard 11-29-2007, 10:20 AM
Replies: 24
Views: 77,122
Posted By Elittdogg
When I run that simple script my fram rate is...

When I run that simple script my fram rate is essentially 60 (it constantly changes between 59 and 60).
Forum: Vizard 11-29-2007, 10:17 AM
Replies: 24
Views: 77,122
Posted By Elittdogg
Hopefully you can run it now: import...

Hopefully you can run it now:


import viz
import math
import whrandom
import string

viz.go(viz.PROMPT)
Forum: Vizard 11-29-2007, 08:36 AM
Replies: 28
Views: 65,264
Posted By Elittdogg
And this may be completely obvious and I may be...

And this may be completely obvious and I may be completely clueless but where are the tags?
Forum: Vizard 11-29-2007, 08:32 AM
Replies: 24
Views: 77,122
Posted By Elittdogg
Here's the code of what I have: import...

Here's the code of what I have:

import viz
import math
import whrandom
import string

viz.go(viz.PROMPT)

# Get subject number from prompt box
Forum: Vizard 11-29-2007, 08:02 AM
Replies: 24
Views: 77,122
Posted By Elittdogg
When I press F4 the number keeps rapidly...

When I press F4 the number keeps rapidly changing. It looks like it's fluctuating between 45-55. I don't know what that means but that's what I got. Is it supposed to be stationary? If so, is...
Forum: Vizard 11-28-2007, 02:57 PM
Replies: 28
Views: 65,264
Posted By Elittdogg
I'm using 2.5. Can't upgrade to 3.0.

I'm using 2.5. Can't upgrade to 3.0.
Forum: Vizard 11-28-2007, 01:13 PM
Replies: 24
Views: 77,122
Posted By Elittdogg
How do I check/make sure it is running at 60Hz? ...

How do I check/make sure it is running at 60Hz?

Reproduces what results?
Forum: Vizard 11-28-2007, 01:09 PM
Replies: 28
Views: 65,264
Posted By Elittdogg
This is the code I have: (Oh and by the way...I...

This is the code I have: (Oh and by the way...I don't know how to make it into the [code]/[code] thing...to make it come out like it shows up in Vizard).

import viz
import math
import...
Forum: Vizard 11-28-2007, 10:16 AM
Replies: 28
Views: 65,264
Posted By Elittdogg
Here's the printed output from running it for a...

Here's the printed output from running it for a bit:

Elapsed time: 60.0057702864 seconds
Movement Transition Made
Elapsed time: 60.0058499055 seconds
Movement Transition Made
Elapsed time:...
Forum: Vizard 11-28-2007, 10:07 AM
Replies: 24
Views: 77,122
Posted By Elittdogg
So if I define the sample rate but not max...

So if I define the sample rate but not max samples then it should sample at that rate regardless right? And then data collection would stop whenever the trial ended? So everytime a trial lasted 60...
Forum: Vizard 11-28-2007, 10:05 AM
Replies: 28
Views: 65,264
Posted By Elittdogg
Here's my movetime list: movetime = [1/20.0,...

Here's my movetime list:

movetime = [1/20.0, 1/4.0, 1/2.0, 1, 2]

and the code:
MoveRoom = vizact.sequence(vizact.move(0,0,((3/25.0)/time),time), vizact.move(0,0,((-3/25.0)/time),time),...
Forum: Vizard 11-28-2007, 08:47 AM
Replies: 28
Views: 65,264
Posted By Elittdogg
When I added "int" before (30/time) it made it...

When I added "int" before (30/time) it made it run longer than 2 seconds, but each iteration was running for approximately 90 seconds instead of 60. Am I making a mathematical error? Or am I...
Forum: Vizard 11-27-2007, 06:18 PM
Replies: 28
Views: 65,264
Posted By Elittdogg
and would that work if I change .5 to .12??? ...

and would that work if I change .5 to .12???

MoveRoom = vizact.sequence(vizact.move(0,0,(0.12/time),time), vizact.move(0,0,(-0.12/time),time), int(30/time))


Would it then run each iteration...
Forum: Vizard 11-27-2007, 06:16 PM
Replies: 24
Views: 77,122
Posted By Elittdogg
Ok, you're right. Originally I wanted to collect...

Ok, you're right. Originally I wanted to collect a fixed amount of data points. But then I switched which program I was working on and the new one needs to be flexible depending on how long the...
Forum: Vizard 11-27-2007, 01:11 PM
Replies: 28
Views: 65,264
Posted By Elittdogg
Ok. So what I originally had was: movetime...

Ok. So what I originally had was:

movetime = [1,2,3,4,5,6]
sequences = []
for time in movetime:
MoveRoom = vizact.sequence(vizact.move(0,0,(0.5/time),time), vizact.move(0,0,(-0.5/time),time),...
Showing results 26 to 50 of 77

 
Forum Jump

All times are GMT -7. The time now is 09:31 PM.


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