Mikhail

Forum Replies Created

Viewing 15 posts - 3,691 through 3,705 (of 6,218 total)
  • Author
    Posts
  • in reply to: can not uploading in raspberry Pi4 #6791
    Mikhail
    Moderator

    Hello,

    You should grant the writing writes to the Projects directory for your user. For example, you can set the owner of the directory.

    The Administrator application has some restrictions on Linux. I suggest creating projects on Windows and then upload them to a Linux machine.

    in reply to: Send command button – change register bit #6787
    Mikhail
    Moderator

    Hi,

    Set a formula for the output channel.
    Something like this (not tested):
    (ushort)Val(101) | ((Cmd > 0 ? 1 : 0) << 2)
    There the input channel #101 stores the current value of the register.

    in reply to: Conecting to Beckhoff BC9100 PLC’s #6783
    Mikhail
    Moderator

    Hi,

    1. I suppose, encode time to Unix time. This is a 32 bit integer.
    2. Yes. Create new calculated channels and use GetBit function
    3. The web manual and this forum.

    The above are the general ideas. We can discuss them in details.

    in reply to: Command is canceled #6782
    Mikhail
    Moderator

    Definitely. That’s what I mean asking about used modules.

    in reply to: Command is canceled #6779
    Mikhail
    Moderator

    Thank you for the screenshots.
    Do you use any modules with SCADA-Server?
    This issue may be caused by DB Export module.

    in reply to: Command is canceled #6777
    Mikhail
    Moderator

    Please create the screenshots of the settings and provide logs.

    in reply to: Installation error on Windows Server 2016 #6772
    Mikhail
    Moderator

    You should find something related to WCF and HTTP activation.
    I have no Windows Server to try it by myself.
    See this.

    • This reply was modified 5 years, 11 months ago by Mikhail.
    in reply to: Installation error on Windows Server 2016 #6770
    Mikhail
    Moderator

    I mean something like that.

    in reply to: Change server default port 80 #6768
    Mikhail
    Moderator

    Hi,
    Thank you for the solution.

    in reply to: Installation error on Windows Server 2016 #6767
    Mikhail
    Moderator

    Access error: check user rights on the C:\SCADA folder.
    Web error: some Windows features were not installed. If you make screenshots of Windows features (server roles), I will try to remember which to enable.

    in reply to: Installation error on Windows Server 2016 #6762
    Mikhail
    Moderator

    Hi,

    Did you restart the server to run the Agent service?
    You can check the logs in C:\SCADA\ScadaAgent\Log

    in reply to: Declaring Commands #6758
    Mikhail
    Moderator

    To send a command you need only an output channel.
    You should create an input channel to get a measurement to it.

    However, for a relay it’s useful to create both, input and output channels. Input channel to get a relay state. And output channel to change it.

    in reply to: User Definded Event Type #6754
    Mikhail
    Moderator

    Oh, the maximum status is 255. Change your status IDs.

    in reply to: User Definded Event Type #6750
    Mikhail
    Moderator

    In my culture settings 1,003 means 1.003 )) OK

    I created an example based on the HelloWorld project. I added led and set the following properties
    https://imgur.com/a/9jXzu2n

    Using the Generator window in Administrator, I can change the led color by setting data, for example
    Channel = 105
    Value = 1
    Status = 14

    in reply to: dynamic tooltip and multiline tooltip #6744
    Mikhail
    Moderator

    Interesting idea. I added it to our back log.

    Currently, the Link component allows to open a popup window on element click which contains a small scheme.

Viewing 15 posts - 3,691 through 3,705 (of 6,218 total)