Forum Replies Created
-
AuthorPosts
-
ibrahim eren
ParticipantCan you share a screenshot of a setup where the TCP Server is running and multiple modems are connected as clients? I think there was a misunderstanding. The server allows one client, but when multiple clients try to connect, it disconnects the connections beyond the first one. We have modems using dynamic IPs and do not want to use static IPs. Please share an example setup.
ibrahim eren
ParticipantMy providers requirements here https://www.netgsm.com.tr/dokuman#xml-post-sms-g%C3%B6nderme I have no idea how to integrate it.
ibrahim eren
ParticipantAnd also my SMS API provider said they not support json frame for sending sms, they support soap and xml
ibrahim eren
ParticipantThanks Mikhail.
ibrahim eren
ParticipantThanks Mikhail.
ibrahim eren
ParticipantCan the phone number of the recipient and the content of the message to be sent be changed? Additionally, I could not integrate the SMS API service. NetGSM has shared a sample PHP code. How can I integrate this? Here is the code:
$curl = curl_init();curl_setopt_array($curl, array(
CURLOPT_URL => ‘https://api.netgsm.com.tr/sms/send/get’,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => ”,
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => ‘POST’,
CURLOPT_POSTFIELDS => array(‘usercode’ => ‘850XXXXXXX’,’password’ => ‘XXXX’,’gsmno’ => ‘5XXXXXXXXXX’,’message’ => ‘testmesajı’,’msgheader’ => ‘mesajbaşlığı’,’filter’ => ‘0’,’startdate’ => ‘230520221650’,’stopdate’ => ‘230520221830’,’appkey’=>’xxx’),
));$response = curl_exec($curl);
curl_close($curl);
echo $response;ibrahim eren
ParticipantHello, I have installed the Rapid SCADA product on a Linux server for testing purposes and now I am planning to purchase some plugins. However, it asks for a machine code. This machine code should be generated for the Linux server, correct? I am not the one who installed it on the Linux server, and I do not want to obtain it for the wrong computer. If we change our server machine, how can I re activate those plugins?
ibrahim eren
ParticipantI also tried with mail hostinger and didn’t get any e-mail, log says “Error sending mail to denemecidener@gmail.com: The operation has timed out.”
ibrahim eren
ParticipantWe have sms api, our service providers name is netgsm.
ibrahim eren
ParticipantThanks Mikhail.
May 27, 2024 at 6:39 am in reply to: I could not run it as a TCP/IP server without disabling the firewall #14537ibrahim eren
ParticipantIs there a way to load animations into the scheme e.g., a motor running animation that stops when the motor stops or pipe that fluid running in it ?
ibrahim eren
Participant——————————————————————————–
——————————————————————————–
2024-05-22 14:27:14 Start communication line [1] Modbus
2024-05-22 14:27:14 Connection listener on port 502 is started
Load device template from file DrvModbus_NewTemplate.xml2024-05-22 14:27:14 Unable to communicate with the device [1] Modbus device because connection is not established
2024-05-22 14:27:14 Unable to communicate with the device [3] JetRF2 because connection is not established
2024-05-22 14:27:54 Connection listener is stopped
2024-05-22 14:27:54 Communication line [1] Modbus is stopped
——————————————————————————–
——————————————————————————–
2024-05-22 14:28:09 Start communication line [1] Modbus
2024-05-22 14:28:09 Connection listener on port 502 is started
Load device template from file DrvModbus_NewTemplate.xml2024-05-22 14:28:09 Unable to communicate with the device [1] Modbus device because connection is not established
2024-05-22 14:28:09 Unable to communicate with the device [3] JetRF2 because connection is not established
ibrahim eren
Participant-
This reply was modified 1 year, 4 months ago by
ibrahim eren.
ibrahim eren
ParticipantHello Mikhail,
When I try using it as a TCP Client, it works. However, my field modems do not operate as TCP Servers, so it is essential for SCADA to function as a Server. It claims to be listening on the port, but when I check via a port checker, it is not actually listening.
Thank you.
ibrahim eren
ParticipantHello,
I am a new user of Rapid SCADA and would like to use your product. However, I have been unable to run Rapid SCADA as a TCP Server. We have 4G modems operating as TCP Clients at various field points, and behind these modems, we have Modbus RTU devices. I want to access these devices through Rapid SCADA and read their registers. Unfortunately, even though Rapid SCADA claims to be listening on port 502 as a TCP Server, it does not appear to be doing so. I need your assistance.
Thank you.
ibrahim eren -
This reply was modified 1 year, 4 months ago by
-
AuthorPosts