manjey73

Forum Replies Created

Viewing 15 posts - 496 through 510 (of 923 total)
  • Author
    Posts
  • in reply to: XYE driver for air conditioning #10740
    manjey73
    Participant

    https://codeberg.org/xye/xye That’s all I could find

    it states “Tested with an old Midea CCM/01E and a Mundo Clima MUCSR-12-H8”
    And also (e.g. FrigoLine, Mundo Clima, Daikin, …).

    Basically these are VRV systems. Perhaps Dantex

    Unfortunately, there are no native air conditioners for testing. Only the AF-X converter to connect to Daichi.

    in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10733
    manjey73
    Participant

    PlgChartPro30Min.xml do not pay attention to this file, it is an additional file for displaying my special channels.

    Check the status of IIS at each step, perhaps it also turns off and gives an error when trying to start. It is also possible that some dll files are blocked by the system.

    in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10731
    manjey73
    Participant

    ScadaWebConfig.xml

    Accordingly, this file, which requires adding PlgChartPro, is also located in the project directory, which you will transfer to the server for execution

    in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10730
    manjey73
    Participant

    c:\Program Files\SCADA\Projects\HelloWorld\Instances\Default\ScadaWeb\config\

    PlgChartPro.xml
    PlgChartPro_Config.xml
    PlgChartPro_Reg.xml
    PlgChartPro30Min.xml
    ScadaWebConfig.xml

    To the project directory, in this case HelloWord

    in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10727
    manjey73
    Participant

    The updates that Mikhail posted I did not use

    On both PCs I have Windows10 Pro

    • This reply was modified 3 years, 7 months ago by manjey73.
    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, 7 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, 7 months ago by manjey73.
    • This reply was modified 3 years, 7 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

Viewing 15 posts - 496 through 510 (of 923 total)