Hi everyone,
I hope I am not off topic!
I am trying to establish communication between a PLC (controller) and a PC using a cellular modem. I currently use a telephone modem which I plug into the PLC and then dailup from my PC. It works fine until our beloved fixed line supplier's lines acts up...
I have tried using GSM with a Falcom Tango modem. I get the PLC to communicate with the Tango (it sends an AT string to set auto answer after 3 rings). After sending the string, the Tango picks up after 3 rings when I dail into it, but then nothing, just silence and no data transfer.
The supplier send me this: "This is once again a AT+CBST=7,0,1 and AT+CICB=0 issue. This was easy to overcome in the past when you had a separate cell number for data, but now that the networks are using the same number for voice and data you need to define the fact that you are making a data call.
The most important command here is the AT+CBST=7,0,1 and this needs to be issued to the modem that is connected to the PC. In some cases though this command will only have two decimal places instead of one, so if the modem responds with an error they need to then try the AT+CBST=7,1 command. The AT+CICB=0 command on the other hand needs to be issued to the Tango itself."
I managed to send the AT string to the Tango, but my PCs internal modem is not compatible with that commands (I also tried on a different PC, but it also did not understand it). It is important that I can access the PLC from anywhere in the world using any type of fixed line or cellular modem.
In the mean time I heard about the possibility of using GPRS and accessing the PLC via my internet connection. For this I apparently need a GPRS modem that can convert RS232 input to TCP/IP. The modem should apparently have a static IP. At PC side I assume I would then need a piece of software that can create a virtual COM port, translating TCP/IP back to RS232 so that my application think it is talking straight to a RS232 port.
Can anyone give me some pointers or information and recommend which equipment/supplier to use? I am in Cape Town and would obviously want to test-before-I-buy!
Thank you!
I hope I am not off topic!
I am trying to establish communication between a PLC (controller) and a PC using a cellular modem. I currently use a telephone modem which I plug into the PLC and then dailup from my PC. It works fine until our beloved fixed line supplier's lines acts up...
I have tried using GSM with a Falcom Tango modem. I get the PLC to communicate with the Tango (it sends an AT string to set auto answer after 3 rings). After sending the string, the Tango picks up after 3 rings when I dail into it, but then nothing, just silence and no data transfer.
The supplier send me this: "This is once again a AT+CBST=7,0,1 and AT+CICB=0 issue. This was easy to overcome in the past when you had a separate cell number for data, but now that the networks are using the same number for voice and data you need to define the fact that you are making a data call.
The most important command here is the AT+CBST=7,0,1 and this needs to be issued to the modem that is connected to the PC. In some cases though this command will only have two decimal places instead of one, so if the modem responds with an error they need to then try the AT+CBST=7,1 command. The AT+CICB=0 command on the other hand needs to be issued to the Tango itself."
I managed to send the AT string to the Tango, but my PCs internal modem is not compatible with that commands (I also tried on a different PC, but it also did not understand it). It is important that I can access the PLC from anywhere in the world using any type of fixed line or cellular modem.
In the mean time I heard about the possibility of using GPRS and accessing the PLC via my internet connection. For this I apparently need a GPRS modem that can convert RS232 input to TCP/IP. The modem should apparently have a static IP. At PC side I assume I would then need a piece of software that can create a virtual COM port, translating TCP/IP back to RS232 so that my application think it is talking straight to a RS232 port.
Can anyone give me some pointers or information and recommend which equipment/supplier to use? I am in Cape Town and would obviously want to test-before-I-buy!
Thank you!