Forum Replies Created
-
AuthorPosts
-
manjey73
ParticipantConfiguration – Secondary Tables – Statuses
September 21, 2022 at 2:02 pm in reply to: How to show current date and time on scheme or dashboard #10865manjey73
ParticipantDateTime.Now.ToOADate()
orDateTime.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.
manjey73
Participantnetstat -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
manjey73
ParticipantChartPro 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.
manjey73
ParticipantYou will have to choose whether to look for solutions for CentOS or take the easier path. But there are always solutions.
manjey73
Participantapt install
These are the commands of Debian, and distributions based on itIf you are new to Linux , then why did you grab CentOS ? The illusion of freedom? 🙂
manjey73
ParticipantThe ChartPro plugin allows you to export to Excel
manjey73
ParticipantYou 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.
manjey73
Participanthttps://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 #10733manjey73
ParticipantPlgChartPro30Min.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 #10731manjey73
ParticipantScadaWebConfig.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 #10730manjey73
Participantc:\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 #10727manjey73
ParticipantThe updates that Mikhail posted I did not use
On both PCs I have Windows10 Pro
-
This reply was modified 3 years 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 #10725manjey73
Participant1 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 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 #10724manjey73
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>
-
This reply was modified 3 years ago by
-
AuthorPosts