manjey73

Forum Replies Created

Viewing 15 posts - 331 through 345 (of 856 total)
  • Author
    Posts
  • in reply to: web station bug #13944
    manjey73
    Participant

    I kind of showed something like this, scrollbars appear when switching, although in principle they should not.

    in reply to: Rapid SCADA IoT #13884
    manjey73
    Participant

    You need a real IP address to connect to your RapidScada via the Internet. Alternatively, use the available VPN servers and your PC with Rapid Scada to make one VPN client, and make your smartphone a second VPN client and configure the interaction between the two clients.

    in reply to: Ubuntu instalation issue #13757
    manjey73
    Participant

    check command

    dotnet --info

    What does it say in this part?

    .NET runtimes installed:
      Microsoft.AspNetCore.App 6.0.20 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
      Microsoft.NETCore.App 6.0.20 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
    in reply to: Creating Relevant Animations #13643
    manjey73
    Participant

    Can use animated PNG in dynamic pictures ?

    in reply to: Delay before creating an event #13492
    manjey73
    Participant

    Accordingly, if the signal returns to the range, the timer will be reset

    It is probably possible to make a formula (script) just for the channel, the excess of which must be controlled in this way

    • This reply was modified 1 year, 12 months ago by manjey73.
    in reply to: Delay before creating an event #13491
    manjey73
    Participant

    only the calculation channel with a timer TON of 60 seconds comes to mind. It should start when an excess has occurred in the desired channel.

    At the same time, in the channel that we control, we need a formula for the status, which at the same time will check this timer, and if it worked, then change the status, otherwise set the default channel status.

    in reply to: http command #13489
    manjey73
    Participant

    If you need to send and receive some value, it may not be suitable. Or make different queries for a certain number of values.
    To be honest, I have not used this driver for such a task. I made my own based on this driver for solving my specific task.

    But it seems that this is the only driver for working with http as part of Scada

    in reply to: http command #13487
    manjey73
    Participant

    Try to figure out the DrvHttpNotif driver, maybe it will solve your problem when sending an arbitrary command

    in reply to: Button to open a table #13478
    manjey73
    Participant

    You can, you need the Link component in it you can set the url of the link to the desired view

    in reply to: Dashboard Plug Issue Using xml File #13392
    manjey73
    Participant

    @yotool I would like to know how do you monitor the ds18b20 ?
    Do you use a Modbus card for these sensors or do you read them using 1 Wire ?

    I’m still using scripts in crontab and in scada

    in reply to: Dashboard Plug Issue Using xml File #13378
    manjey73
    Participant

    Does not show screenshots, as they are either not shared or unavailable

    in reply to: Channel with Self Increase / Decrease Value #13368
    manjey73
    Participant

    All formulas in Scada channels are always executed in a loop. Imagine that you are programming a PLC in LAD language. That’s about how formulas are processed in Scada channels. The sequence of calculations of formulas from the smallest channel number to the highest. Therefore, if periodic calculation of formulas is required, or you need to use built-in tools Every minute, every hour, or create your own timers, triggers, and so on, according to which you already perform actions.

    in reply to: Installing Licensed Plugins in v.6.1 Beta #13366
    manjey73
    Participant

    ../ChartPro/ChartPro.aspx?cnlNums=160,161,162&viewIDs=2,2,2&title=Title

    It seems that links should be made in a similar form. Here is an example of a link to a set of graphs of several channels.
    Something like that, probably.

    in reply to: Channel with Self Increase / Decrease Value #13358
    manjey73
    Participant

    Yes, channels are processed several times in one second. Use the built-in formulas once per Second, if available. Or use timers with the necessary delay before adding or subtracting.

    in reply to: Installing Licensed Plugins in v.6.1 Beta #13349
    manjey73
    Participant

    Web – Application Parameters – Plugin Assignments

    I don’t know exactly how it is in the English version, but I think you will find it. Replace the chart opening behavior there from the usual default to the ChartsPro

Viewing 15 posts - 331 through 345 (of 856 total)