Tomas Posted February 3, 2022 Report Share Posted February 3, 2022 Hello, I would like to ask you for help with connecting the GSM module Cinterion BGS2T via RS485 (modbus). Does anyone have experience example of how to connect GSM SMS sending via RS485 not RS232. Thank you Tomas Quote Link to comment Share on other sites More sharing options...
MVP 2022 kratmel Posted February 3, 2022 MVP 2022 Report Share Posted February 3, 2022 Hi, I do not use Cinterion BGS2T via RS485, but i try to read some manuals and find - it is not modbus device. RS485 is only variant of communication interface. Then you can find p.14 https://www.activexperts.com/files/manuals/cinterion-bgs2t-at-command-set.pdf and use modem via external RS232 to RS485 convertor (it is not possible to select RS485 in Visilogic modem settings). But i think - better way is to change this modem to Unitronics UCR product. Quote Link to comment Share on other sites More sharing options...
Tomas Posted February 4, 2022 Author Report Share Posted February 4, 2022 Thank you for your answer. I am not sure if I catch your idea. My problem is I have v430 with 1 port 485 (already used). I need send SMS." it is not possible to select RS485 in Visilogic modem settings" - I supose I can not use RS485 for GSM in Visilogic and libraries. Quote Link to comment Share on other sites More sharing options...
MVP 2022 kratmel Posted February 4, 2022 MVP 2022 Report Share Posted February 4, 2022 You did not specify which PLC was used. Therefore, I recommend adding an additional port V100-17-RS4/V100-17-RS4X to V430. This will allow you to connect a standard modem via RS232. 33 minutes ago, Tomas said: I supose I can not use RS485 for GSM in Visilogic and libraries. This is probably true. However, nothing prevents you from transmitting commands to the modem via additional port RS232 port (and external convertor RS232 to RS485 if no RS232 port present on modem). Please, describe your configuration - what your existing RS485 port is used for, what modem you have, or maybe you haven't chosen it yet. Quote Link to comment Share on other sites More sharing options...
Tomas Posted February 7, 2022 Author Report Share Posted February 7, 2022 My configuration, v430-J-T38, I have already installed additional port ethernet (for remote connection). 1 Port RS485 I use for communication by Modbud with electricity meters. It's my problem that I don't have another port to use as RS232. I guess it has no solution? Thank you Quote Link to comment Share on other sites More sharing options...
AlexUT Posted February 7, 2022 Report Share Posted February 7, 2022 Hi Tomas, All Unitronics PLCs are designed to work with supported modems "peer-to-peer" by use of RS232 interface. RS485 interfacce cannot be used. B.R. Quote Link to comment Share on other sites More sharing options...
Tomas Posted February 7, 2022 Author Report Share Posted February 7, 2022 Thank you for your answer. B.R. Quote Link to comment Share on other sites More sharing options...
MVP 2022 kratmel Posted February 7, 2022 MVP 2022 Report Share Posted February 7, 2022 53 minutes ago, Tomas said: I guess it has no solution? One old trick that can be used for solve problem with one communication port. If you read installation manual https://www.unitronicsplc.com/wp-content/uploads/2015/12/Vxxx_J_T38_INSTAL-GUIDE_01-15.pdf you can find Port 1 pinout table and some information below: Note that it is possible to establish a PC to PLC connection using RS232 even when the PLC is set toRS485 (this eliminates the need to open the controller to set jumpers).To do so, remove the RS485 connector (pins 1 & 6) from the PLC and connect a standard RS232programming cable.Note that this is possible only if DTR and DSR signals of RS232 are not used (which is the standardcase). If you can temporarily not read the readings from your meter, then with the help of an external relay connected to the logic output, you can switch the connection between the modem and the meters while changing the configuration of the communication port in the program. Switching between different types of modems is shown in the example from Unitronics. I think you understand the idea. Therefore, from time to time you will be able to send SMS if necessary, but during the transfer - no meter readings will be received. Quote Link to comment Share on other sites More sharing options...
AlexUT Posted February 7, 2022 Report Share Posted February 7, 2022 Kratmel, I c annbot recommend this for field use. 1. PLC attempting to read meter, and contineously will return COM port settings to RS485. 2. When connecting PC and activate VisiLogic communication - PC send BREAK signal to RS232 and change protocol to PCOM (7, E, 1), which is not compatible for modem (8.N, 1). 3. Possible colution (but not perfect) is to make COM INIT for RS485 and for RS232 in separate Nets. Use modem communication , then make COM INIOT for RS485 and read from meter. 8Use 1 and 6 pins to connect meter. Use 2,3,4,5 pins to connect modem. This will not always work at field. B.R. *Both modes cannot be used. Quote Link to comment Share on other sites More sharing options...
MVP 2022 kratmel Posted February 7, 2022 MVP 2022 Report Share Posted February 7, 2022 2 hours ago, Tomas said: additional port ethernet (for remote connection) present on this PLC (maybe Visilogic and remote connection) then only Meter RS485 / Modem RS232 changeover needed. To prevent problem with strange data comes to modem or meter i recommend relay switch. Maybe it is not perfect solution but i think it possible. Quote Link to comment Share on other sites More sharing options...
Tomas Posted February 7, 2022 Author Report Share Posted February 7, 2022 Thank you for your time. 1 hour ago, kratmel said: you can find Port 1 pinout table and some information below: Note that it is possible to establish a PC to PLC connection using RS232 even when the PLC is set toRS485 (this eliminates the need to open the controller to set jumpers).To do so, remove the RS485 connector (pins 1 & 6) from the PLC and connect a standard RS232programming cable.Note that this is possible only if DTR and DSR signals of RS232 are not used (which is the standardcase). I had the same idea. And I tried it but not function (because there is HW switch on board). B.R. Quote Link to comment Share on other sites More sharing options...
MVP 2022 kratmel Posted February 7, 2022 MVP 2022 Report Share Posted February 7, 2022 You can connect meter to RS485 and after that - change cable, do not change dip and try to connect to modem via standard 4 wire connection. I think if you manage RS485 to RS232 change in program - modem connection is possible without dip change. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.