LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can Labview be used for programming of Texas Instruments MSP430 microcontroller for Sensor applications?

Solved!
Go to solution

i want to ask that how can i configure msp430-rf2500 after installing drivers from visa(device wizard). i m not getting the data coming from the msp430-rf2500 where as i m getting that data in the hyper terminal.Plz guide me!

0 Kudos
Message 1 of 9
(3,823 Views)
Solution
Accepted by topic author swaj

Hi,

 

If you are able to read data in hyperterminal then you will be able to read it in LabVIEW. Have you looked at the basic serial read and write VI in the examples? If not, that would be a good starting point.

 

Make sure that you have the correct baud rate, COM port etc.

 

Also, LabVIEW won't be able to use the COM port whilst it is being used by hyperterminal - you need to close hyperterminal and then use LabVIEW.

 

If you've tried all of these, post your code so that we can help you further

 

-CC

 

p.s. clicked the 'Me Too' button by accident - I blame not having a cup of tea this morning!

----------------------------------------------------------------------------------------------------------------------------
"If anyone needs me, I'll be in the Angry Dome!"


0 Kudos
Message 2 of 9
(3,810 Views)

thnx for your advice, i got the data and plz guide me that how can i log that data in labview or make its graph and then log the graph of that data.

0 Kudos
Message 3 of 9
(3,779 Views)

plz tell me how to convert string data to bits or bytes.

regards

0 Kudos
Message 4 of 9
(3,776 Views)

Hi number,

                 It's very simple.See one example:.Also have a look at conversions in string/number in function palette.

                                  

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 5 of 9
(3,768 Views)

hi plz help me in logging data of the sensors in labview

0 Kudos
Message 6 of 9
(3,733 Views)

Hi,

 

You can log your data in a number of formats. Using the write to spreadsheet file would be good for numerical data that you want to graph.

 

Data logging is pretty basic LabVIEW stuff - perhaps you should take a look at the LabVIEW basics, there's a section dedicated to data logging. Also have a look around the forums (use the search facility) for some more pointers etc.

 

-CC

----------------------------------------------------------------------------------------------------------------------------
"If anyone needs me, I'll be in the Angry Dome!"


0 Kudos
Message 7 of 9
(3,730 Views)

plz tell me how can i draw real time graphs in labview for the data received from the sensors.

0 Kudos
Message 8 of 9
(3,688 Views)

You really need to look at the LabVIEW basics. These are very basic questions you are asking and a bit of time spent learning the fundamentals will really pay off.

 

Read the basics and had a go at plotting a graph yourself. If you hit any other problems we'll be happy to help, but I'm not going to write this for you - you need to put in the effort yourself.

 

-CC

----------------------------------------------------------------------------------------------------------------------------
"If anyone needs me, I'll be in the Angry Dome!"


0 Kudos
Message 9 of 9
(3,686 Views)