Forum Replies Created
-
AuthorPosts
-
manjey73Participantcheck command
dotnet --infoWhat 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]
manjey73ParticipantCan use animated PNG in dynamic pictures ?
manjey73ParticipantAccordingly, 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 2 years, 11 months ago by
manjey73.
manjey73Participantonly 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.
manjey73ParticipantIf 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
manjey73ParticipantTry to figure out the DrvHttpNotif driver, maybe it will solve your problem when sending an arbitrary command
manjey73ParticipantYou can, you need the Link component in it you can set the url of the link to the desired view
manjey73Participant@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
manjey73ParticipantDoes not show screenshots, as they are either not shared or unavailable
manjey73ParticipantAll 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.
manjey73Participant../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.
manjey73ParticipantYes, 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.
manjey73ParticipantWeb – 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
manjey73ParticipantWhen working with a remote server, you need to install and configure a PC with an Administrator and on a remote server for the settings functionality to work correctly. In this case, it is necessary to register only on a remote server, where the plug-in, module or driver will work directly
manjey73ParticipantCopy the plugin according to the folders. Run the Administrator, do download the configuration from the server. You will see all the configuration files in the WEB tree. Open the Plugins section in the WEB tree and connect the required one.
-
This reply was modified 2 years, 11 months ago by
-
AuthorPosts