manjey73

Forum Replies Created

Viewing 15 posts - 286 through 300 (of 856 total)
  • Author
    Posts
  • in reply to: Send command #15006
    manjey73
    Participant

    What do you enter when the command window opens and it works as it should?

    in reply to: Send command #15004
    manjey73
    Participant

    Yes, it seems enough to specify the values in the output formula, but you have a value in hex format – 111e. You need to try, the output variable will also be double, you will probably need to convert it, for example, into a byte array, that is, use CmdData instead of Cmd

    in reply to: Send command #15002
    manjey73
    Participant

    @redass
    When using the mnemonic circuit, there is a “Send command immediately” mode, by default the command sends a value of 0, which can be changed by the output formula of the channel at your discretion.

    in reply to: Rest API integration #14993
    manjey73
    Participant

    I wrote examples when the scada script takes data from a file, for example. without creating a driver

    in reply to: Rest API integration #14992
    manjey73
    Participant

    or if the code is very simple, try using it in scada scripts

    in reply to: Rest API integration #14991
    manjey73
    Participant

    write a simple driver where your code, when going somewhere for the weather, will give you data as channel values.

    in reply to: Above value result zero #14974
    manjey73
    Participant

    Cnl != 255 ? (Cnl%256)/100 : doubleNaN

    2.55 isn’t that after dividing by 100?

    If the value from the device is 255, then you will receive --- well, or you still need to add status processing or perform it through status processing

    in reply to: Modbus to Rapid Scada to PLC #14968
    manjey73
    Participant

    PLCs are to only Read and not Write data back to the Modbus devices.

    Please translate, or draw a diagram of the interaction?

    Do you have 3 PLCs but you can’t transfer data from others into them, but they can take data from Scada? – then use Modbus Slave
    Do you have 3 PLCs and can you write Scada data in them? – then you need an Auto-Control Module

    in reply to: IEC61107 Protocol driver #14956
    manjey73
    Participant

    DrvIEC61107 v6.2.0.3

    Updated the driver for version 6.
    I threw the release on Git, so at least there is an understanding about the number of downloads.

    Creating templates is still done by hand, even though the graphic part from @JurasskPark is screwed on

    in reply to: Install RapidSCADA on new Server and Licensing #14878
    manjey73
    Participant

    The operating system has no effect on changing the keys. There are 3 conditions
    1. Do not change the computer name
    2. Do not change the Scada installation folder
    3. Do not change the OS, for example, Windows was standing, but put Linux

    in reply to: Bad Gateway / scadaweb6.service #14861
    manjey73
    Participant

    we need to look at who is causing the error and where? is this an nginx or scadaweb error

    in reply to: Bad Gateway / scadaweb6.service #14857
    manjey73
    Participant

    Install script

    I’m so lazy that I put curl if it’s not there and then I give the command to install dotnet with a script. It is available in the installation documentation on the Microsoft website. 🙂

    • This reply was modified 1 year, 3 months ago by manjey73.
    in reply to: Bad Gateway / scadaweb6.service #14831
    manjey73
    Participant

    For Scada and WEB to work, only runtime dotnet is needed.
    But there should be two of them. NETCore and ASP NETCore

    in reply to: Bad Gateway / scadaweb6.service #14829
    manjey73
    Participant

    .NET runtimes installed:
    Microsoft.NETCore.App 8.0.5 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]

    You have lost one NET component or not installed

    Where Microsoft.AspNetCore.App ????

    • This reply was modified 1 year, 3 months ago by manjey73.
    in reply to: Beckhoff TwinCAT 2 Driver (RS v6) #14822
    manjey73
    Participant

    There is probably no need to run TwinCAT System Manager for the driver to work. It is needed in order to find a virtual controller and write a program to it. At least I have closed all applications related to TwinCAT and deleted the services associated with it through the manager. Scada continues to poll the virtual controller properly.

Viewing 15 posts - 286 through 300 (of 856 total)