Forum Replies Created
-
AuthorPosts
-
manjey73ParticipantThe command is sent immediately, there is a checkbox in the survey settings for polling immediately after the command
November 30, 2022 at 11:53 am in reply to: What is the default Admin Password in version 6 RC1 ? #11703
manjey73Participant7. After restart, open http://localhost or http://SERVER_IP in a web browser
Username: admin
Password: scada
manjey73ParticipantDriver for RapidScada version 6
manjey73ParticipantIt is impossible without the module in automatic mode without the participation of the operator. The module is designed for this
On the second question, it is not entirely clear what is being reset?
manjey73ParticipantIn version 6 of RapidScada there are no restrictions on the number of channels. You can also connect more devices than 65535
manjey73ParticipantCopy this file to the project folder and then transfer the configuration to the server… In the beginning, it was necessary to download the WEB configuration immediately after installing the plugin
manjey73ParticipantPerhaps it will help you how it is implemented for another PLC in C code.
https://github.com/libplctag/libplctag
There is an export of functions in the source code and they are used differently in builds for Linux and Windows libraries. If it helps for understanding.
manjey73ParticipantThe key there is this
[DllImport(“libwiringPi.so”, EntryPoint = “wiringPiSetup”)]
public static extern int Setup();and so on
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, 1 month ago by
manjey73.
manjey73ParticipantDictionaries – See there – Event types
-
This reply was modified 3 years, 2 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
-
This reply was modified 3 years, 1 month ago by
-
AuthorPosts