Forum Replies Created
-
AuthorPosts
-
April 19, 2021 at 7:00 am in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8782
manjey73Participant
on the remote server, I gave the entire scada folder to the system user with ID=1000, that is, this is the user that you create in the system, for example, for Raspberry Pi, this is the pi user. I also added this user to the www-data group just in case.
-
This reply was modified 5 years ago by
manjey73.
April 18, 2021 at 8:15 pm in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8778
manjey73ParticipantProbably the folders above the level do not have the appropriate rights, and it does not even reach the final Config folder. Just doesn’t let it go any higher.
April 18, 2021 at 6:48 pm in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8777
manjey73ParticipantShow access rights to all folders, starting with /opt ?
April 18, 2021 at 6:29 pm in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8776
manjey73ParticipantVery strange. when the server is restarted, the command is executed from the root user in theory. Perhaps the web user does not have enough rights, but it is already necessary to see what is there with apache2 in the settings. We need to think about it…
April 18, 2021 at 8:39 am in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8774
manjey73ParticipantChange the path depending on where you installed Scada. If installed by default, the path should be
/opt/scada/ScadaWeb/Config
manjey73ParticipantAre you going to configure directly on Linux in a graphical environment? This is not the best solution, because due to problems with Mono, not everything is displayed correctly. It is better to configure a Windows PC and send the information to the server. And so you can run it via
mono scadaadminOr what is the correct name of the Administrator file
manjey73ParticipantThe manual for the Micrologix1400 is no different from adding any other device. The only thing that is not described, since this is implied by itself, you need to copy the dlls to the desired folders and register the corresponding dll for the device in the Scada settings by analogy. See where in the directory the dll for Modbus and other drivers are registered.
If anything, write me an email and I will help you with setting up a template for your PLC configuration
April 17, 2021 at 8:07 pm in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8770
manjey73ParticipantIf 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? #8762
manjey73Participantsudo chmod -R ugo+rw /opt/scada/ScadaWeb/configThis 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? #8755
manjey73ParticipantDid 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? #8741
manjey73ParticipantI 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/configand 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? #8738
manjey73ParticipantUse the online translator or search for topics on zram on other resources.
Try this recipe to save the configuration
-
This reply was modified 5 years ago by
manjey73.
April 14, 2021 at 8:41 am in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8736
manjey73ParticipantOn 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 #8601
manjey73ParticipantThe 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.
manjey73ParticipantNew Channel, use formula
Val(Channel_machine_1)+Val(Channel_machine_2)+Val(Channel_machine_3) -
This reply was modified 5 years ago by
-
AuthorPosts
