Forum Replies Created
-
AuthorPosts
-
manjey73
ParticipantI kind of showed something like this, scrollbars appear when switching, although in principle they should not.
manjey73
ParticipantYou 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.
manjey73
Participantcheck 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]
manjey73
ParticipantCan use animated PNG in dynamic pictures ?
manjey73
ParticipantAccordingly, 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.
manjey73
Participantonly 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.
manjey73
ParticipantIf 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
manjey73
ParticipantTry to figure out the DrvHttpNotif driver, maybe it will solve your problem when sending an arbitrary command
manjey73
ParticipantYou can, you need the Link component in it you can set the url of the link to the desired view
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
manjey73
ParticipantDoes not show screenshots, as they are either not shared or unavailable
manjey73
ParticipantAll 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.
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.manjey73
ParticipantYes, 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.
manjey73
ParticipantWeb – 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
-
This reply was modified 1 year, 12 months ago by
-
AuthorPosts