LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

GSM-modem



jabili wrote:
hi all , i  developed a application using modbus protocol data frame  in labview, this data having the 8 bytes in the frame formate of modbus rtu which is come out serial port of pc Rs 232. my question is can connect this data to the Gsm modem to convet the data formate of  gsm to connect the Gsm net work?
 
 
My application name is optioning of trip unit using Gsm . my trip unit is modbus Rtu frame formate device . i want to send the optioning data through gsm network.
 
 converstion of data
                                       Labview modbus frame to gsm frame (pc side)------------------>gsm frame to modbus frame (device side) .\
 
 
it is possiable or not??
 



Of course it is possible. "modbus frame " has nothing to do with "gsm frame ".

You open a channel and you can send any bytes trough two GSM modems. Don't care if it modbus or not.

The decoding is done by the final device.

Trere are many ways to open a channel between two GSM modems. It depends of the ammount of data, and the frequency you want to transmit them.



Message Edited by Pnt on 03-06-2008 05:41 PM
0 Kudos
Message 11 of 15
(958 Views)
the Labview application genrate the mod bus frame formate , the data pass through Rs-232.my question is the labview application is can drive the gsm modem?
 
0 Kudos
Message 12 of 15
(941 Views)
Of course it can. Use AT commands (with VISA Labview) to setup the modem (if needed) and to connect with the other GSM modem. Then Labview can start sending the data (modbus or not).
You can read the data at the other modem. Finally use AT commands to disconnect.
0 Kudos
Message 13 of 15
(929 Views)
thank u for responding. my doubt is my  labview application genrates modbus frame data come out form the pc using serial communcation  port, How can i  connect the Gsm modem to my pc ? Is  serila prot is there for gsm modem?? how this Gsm modem send the data to another gsm modem which is conneted to my modbus device ?? plese clarify my doubts
 
0 Kudos
Message 14 of 15
(924 Views)
GSM modems-terminals have serial port. Like GM29. But Sony-Ericsson no longer exists. We manufacture GSM Modems-Terminals too. You can also buy the GSM Module itself, but you will neen a prinded circuit to have it connected with a PC.
Two GSM modems connect, like two mobiles phones are connected when you talk. Basic it is the same (the idea).
0 Kudos
Message 15 of 15
(919 Views)