Forum Replies Created
-
AuthorPosts
-
manjey73Participantswapnilkumbhar – aburakhin@bk.ru
My English is bad, I use an online translator 🙂
manjey73ParticipantWhat do developers in India mean? you can install and configure Scada remotely, only a person who will connect the wires and an IT specialist are needed on site
manjey73ParticipantOpen the project, open the input channels. File-Export the table, select CSV and perform the export
manjey73Participant
This mechanism does not work in Linux. I haven’t checked what doesn’t work yet. Raspberry is too slow a PC to configure scada directly on it, it is easier to run a project on your Windows PC and upload it to a remote server.
manjey73ParticipantThe interface works, but there are some problems with the display and for the Linux version these mechanisms are disabled. For example, in the settings there are no drop-down menus with a selection of preset values, you must enter numbers. You can make a cheat sheet for all parameters and look at it when setting up, but this is very inconvenient. We expect version 6, where it will probably already work in the GUI on Linux without these inconveniences. All applications running under Mono run as written above, in theory, you can make symbolic links to run.
April 19, 2021 at 7:05 am in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8784
manjey73ParticipantChange the owner for all folders and files in the folder.
sudo chown -R user:group /path/to/dir/Where user is the new owner and group is the user group. -R indicates that the rights must be changed recursively.
Example for Raspberry and install in /opt
sudo chown -R pi:pi /opt/scadaApril 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, 4 months 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.
-
This reply was modified 5 years, 4 months ago by
-
AuthorPosts

