07-12-2004 02:54 AM
07-14-2004 06:28 PM
07-15-2004 05:06 AM
01-10-2005 05:07 AM
@DavidLee wrote:
Hi
How to communicate with the remote terminal via an existed GSM,GPRS or CDMA channel ? What device is necessary ? What software tool package is needed? Thanks.
David
01-10-2005 06:56 AM
04-26-2006 06:50 AM
Wavecom modems are a popular choice. On the other hand, you can try something like Fargo Maestro 100, which adds extra functionality for automation (e.g. automatically establish a connection etc.). These would normally be connected via serial or USB. Once you have connected to PC, you should be able to communicate with the modem via serial port (through VISA, for example). For testing purposes, I would advice using MAX (Devices&Interfaces -> Ports -> COMx (select the right one), ensure the communication parameters are correct -> Validate them -> Open VISA test panel.
08-09-2006 01:38 PM
08-10-2006 02:22 PM
Hello,
VISA can be used to communicate over serial with on your FieldPoint
controller. In order to access the serial port on a Real-Time FieldPoint
controller, you must target your application on the controller. Typically,
the com resource name you need to specify is com1. To see how standard
serial port communication is completed on a FieldPoint controller, you can open
the shipping example called Basic Serial Write and Read from within NI Example
Finder. This example is very straight forward, however it shows how to
send and receive data through serial.
If you know the command set for the device you are trying to communicate with
you can build upon this. Unfortunately I do not have a GSM serial toolkit. All of the instrument drivers NI is aware of are located at www.ni.com/idnet.
Regards,
Jesse O.
Applications Engineering
National Instruments
08-11-2006 01:38 PM
08-14-2006 01:09 PM
Hello,
Can you please give a little more information on which part you are having
problems with? Also, what controller do you have (i.e cFP-2120,
cFP-2000), and do you have LabVIEW Real-Time (and what version)?
You program the serial port on the FieldPoint controller the same way you would
from if you were using the serial port on your computer from LabVIEW.
However to use the serial port on your controller you must embed that VI on
your controller. To do this in LabVIEW 8 (or 8.2) you would need to add
the FieldPoint controller to your project. To do this you would right
click on your project name and select New >> Targets and Devices.
After you have the FieldPoint controller in your project you place your VI
under your controller and run it. This will download your application to
the controller and execute it.
The VI you embed on the controller could also be ran on your PC if your
multimeter was attached to your PC. The code in LabVIEW is the
same. Finally, you might want to look at the instrument driver network
(www.ni.com/idnet) to see if a LabVIEW driver is already written for your
device.
Finally, is your problem with targeting your controller or is it more how to
communicate with your device through serial?
Regards,
Jesse O.
Applications Engineering
National Instruments