manjey73

Forum Replies Created

Viewing 15 posts - 421 through 435 (of 856 total)
  • Author
    Posts
  • in reply to: Channel Number, Channel Value, Channel Status #10910
    manjey73
    Participant

    Configuration – Secondary Tables – Statuses

    in reply to: How to show current date and time on scheme or dashboard #10865
    manjey73
    Participant

    DateTime.Now.ToOADate() or DateTime.UtcNow.ToOADate()

    Date, DateTime or Time channel format

    The channel formula is no different from version 5 in this case, supported as in .Net Framework and in NET6

    • This reply was modified 3 years ago by manjey73.
    in reply to: Server Unavailable on Raspberry PI Raspbian #10761
    manjey73
    Participant

    netstat -ntulp

    Will show all ports that are in use and open. The latest version of raspbian may not have a package with this utility.

    On Linux, port 10000 may be occupied by Webmin if you installed it. This is its default port

    in reply to: Report for Modbus register #10753
    manjey73
    Participant

    ChartPro allows you to open charts of several channels simultaneously with a monthly period.

    Just try this plugin before buying, it will suit you or not, and then decide.

    in reply to: Help to install Rapid SCADA on Linux Cent OS 7 #10751
    manjey73
    Participant

    For CentOs

    You will have to choose whether to look for solutions for CentOS or take the easier path. But there are always solutions.

    in reply to: Help to install Rapid SCADA on Linux Cent OS 7 #10750
    manjey73
    Participant

    apt install These are the commands of Debian, and distributions based on it

    If you are new to Linux , then why did you grab CentOS ? The illusion of freedom? 🙂

    in reply to: Report for Modbus register #10745
    manjey73
    Participant

    The ChartPro plugin allows you to export to Excel

    in reply to: Help to install Rapid SCADA on Linux Cent OS 7 #10744
    manjey73
    Participant

    You probably need to redo the startup scripts, since they are written for Debian-like systems. Otherwise, there probably shouldn’t be any problems, since the entire system can be simply copied.

    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 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 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>
    
Viewing 15 posts - 421 through 435 (of 856 total)