Forum Replies Created
-
AuthorPosts
-
manjey73ParticipantYou can see an example of calling C or C++ functions in the C# code for the 5th version of RapidScada in the driver sources for using GPIO on Raspberry Pi
https://github.com/Manjey73/OpnenKPs/tree/master/KpRpi3
Well, use by analogy
manjey73ParticipantYou need to build this library with the ability to export functions, then it is possible to use functions in C code#
manjey73ParticipantTested on Kentatsu
Outdoor unit – KSUNA70HZAH1
Indoor unit – KSVA70HZAN1
manjey73ParticipantET = Ticks() - TpST[res];probably the forum engine replaced the minus with a dashCheck this line and the position in the file is referenced by an error
manjey73ParticipantThere should also be a Tiсks formula in the reference book, which all Timers refer to.
Also, the engine of this forum may spoil some characters when copying. See in the Server log which line in the EngineCS file the error refers to.
-
This reply was modified 3 years, 6 months ago by
manjey73.
manjey73ParticipantDictionaries – See there – Event types
-
This reply was modified 3 years, 6 months ago by
manjey73.
manjey73ParticipantAt the moment I do not have the 5th version installed, perhaps it is called differently there. For example Additional tables
manjey73ParticipantConfiguration – Secondary Tables – Statuses
September 21, 2022 at 2:02 pm in reply to: How to show current date and time on scheme or dashboard #10865
manjey73ParticipantDateTime.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, 7 months ago by
manjey73.
manjey73Participantnetstat -ntulpWill 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
manjey73ParticipantChartPro 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.
manjey73ParticipantYou will have to choose whether to look for solutions for CentOS or take the easier path. But there are always solutions.
manjey73Participantapt installThese 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? 🙂
manjey73ParticipantThe ChartPro plugin allows you to export to Excel
manjey73ParticipantYou 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.
-
This reply was modified 3 years, 6 months ago by
-
AuthorPosts