Forum Replies Created
-
AuthorPosts
-
MikhailModeratorIn the Scripts table add
public double StartProcess() { Process.Start(@"/opt/scada/myscript.ssh"); return 1.0; }and create myscript.ssh containing the necessary commands.
Then use that function in the output formula.
MikhailModeratorHi,
The time seems to be converted from UTC to local time, so in order to become UTC in the view, I would have to convert it additionally.
That’s right. Probably, we need to add an additional option to control displaying.
MikhailModeratorTo shut down a Linux machine it’s better to connect by SSH and execute a shell command.
MikhailModeratorHi,
You can create a channel with an output formula that executes an external script to shutdown the machine.
But it’s not a good practice.
MikhailModeratorHi,
Open the folder SCADA\ScadaWeb\wwwroot\plugins\Scheme\js in the file explorer and check if those files exist.
If they don’t exist, copy the files from the installation package.-
This reply was modified 10 months ago by
Mikhail.
MikhailModeratorCould you provide a screenshot of the error? I need a path of the missed file.
> and scheme’s display on another computer
Do you mean that it works when a client opens a scheme remotely hosted on the same server? Or another installation?
MikhailModeratorHi,
Currently long strings are not supported by the DrvDbImport drvier. I hope, we will implement it in the future.
If the strings have fixed values, they can be presented as numbers, and enumerations can be used.
Alternatively, use the community driver noticed above.
MikhailModeratorHi,
Scripts are executed on server side, so they have no connection with a web browser.
How is the information expected to be presented to the end user?
MikhailModeratorHi,
If I set this to “Channel Status Has Changed”, some event would possible get logged when the Status changes to 1 which I can later review.
Try “Channel Data Has Changed” or “Channel Status Has Changed”. Play with it.
MikhailModeratorHello,
What Rapid SCADA version do you use?
Press F12 to open browser tools. In the Console tab there are additional info about scheme loading.
MikhailModeratorHi,
May be you could setup generating events for those channels to control when they change.
MikhailModeratorSeems, that a good approach would be to change a communication protocol. It would be more efficient to receive bunch of data that contains many data points.
MikhailModeratorHi,
In Chart and Chart Pro plugins, the X axis is always time, Y axis is value.
MikhailModeratorHi,
The module writes to its own log file.
Open Administrator – Instances – Default – Server – Logs, then set the log filter to modules.August 7, 2025 at 1:31 pm in reply to: Auto Control Module : Multichannel Trigger between specific time #16799
MikhailModeratorOther explanation is that I’ve written too many code in JavaScript recently, so I messed up C# and JavaScript 🙂
-
This reply was modified 10 months ago by
-
AuthorPosts