Forum Replies Created
-
AuthorPosts
-
Mikhail
ModeratorThe 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?Mikhail
ModeratorHi,
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 #17064Mikhail
ModeratorHi,
Make sure that the channel 101 is of the calculated type.
Change SetVal toSetData(101, CmdVal, 1)
Mikhail
ModeratorHi,
Use relative path as shown in the example:../../custom/MyPage.html
No C:\…Mikhail
ModeratorHi,
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 #17051Mikhail
ModeratorHi,
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.
Mikhail
ModeratorHi,
Try creating a channel of the Calculated/output type having an output formulaSetData()
It should help to change channel value according to user input.Mikhail
ModeratorYou could try setting the view type explicitly in the Views table. Weird.
Mikhail
ModeratorHello,
The above link does not work. Could you fix it?Mikhail
ModeratorHi,
Could you make a screenshot of the Views table?Mikhail
ModeratorHi,
It’s simple.
Set the output formula toSetData()
Channel type is calculated/output.September 15, 2025 at 11:04 am in reply to: Auto Control Module : send cmd to device after x sec of earlier cmd #17034Mikhail
Moderator🙂
Mikhail
ModeratorHi,
Could you describe your task more common? Do you need a channel that is changed manually?September 15, 2025 at 11:02 am in reply to: LED Colour in Schema in not changing with values in Output Channel #17030Mikhail
ModeratorHi,
Led and toggle reflect an input channel. Your command should cause a change of an input channel to display its value.Mikhail
ModeratorHello,
The manual exists as an interactive website. There is no PDF document. It’s possible to copy all the web pages into a DOC file and save as PDF. -
AuthorPosts