manjey73

Forum Replies Created

Viewing 15 posts - 466 through 480 (of 888 total)
  • Author
    Posts
  • in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10725
    manjey73
    Participant

    1 copied ChartPro files
    2. Changed the settings of the Web configuration file
    3. Copied an additional file PlgChartPro.xml to the project
    4. Restarted the web server

    As I wrote above, for some reason IIS stopped on another PC without being able to start, it gave out some kind of error. It was possible to restart IIS only by restarting the PC

    When the channel is opened, a window with the computer code is displayed. The PlgChartPro_Reg.xml file has been added to the WEB configuration with text

    <?xml version="1.0" encoding="utf-8"?>
    <RegKey>E64F388520387F58-5F18CB2B21700C96-AB0C4C682DD483E8</RegKey>

    where is the RegKey between the key you received on your PC

    • This reply was modified 3 years, 4 months ago by manjey73.
    in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10724
    manjey73
    Participant
    <Plugins>
        <Plugin code="PlgChart" />
        <Plugin code="PlgChartPro" />
        <Plugin code="PlgMain" />
        <Plugin code="PlgScheme" />
        <Plugin code="PlgSchBasicComp" />
      </Plugins>
      <PluginAssignment>
        <ChartFeature>PlgChartPro</ChartFeature>
        <CommandFeature>PlgMain</CommandFeature>
        <EventAckFeature>PlgMain</EventAckFeature>
        <UserManagementFeature></UserManagementFeature>
        <NotificationFeature></NotificationFeature>
      </PluginAssignment>
    
    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, 4 months ago by manjey73.
    • This reply was modified 3 years, 4 months 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, 5 months 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.

Viewing 15 posts - 466 through 480 (of 888 total)