LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV dial up

Hi all again,

Does anyone know how to use labview to dial up a connection to the internet
(or to a remote server) using a modem?
I have an application that may need to do this to periodically download data
from a remote site. I also have an application that must send text messages
to pagers.
any ideas?

Cheers
John
0 Kudos
Message 1 of 10
(3,673 Views)
If it is a TCP/IP application, both Macintosh and Windows will
automatically dial up to your ISP when data is requested or sent over
TCP/IP. To use a modem to dial a pager number, send it the appropriate
AT commands (to the serial port if using a serial modem). For example,
to dial the numeric pager 555-5342 and leave the numeric message
555-1744:
ATDT 5555342,,,555*1744
ATH
If I remember correctly, this will dial with DTMF (touch-tone) the
number 5555342, wait for about 6 seconds (2 seconds per comma) then dial
555*1744 (the * leaves a space on most numeric pagers). Wait before
sending the ATH, I believe that it is the hangup command, though the
modem will probably time-out after 30 seconds or so anyway.

John Cronin wrote:
>
> Hi all again,
>
> Does anyone
know how to use labview to dial up a connection to the internet
> (or to a remote server) using a modem?
> I have an application that may need to do this to periodically download data
> from a remote site. I also have an application that must send text messages
> to pagers.
> any ideas?
>
> Cheers
> John
0 Kudos
Message 2 of 10
(3,673 Views)
If it is a TCP/IP application, both Macintosh and Windows will
automatically dial up to your ISP when data is requested or sent over
TCP/IP. To use a modem to dial a pager number, send it the appropriate
AT commands (to the serial port if using a serial modem). For example,
to dial the numeric pager 555-5342 and leave the numeric message
555-1744:
ATDT 5555342,,,555*1744
ATH
If I remember correctly, this will dial with DTMF (touch-tone) the
number 5555342, wait for about 6 seconds (2 seconds per comma) then dial
555*1744 (the * leaves a space on most numeric pagers). Wait before
sending the ATH, I believe that it is the hangup command, though the
modem will probably time-out after 30 seconds or so anyway.

John Cronin wrote:
>
> Hi all again,
>
> Does anyone
know how to use labview to dial up a connection to the internet
> (or to a remote server) using a modem?
> I have an application that may need to do this to periodically download data
> from a remote site. I also have an application that must send text messages
> to pagers.
> any ideas?
>
> Cheers
> John
0 Kudos
Message 3 of 10
(3,673 Views)
HEY did this work for you!!???

because i'm trying to do the same thing but my project it's a little
different...can you please email me back to see if we can exchange some
info....thanks

John Cronin wrote:

> Hi all again,
>
> Does anyone know how to use labview to dial up a connection to the internet
> (or to a remote server) using a modem?
> I have an application that may need to do this to periodically download data
> from a remote site. I also have an application that must send text messages
> to pagers.
> any ideas?
>
> Cheers
> John
0 Kudos
Message 4 of 10
(3,673 Views)
See http://www.pcia.com/wireres/protocol/links.htm and look for a copy of
the TAP protocol to page alphanumeric pagers.
See also http://braddye.com/input.html

Jean-Pierre Drolet



Fausto Meraz a écrit dans le message :
3935330D.8BE3ED0F@spaceelectronics.com...
> HEY did this work for you!!???
>
> because i'm trying to do the same thing but my project it's a little
> different...can you please email me back to see if we can exchange some
> info....thanks
>
> John Cronin wrote:
>
> > Hi all again,
> >
> > Does anyone know how to use labview to dial up a connection to the
internet
> > (or to a remote server) using a modem?
> > I have an application that may need to do this to periodically download
data
> > from a remote sit
e. I also have an application that must send text
messages
> > to pagers.
> > any ideas?
> >
> > Cheers
> > John
>
0 Kudos
Message 5 of 10
(3,673 Views)
You can log onto the example programs database and search for hyperterminal. There is a program there which emulates the windows Hyperterminal program. This is simply a terminal to communicate and dial modems.
0 Kudos
Message 6 of 10
(3,673 Views)

I have central location with GPRS modem and PC. At remote location there are GPRS routers transparent to Modbus and Modbus device. For GPRS I have coorporate APN.

I make dial-up connection from PC to GPRS modem and I can ping remote locations. I want to make LabVIEW application to read data from remote locations. So, I have to encapsulate Modbus into TCP/IP. How to do that?

0 Kudos
Message 7 of 10
(3,119 Views)
I don't have an answer to your question, but I would strongly suggest that you start a new thread rather than trying to resurrect a 7-year old thread which makes no mention of Modbus. Smiley Wink
0 Kudos
Message 8 of 10
(3,113 Views)

The producer of GPRS router gave me the wrong information. They used UDP, no TCP/IP.

It's work.

0 Kudos
Message 9 of 10
(2,927 Views)
Well, good to hear you were able to resolve the problem. It took them 10 months to get you an answer? Smiley Surprised
0 Kudos
Message 10 of 10
(2,910 Views)