manjey73

Forum Replies Created

Viewing 15 posts - 631 through 645 (of 923 total)
  • Author
    Posts
  • in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8782
    manjey73
    Participant

    user_1000_0755

    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.
    in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8778
    manjey73
    Participant

    Probably 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.

    in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8777
    manjey73
    Participant

    Show access rights to all folders, starting with /opt ?

    in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8776
    manjey73
    Participant

    Very 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…

    in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8774
    manjey73
    Participant

    Change the path depending on where you installed Scada. If installed by default, the path should be
    /opt/scada/ScadaWeb/Config

    in reply to: Step by Step Guide for new project in Ubuntu #8772
    manjey73
    Participant

    Are 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

    in reply to: Step by Step Guide for new project in Ubuntu #8771
    manjey73
    Participant

    The 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

    in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8770
    manjey73
    Participant

    If 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 clear

    in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8762
    manjey73
    Participant

    sudo 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.

    in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8755
    manjey73
    Participant

    Did 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.

    in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8741
    manjey73
    Participant

    I 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 ?

    • This reply was modified 5 years ago by manjey73.
    • This reply was modified 5 years ago by manjey73.
    in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8738
    manjey73
    Participant

    Raspberry Pi3 zram

    Use 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.
    in reply to: How to uninstall a rapid scada software in Raspberry Pi? #8736
    manjey73
    Participant

    On 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.

    manjey73
    Participant

    The 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.

    in reply to: Calc value from multiple device #8576
    manjey73
    Participant

    New Channel, use formula
    Val(Channel_machine_1)+Val(Channel_machine_2)+Val(Channel_machine_3)

Viewing 15 posts - 631 through 645 (of 923 total)