manjey73

Forum Replies Created

Viewing 15 posts - 436 through 450 (of 856 total)
  • Author
    Posts
  • in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10720
    manjey73
    Participant

    It’s strange, the plugin works for me, although when installing it and changing the configuration files, I had to restart the PC because IIS stopped and did not start.

    in reply to: Server Unavailable on Raspberry PI Raspbian #10702
    manjey73
    Participant

    Perhaps you are not changing Linux-specific paths to /opt/scada instead C:\SCADA

    in reply to: Modbus Device via Scheme Editor #10651
    manjey73
    Participant

    Check if your Server is starting from the log or if it reports a formula error and its operation is impossible. Perhaps you made a mistake in writing the formula or divide the value by 0, so you have displayed ---

    in reply to: Input and Output channels Question #10650
    manjey73
    Participant

    Standard is a number in double format sent by the server to the device.
    Binary is a string or array of HEX bytes.

    Documentation on English

    There is also a section on using formulas

    The output channel number is indicated in the input channel table and they can be different. The output channel 1100 can be connected to the input channel 101. The signal number is configured in the template, in this case in the template of the Modbus device and they can also be different. For the input channel, according to the template, reading the 30100 register can have a signal number of 5, and the command to write to the same register can have a signal number of 1. As you configure the template, such signal numbers will be obtained and it is them that you use to bind in the channel database.

    in reply to: Commands (Output channel) #10643
    manjey73
    Participant

    You can create and link only the output channel to the table. in version 5, there are no restrictions on the correspondence of input channels with output channels, a link to which output channel you specify in the input will be the same. Also, in the table of views, you can specify only output channels.

    in reply to: Command Values and Write Event #10641
    manjey73
    Participant

    These are enumerations, you can create your own.For example, Off;On; Auto and then use in the transmission of commands with buttons. There will be keys with corresponding labels in the command window. As well as the display in the channel if you select the channel format Enumeration

    • This reply was modified 3 years, 1 month ago by manjey73.
    • This reply was modified 3 years, 1 month ago by manjey73.
    in reply to: Toggle and LED #10640
    manjey73
    Participant

    There it is necessary to apply a kind of formula to change the color of the switch, Now there is no computer at hand from which I can look but I do not remember the memory…

    in reply to: Show time at Webstation #10639
    manjey73
    Participant

    use formula in input channel DateTime.Now.ToOADate() and choose the channel format Date or DateTime

    in reply to: Coll (0x) – under command #10633
    manjey73
    Participant

    only for registers 0x, the register designation itself is 40001 – Holding Register and 30001 – Input Register. Look at the Modbus documentation and many questions will disappear.

    in reply to: Donation #10623
    manjey73
    Participant

    If you will use RapidScada on some device, purchase several commercial modules for it.
    Masthave Graphics Pro and Automatic Control Module for example

    in reply to: TCP Client Modbus RTU #10607
    manjey73
    Participant

    TCP Server or Client depends on who initiates the connection. For example, a Moxa server, and a Scada Client is a Scada initiator of connecting to Moxa with a real IP address in an open network or in a VPN network. If the Scada Server is a Moxa Client, then the initiator of the connection is Moxa and it accesses the Scada server at the real IP address.
    Master/Slave everything is as usual in the Modbus protocol, for example. Scada can be in slave mode if you use the ModbusSlave driver.
    Individually or in Shared, this is a way to specify an IP address, it is either taken from the specified settings or from the base of the device – the Call Sign

    • This reply was modified 3 years, 1 month ago by manjey73.
    in reply to: Device channels not reconized in v6 #10603
    manjey73
    Participant

    You will probably also need to specify the connection with the server in the Communicator

    in reply to: Device channels not reconized in v6 #10602
    manjey73
    Participant

    After changing the settings and adding the Code, you need to transfer the configuration to the Server. Otherwise, how will the Server know that you have added the Code and the tag wizard will know about it? There is no Tag code on your picture, respectively, there is no information for the Channel Creation Wizard what to add.

    in reply to: Device channels not reconized in v6 #10600
    manjey73
    Participant

    You must have a communication line set up in the Communicator to be able to use the Channel Creation wizard. In the window, you select a line, a device, and you should be shown how many channels will be created. After that, you transfer the configuration to the server and restart it.

    in reply to: Plug in charge #10574
    manjey73
    Participant

    License keys are linked to a PC, so there is no need to purchase them on the PC where you are developing the project, and to purchase them only on the desktop PC where the project will work. Test keys are created until the end of the next day and you can use it if you need to test on different PCs.

Viewing 15 posts - 436 through 450 (of 856 total)