NI LabVIEW,CVI,数据采集等产品讨论区

取消
显示结果 
搜索替代 
您的意思是: 

LABVIEW 8.5 BLUETOOTH TRANSFER DATA ERROR !

Recently, i made a programme with labview bluetooth module. I want send four data (x1,y1) (x2,y2) from PC(SERVER) to PDA(Client). PDA receive the data, and show two points (x1,y1) (x2,y2) in the vi.

 

I run Server in PC, run Client in another PC, the programme run well , no error.

 

and i complie the Client file into PDA, en error.  In PDA, i can run this file , But when PC(Server) send data to PDA(Client),PDA can`t get the data.

 

programme as below, 1 and 2 file is pc - pc , 1 and 3 is pc-pda.

 

please help me , and tell me where i `m wrong ~~~ 

 

thanks very much.

0 项奖励
1 条消息(共 2 条)
3,611 次查看

Your PDA application is missing the logic necessary to run the code on demand.  Without it, the vi will run immediately one time.  That is okay, but you need to fill the communication parameters in the front panel and make them default values.

 

I also don't see why the client type casts the received string to a named string.

Michael Munroe, CLD, CTD, MCP
Automate 1M+ VI Search, Sort and Edit operations with Property Inspector 5.1, now with a new Interactive Window Manager!
Now supports full project automation using one-click custom macros or CLI.
0 项奖励
2 条消息(共 2 条)
3,519 次查看