manjey73

Forum Replies Created

Viewing 15 posts - 436 through 450 (of 888 total)
  • Author
    Posts
  • in reply to: V6 Video Support #11845
    manjey73
    Participant

    Yes, the Address was replaced with a Numbered Address, the Callsign was replaced with a String Address

    Many things are clear simply because they are not in the same positions as the 5th version.

    in reply to: What is the default Password in version 6 #11799
    manjey73
    Participant

    scada

    So far, it can only be generated in Visual Studio like. Using the scada core code. Promised to add to the functionality in the near future

    • This reply was modified 3 years, 1 month ago by manjey73.
    in reply to: Send command #11718
    manjey73
    Participant

    The command is sent immediately, there is a checkbox in the survey settings for polling immediately after the command

    in reply to: What is the default Admin Password in version 6 RC1 ? #11703
    manjey73
    Participant

    7. After restart, open http://localhost or http://SERVER_IP in a web browser
    Username: admin
    Password: scada

    in reply to: Danfoss ECL 200/300 driver #11700
    manjey73
    Participant

    Source Code

    Driver for RapidScada version 6

    in reply to: Channels Communication and Reset #11636
    manjey73
    Participant

    It is impossible without the module in automatic mode without the participation of the operator. The module is designed for this

    On the second question, it is not entirely clear what is being reset?

    in reply to: Maximum number of Modbus devices #11530
    manjey73
    Participant

    In version 6 of RapidScada there are no restrictions on the number of channels. You can also connect more devices than 65535

    in reply to: Error message xml not found #11463
    manjey73
    Participant

    Copy this file to the project folder and then transfer the configuration to the server… In the beginning, it was necessary to download the WEB configuration immediately after installing the plugin

    in reply to: Omron Fins Driver (Ethernet) #11381
    manjey73
    Participant

    Perhaps it will help you how it is implemented for another PLC in C code.

    https://github.com/libplctag/libplctag

    There is an export of functions in the source code and they are used differently in builds for Linux and Windows libraries. If it helps for understanding.

    in reply to: Omron Fins Driver (Ethernet) #11379
    manjey73
    Participant

    The key there is this

    [DllImport(“libwiringPi.so”, EntryPoint = “wiringPiSetup”)]
    public static extern int Setup();

    and so on

    in reply to: Omron Fins Driver (Ethernet) #11378
    manjey73
    Participant

    You can see an example of calling C or C++ functions in the C# code for the 5th version of RapidScada in the driver sources for using GPIO on Raspberry Pi

    https://github.com/Manjey73/OpnenKPs/tree/master/KpRpi3

    Well, use by analogy

    in reply to: Omron Fins Driver (Ethernet) #11377
    manjey73
    Participant

    You need to build this library with the ability to export functions, then it is possible to use functions in C code#

    in reply to: XYE driver for air conditioning #11312
    manjey73
    Participant

    Tested on Kentatsu
    Outdoor unit – KSUNA70HZAH1
    Indoor unit – KSVA70HZAN1

    in reply to: Time Off Timer #11291
    manjey73
    Participant

    ET = Ticks() - TpST[res]; probably the forum engine replaced the minus with a dash

    Check this line and the position in the file is referenced by an error

    in reply to: Time Off Timer #11286
    manjey73
    Participant

    There should also be a Tiсks formula in the reference book, which all Timers refer to.

    Also, the engine of this forum may spoil some characters when copying. See in the Server log which line in the EngineCS file the error refers to.

    • This reply was modified 3 years, 3 months ago by manjey73.
Viewing 15 posts - 436 through 450 (of 888 total)