Forum Replies Created
-
AuthorPosts
-
manjey73Participanthttps://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.
September 13, 2022 at 7:41 am in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10733
manjey73ParticipantPlgChartPro30Min.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.
September 13, 2022 at 7:13 am in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10731
manjey73ParticipantScadaWebConfig.xml
Accordingly, this file, which requires adding PlgChartPro, is also located in the project directory, which you will transfer to the server for execution
September 13, 2022 at 7:12 am in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10730
manjey73Participantc:\Program Files\SCADA\Projects\HelloWorld\Instances\Default\ScadaWeb\config\
PlgChartPro.xml
PlgChartPro_Config.xml
PlgChartPro_Reg.xml
PlgChartPro30Min.xml
ScadaWebConfig.xmlTo the project directory, in this case HelloWord
September 13, 2022 at 6:53 am in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10727
manjey73ParticipantThe 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.
September 13, 2022 at 6:51 am in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10725
manjey73Participant1 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 serverAs 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.
September 13, 2022 at 6:45 am in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10724
manjey73Participant<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>September 12, 2022 at 9:03 pm in reply to: How to add Chartpro plugin and use it in Rapid Scada version 6 #10720
manjey73ParticipantIt’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.
manjey73ParticipantPerhaps you are not changing Linux-specific paths to /opt/scada instead C:\SCADA
manjey73ParticipantCheck 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
---
manjey73ParticipantStandard is a number in double format sent by the server to the device.
Binary is a string or array of HEX bytes.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.
manjey73ParticipantYou 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.
manjey73ParticipantThese 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
manjey73ParticipantThere 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…
manjey73Participantuse formula in input channel
DateTime.Now.ToOADate()and choose the channel format Date or DateTime -
This reply was modified 3 years, 7 months ago by
-
AuthorPosts