Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
1. Create a channel with enumeration format. See channel 104 as an example (HelloWorld project).
2. Make sure that a command dialog with buttons is shown in a table view.
3. Set a sending command action for a scheme component.
MikhailModeratorHi,
Only device status can be recevied in a channel.
Yes, create an output channel, use these tag codes.
Command value is a line number as I remember.
MikhailModeratorHi,
A custom page must be inside SCADA\ScadaWeb\wwwroot
Return to a relational path, then open browser tools (F12) and check what certain page address was requested.
Likely be we can solve this issue faster with Extended support.September 18, 2025 at 12:52 pm in reply to: LED Colour in Schema in not changing with values in Output Channel #17073
MikhailModeratorHi,
Making a script is preferable to create more complex functions and scenarios. A formula can contain only an expression.
MikhailModeratorIf not, please email the computer code.
MikhailModeratorThe only issue I can see is that the registration key for PlgMap is not correct.
If you get new temporary key, apply it, and upload the project, does the new key work?
MikhailModeratorHi,
Now you can setup a channel to show a command dialog that contains several buttons with command values.
In the next generation of mimics, it will be possible to do like that https://ibb.co/rR1mWn2HSeptember 17, 2025 at 10:50 am in reply to: LED Colour in Schema in not changing with values in Output Channel #17064
MikhailModeratorHi,
Make sure that the channel 101 is of the calculated type.
Change SetVal toSetData(101, CmdVal, 1)
MikhailModeratorHi,
Use relative path as shown in the example:../../custom/MyPage.html
No C:\…
MikhailModeratorHi,
Could you make screenshots from Rapid SCADA and another OPC client?September 16, 2025 at 3:12 pm in reply to: LED Colour in Schema in not changing with values in Output Channel #17051
MikhailModeratorHi,
It’s needed to create a function, e.g.public double MyFunc() { SetVal(101, CmdVal); // set value of channel 101 return CmdVal; // return command value }And specify
MyFunc()in the output formula of the channel that is used to send commands.Note: not tested.
MikhailModeratorHi,
Try creating a channel of the Calculated/output type having an output formulaSetData()
It should help to change channel value according to user input.
MikhailModeratorYou could try setting the view type explicitly in the Views table. Weird.
MikhailModeratorHello,
The above link does not work. Could you fix it?
MikhailModeratorHi,
Could you make a screenshot of the Views table? -
AuthorPosts