You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to expeyes...@googlegroups.com
I have an analog data at 'A1' of expeyes junior ,
how i can record this data for just 3 minutes to
my pc using python and after disconnecting expeyes hadware
how i can read and plot this data
in python.Anyone known plz give the python code...
Pramode C.E
unread,
Dec 7, 2012, 2:29:50 AM12/7/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to expeyes...@googlegroups.com
There are Python functions for reading from the analog channels - you can actually read a
"block" of data with a single invocation. Read the programmer's manual available on the expeyes.in website to find out how to use this function. Instead of "3 minutes", find out how many "samples" you need to process - then keep calling this function until you get those many samples. You can store the samples to a file.