LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying Data in a Symbol Table to a Graph

Hi. I am doing a project on instrument control and I am onto this part where I have to display a symbol table which is all binary. Does anyone know how to do it? Or could point me to the right direction?
0 Kudos
Message 1 of 8
(3,179 Views)

 


symbol table

 

 

What do you exactly mean by this?

0 Kudos
Message 2 of 8
(3,168 Views)

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?

Message Edited by Emo123 on 08-05-2009 08:11 PM
0 Kudos
Message 3 of 8
(3,145 Views)

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.

Message 4 of 8
(3,137 Views)
I don't any equipment that lets me capture and transfer an actual screenshot now. Displaying the data as it is sounds great, maybe I know how to do it?
0 Kudos
Message 5 of 8
(3,127 Views)

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.

Message 6 of 8
(3,120 Views)
Dude, relax, I am just a total newb when it comes to this. I am using a GPIB cable but I have no idea what to write to the instrument to get the results. All the program blocks seem to apply only to waveforms but I am not trying to display a waveform, it is more like a binaries and values of other things. I have no idea if there is even a x or y axis.
0 Kudos
Message 7 of 8
(3,110 Views)
Have you tried the instrument drivers?
Message 8 of 8
(3,106 Views)