View Single Post
  #2  
Old 02-03-2010, 01:14 AM
ohad ohad is offline
Member
 
Join Date: Feb 2010
Posts: 9
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.changeMostRecentSampleValueDeliveryEn abled("analog",13,True)

Any other idea?

Thanks again,
Ohad
Reply With Quote