Forum Replies Created
-
AuthorPosts
-
manjey73
ParticipantThe 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 ? #11703manjey73
Participant7. After restart, open http://localhost or http://SERVER_IP in a web browser
Username: admin
Password: scadamanjey73
ParticipantDriver for RapidScada version 6
manjey73
ParticipantIt 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?
manjey73
ParticipantIn version 6 of RapidScada there are no restrictions on the number of channels. You can also connect more devices than 65535
manjey73
ParticipantCopy 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
manjey73
ParticipantPerhaps 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.
manjey73
ParticipantThe key there is this
[DllImport(“libwiringPi.so”, EntryPoint = “wiringPiSetup”)]
public static extern int Setup();and so on
manjey73
ParticipantYou 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
manjey73
ParticipantYou need to build this library with the ability to export functions, then it is possible to use functions in C code#
manjey73
ParticipantTested on Kentatsu
Outdoor unit – KSUNA70HZAH1
Indoor unit – KSVA70HZAN1manjey73
ParticipantET = 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
manjey73
ParticipantThere 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 2 years, 11 months ago by
manjey73.
manjey73
ParticipantDictionaries – See there – Event types
-
This reply was modified 3 years ago by
manjey73.
manjey73
ParticipantAt the moment I do not have the 5th version installed, perhaps it is called differently there. For example Additional tables
-
This reply was modified 2 years, 11 months ago by
-
AuthorPosts