11-29-2013 01:00 AM
Hi,
I have wi-fi module, it could send data (ex: sin wave) to PC (by use some software). Now I want to use LabVIEW to receive these data.
I first study DataSocket, yes, I could use different PC and different net (one PC use cable, another PC by my 3G Phone) to communication and send data. (Use example VI in LabVIEW, DS Reader/ Writer)
And I also try use TCP/ IP (example VI in LabVIEW, Data Client/ Server), as same as above environment, I can send data in wireless and/or different net area.
Now, I use the same method to connect my wi-fi module, key-in the default IP (my PC coulde connect it by wi-fi, and use it's software also could get data), but no any data show on my LabVIEW.
At the one point I think I need more parameter from wifi module to connect LabVIEW, but I do not know how many I need, many information about wireless are related PC to PC or IrDA / BT...etc, of course NI Wi-Fi products, but from those I just know a little concept.....
Could anyone give me some suggestions??
I also refer one paper in the internet like the attached.
Software: LabVIEW 2012
Hardware: EMB380-S2 (Web)
11-30-2013 06:53 AM
請關閉防火牆
再透過 ping x.x.x.x 試試是否可以通訊
最後請先使用範例程式測試
12-03-2013 09:40 AM
Dear Billingsley
感謝您的回覆,不過您所提供的方式我都已經試過,Ping也是正常的。( 0 % loss) 而且我也是利用範例程式去與Wi-Fi模組通訊,但是還是沒有。所以才會提出是否是Wi-Fi模組在IP protocol需要設定甚麼才可以。
重點是使用模組所提供的程式可以連線取得資料。這才是我所覺得奇怪的地方。
我目前會再換一個不同種類的Wi-Fi模組測試,也許是原本的模組有問題。
再次感謝您的回覆