08-05-2009 04:41 AM
08-05-2009 05:20 AM
What do you exactly mean by this?
08-05-2009 08:10 PM - edited 08-05-2009 08:11 PM
Hmm... ... it is a function of the 89441A instrument which I am trying to control. To take a screen shot would be something like this,
Just an example.
00111110010100100010111010100
10111100100101101010100101010
01111100011101000000110001100
00011001010111000011110011011
01011101011101101011110101101
Is there anything that lets me display this kind of information?
08-05-2009 09:27 PM
How do you want to display it and what is the actual data when you read it?
One obvious way would be to show it exactly as you have it. A string indicator would do. A table could be used and I'm sure even a digital waveform graph.
You will have to do an actual read and not just look at the screen. When you have that, then you can try to detemine how it needs to be parsed/formatted for whatever indicator seems to make sense for the end user. If yu need help, capture the data and attach it.
08-05-2009 10:28 PM
08-05-2009 10:51 PM
I don't understand. You are studying instrument control but you do not have anything to control the instrument?
And I was not talking about screen shots. Those are pretty worthless. Your instrument has to have some sort of remote control interface (GPIB, RS-232, USB, Ethernet) and your pc has to have a matching interface. You would then use an instrument driver or write something with the VISA functions to send commands to the instrument and read return data.
08-05-2009 11:54 PM
08-06-2009 12:04 AM