ibrahim eren

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: TCP/IP Problem #14702
    ibrahim eren
    Participant

    Can 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.

    in reply to: HTTP driver #14643
    ibrahim eren
    Participant

    My providers requirements here https://www.netgsm.com.tr/dokuman#xml-post-sms-g%C3%B6nderme I have no idea how to integrate it.

    in reply to: HTTP driver #14634
    ibrahim eren
    Participant

    And also my SMS API provider said they not support json frame for sending sms, they support soap and xml

    in reply to: Payment for server #14633
    ibrahim eren
    Participant

    Thanks Mikhail.

    in reply to: Turkish language #14632
    ibrahim eren
    Participant

    Thanks Mikhail.

    in reply to: HTTP driver #14631
    ibrahim eren
    Participant

    Can 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;

    in reply to: Payment for server #14620
    ibrahim eren
    Participant

    Hello, 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?

    in reply to: E mail #14618
    ibrahim eren
    Participant

    I 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.”

    in reply to: SMS #14611
    ibrahim eren
    Participant

    We have sms api, our service providers name is netgsm.

    in reply to: Comparing two values with using formula #14560
    ibrahim eren
    Participant

    Thanks Mikhail.

    ibrahim eren
    Participant

    Is 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 ?

    in reply to: Modbus TCP Server #14525
    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.xml

    2024-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.xml

    2024-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

    in reply to: Modbus TCP Server #14523
    ibrahim eren
    Participant

      log

    • This reply was modified 1 year, 4 months ago by ibrahim eren.
    in reply to: Modbus TCP Server #14522
    ibrahim eren
    Participant

    Hello 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.log

    in reply to: Modbus TCP Server #14518
    ibrahim eren
    Participant

    Hello,

    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

Viewing 15 posts - 1 through 15 (of 15 total)