02-11-2010 08:51 AM
Hey folks,
Just new to this forum so please be kind, the chances are that I will ask something blindingly stupid.
Basically I am trying to develop a protocol pressure sensor using The XBee starter kit. I intend to have this connected to a Labview software package that i am building from scratch. My main concern at the moment is how I will be able to connect the two so that my Labview can read the data coming in from the Xbee unit and node.
If anyone has any idea roughly how to do this then I would be extremely greatful. If more info is required then please do feel free to ask.
Thanks
Russell
02-12-2010 04:50 AM
02-12-2010 05:08 AM
02-12-2010 05:08 AM
02-12-2010 06:00 AM
Dear Russell
Please do take a look at 'muks' posts as they are useful and they should get you started.
I would also take a look at the following forums and look at the sample code. These should help to get you going.
http://forums.ni.com/ni/board/message?board.id=170&thread.id=323172
http://forums.ni.com/ni/board/message?board.id=170&message.id=430380&requireLogin=False
Please let me know if you need further help. Many thanks.
02-12-2010 08:08 AM
03-02-2010 08:49 AM - edited 03-02-2010 08:49 AM
Thanks folks.
However Im still toiling with the whole overall concept and the help given seems to apply to Labview 8.0 and Im using Labview 2009.
Lets say for example all I want to do at the present moment is to have a front panel that has an On/Off switch and an LED that indicates if a pump is running, so when I press the on/off button the LED comes on and a signal is then sent out to my module out in the field. This is going to require a on put of some form surely?
Sorry if I'm sounding thick but Im really topiling with the whole aspect of my project and this application.
03-02-2010 09:16 AM
09-03-2010 10:44 AM
Hello
I've been able to send and receive data through Xbee using LabView, but i'm wondering if is there a way to make a continuous Send/Receive communication, instead of the timed cycle that is usually found in the VISA examples.
I think about this, because when I communicate XBee with X-CTU software, the communication is always "open", even in the two directions, but in Labview i've only be able to send/receive data packages in timed cycles.
Appreciate your help, regards
Jaime
11-02-2010 04:38 PM
Hello All,
I am currently using python to collect data from an array of xbee nodes and I want to switch over to LabVIEW.
I’ve started by reprogramming one of xbee nodes (plus my coordinator) to work in API mode and I’ve verified that the coordinator is receiving transmissions by using the Basic Serial Write and Read example program.
I understand that the received API hex string needs to be parsed in order to identify the node and then pull the “payload” bytes before being converted.
I have only superficial experience with LabView so I am having trouble making this programming leap. I have not had any luck with any of the forum threads on this topic. I looked all over the web but it seems like this is uncharted waters.
Can anyone help me with example code to get me up and running for one of my nodes? It has 3 sensors and I want to display graphically and save to file.
Thanks in advance for your help.