WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   BioPac - acquisition problems (https://forum.worldviz.com/showthread.php?t=2490)

ohad 02-02-2010 07:37 AM

BioPac - acquisition problems
 
Hi,

I'm using BIOPAC's MP150 system to acquire some physiological data.
To do this I'm using some methods from "acqserver.py ".

On one of the acquisitions (That includes 6 channels - 2 analog and 4 calculated) I'm reading one of the clculated channel using this command :

bpm = myAcqServer.getMostRecentSampleValue("calc",0).

It works just fine.

When trying to apply the same method to another acquisition (2 analog channels solely), changing the channel type and ID to this method :

bpm = myAcqServer.getMostRecentSampleValue("analog",13)

I'm getting an exception :
" raise ACQServerException(str(exobject))
acqserver.ACQServerException: ".

In both tries the acquisitions itself (on another computer LAN connected) runs smoothly.

Any idea how should I start troubleshooting?

Thanks!
Ohad

ohad 02-03-2010 01:14 AM

Forgot to mention (as this should be the first thing to check) -

before using :
bpm = myAcqServer.getMostRecentSampleValue("analog",13)

I remembered to enable the channel with : "myAcqServer.changeMostRecentSampleValueDeliveryEna bled("analog",13,True)

Any other idea?

Thanks again,
Ohad


All times are GMT -7. The time now is 08:43 AM.

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