Forum Replies Created
-
AuthorPosts
-
April 17, 2021 at 8:07 pm in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8770
manjey73
ParticipantIf installed on the same paths, the keys will be valid
It is not clear why you do not change your rights forcibly. Yes, there is such an error with the rights, but after adding the chmod command to the server startup file, I no longer had any problems with this error.
Why this does not help you is not at all clearApril 15, 2021 at 12:01 pm in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8762manjey73
Participantsudo chmod -R ugo+rw /opt/scada/ScadaWeb/config
This command was used because you used sudo. After this command, open WEB Scada and try to change the configuration.
April 15, 2021 at 8:02 am in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8755manjey73
ParticipantDid you connect to the Raspberry Pi4 via SSH, enter the specified command and it didn’t work? I have this command written in the server startup file and it is executed every time the server is restarted, since without it, access is also blocked after the first application.
April 14, 2021 at 1:07 pm in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8741manjey73
ParticipantI can’t say, in theory, everything is related to the rights to the configuration file, after it is changed by the root user, the rights belong only to him. You can connect via SSH and give the command
chmod -R ugo+rw /opt/scada/ScadaWeb/config
and then try to save the WEB configuration ?
April 14, 2021 at 9:56 am in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8738manjey73
ParticipantUse the online translator or search for topics on zram on other resources.
Try this recipe to save the configuration
-
This reply was modified 4 years, 5 months ago by
manjey73.
April 14, 2021 at 8:41 am in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8736manjey73
ParticipantOn the same PC, the keys will work. Yes, just delete everything from the /opt/scada folder and that’s it. Strange, I have Chart Pro working without any complaints. Only my Raspberry Pi3 is too weak for this, 1GB is not enough for good work, you need to change the swap file system to another one.
March 30, 2021 at 6:26 am in reply to: RSAdmin: TreeView OutputChannel only show InputChannel Nodes #8601manjey73
ParticipantThe output channel number does not have to be the same as the input channel number. In the input channel, you make a binding, which output channel is associated with it.
manjey73
ParticipantNew Channel, use formula
Val(Channel_machine_1)+Val(Channel_machine_2)+Val(Channel_machine_3)manjey73
ParticipantWhere does the momentum come from? from the PLC ? it can appear in the period between the PLC requests – then the PLC program requires a delay of this pulse for the network variable. Or did you mean something else ?
manjey73
ParticipantSince the xml file is used to save the dat file data and transfer copies, the system itself works with the dat file
manjey73
ParticipantDo you need a key for the driver or do you do without it ? 🙂
manjey73
ParticipantI can’t check it, because I don’t have a PLC on my hands. I downloaded version 2.3.4 And renamed it libplctag.so.2.3.4 v libplctag.so and put on the path /usr/lib I do not know how true this is for working on Linux. Version 2.3.5 has already appeared on the developer’s website
https://github.com/libplctag/libplctag/releases
The library calls exactly libplctag.so Please write, will it work or not ? And if anything, write to the mail with the computer code, so that I can make a key.
manjey73
ParticipantFor Linux, I will need to rebuild the library KpLibPlcTag.dll I’ll try it this weekend.
If possible, I’ll post a link to the Raspberry version here-
This reply was modified 4 years, 7 months ago by
manjey73.
manjey73
Participantlibplctag.so this library should be located either in the /lib folder and probably should be registered in the system (I don’t remember the nuances now) But that’s not all, in my library there should be a call to the libraries of Linux versions, the build should be under Linux
manjey73
ParticipantMy Raspberry uses a BCM2835 processor which is an ARMv7 Processor rev 4 (v71) I used the
cat /proc/cpuinfo
command -
This reply was modified 4 years, 5 months ago by
-
AuthorPosts