Forum Replies Created
-
AuthorPosts
-
manjey73
ParticipantDid you install Mono from where? Perhaps there is an old version in the ubuntu repository and there are errors on this?
manjey73
ParticipantConfiguration Database-Directories-Event types
Add your event and specify your color, or use the ones that are there
In the input channel 177, use a formula like this
Val();Val()>0? SetStat(177,116):SetStat(177,117)
In this way, you change the channel status number to your own, to which the colors are linked.
manjey73
Participantswapnilkumbhar – aburakhin@bk.ru
My English is bad, I use an online translator 🙂
manjey73
ParticipantWhat 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
manjey73
ParticipantOpen the project, open the input channels. File-Export the table, select CSV and perform the export
manjey73
ParticipantThis 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.
manjey73
ParticipantThe 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? #8784manjey73
ParticipantChange 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/scada
April 19, 2021 at 7:00 am in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8782manjey73
Participanton 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 4 years, 5 months ago by
manjey73.
April 18, 2021 at 8:15 pm in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8778manjey73
ParticipantProbably 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? #8777manjey73
ParticipantShow 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? #8776manjey73
ParticipantVery 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? #8774manjey73
ParticipantChange the path depending on where you installed Scada. If installed by default, the path should be
/opt/scada/ScadaWeb/Config
manjey73
ParticipantAre 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 scadaadmin
Or what is the correct name of the Administrator file
manjey73
ParticipantThe 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
-
This reply was modified 4 years, 5 months ago by
-
AuthorPosts