05-13-2008 04:57 AM
1.No characters sent for one second
2.Input three plus characters ("+++") within one second
3.No characters sent for one second05-14-2008 05:01 AM
Hi Josu,
there are different possible reason for the error you reported. If the error is caused by an overflow you can see in the report compilation something like the message reported in this KB:
http://digital.ni.com/public.nsf/allkb/060BA89FE3A0119E48256E850048FFFE?OpenDocument
The error cuold also be caused by some window setting like:
http://digital.ni.com/public.nsf/allkb/A45687D827A81D6E86257195007807B3?OpenDocument
To have a more information about the error you have to look at the compilation report (attach the report to a post reply if you want).
Regarding to the XBee setting, unfortunatly from the NI side we don't have many suggestion to give you, sorry.
Regards
Clara
05-14-2008 05:58 AM
12-22-2008 09:11 AM
08-05-2009 08:03 PM
Hello,
i am working on a project which will interface labview with xbee. i am having much trouble writing and reading to and from the xbee. i want to write out API mode to the xbee and recieve hex code back from the xbee.
the project is a weather station which basicly uses 6 ADC's from a remote xbee and transmits wirelessly to a local xbee which is connected to the PC using an explorer (USB) board from "sparkfun.com"
Thus far i have been able to use X-CTU software to write and read the correct hex commands (API-mode) and this all works great! Now i want to manipulate the data values from the ADC's and display them accordingly in labview.
Labview prefers ASCII but the arrays display in decimal when the Xbees prefer hex, is there an easy conversion program to read and write using primarily hex.
thank you for any help.
08-05-2009 09:43 PM
You can set string arrays and indicators to display character data as their ASCII hex byte. Right click on the control and select Hex display.
You can also format numeric controls and indicators to display integer numeric data as hex if you right click and go to Display Format
08-07-2009 12:29 AM
02-01-2010 01:25 AM
07-16-2010 10:03 AM
Hi Grant,
I tried your example code (AT Commands in LabVIEW). I'm using USB port to connect XBee to my laptop. The Enter-AT-CMD-Mode is OK. But it failed when I set AT CMD. Is it only used for serial port?
03-20-2012 02:06 AM
hi,
i m sending analog signal frome remote xbee but m not geting proper siganal in labview i have set remote xbee m using xbee in API mode 1... here i am attachjing my adc.vi, is there any seting for base xbee...m using XBP24 XBEE waiting for ur reply.