Forum Replies Created
-
AuthorPosts
-
manjey73ParticipantUse temporary keys for Mimic on the Windows development computer and that’s it. Then, when you commit the project to a Linux server where the keys are permanent, everything will work.
January 28, 2026 at 6:54 am in reply to: How to display selected command text in a Dynamic Text element #17605
manjey73ParticipantIn the Format table, add an enumeration for your values, for example 0=Stop, 1=Start, etc.
Stop; Start; Pause; Manual
Then turn on the script execution in the channel and add your enumeration to the format.
This will be a pop-up command window with 4 buttons.
If you want to draw 4 separate buttons, then you probably have to act differently. For example, make 4 separate output channels for one command tag code and write the required value in each output formula, and indicate “Send command immediately” on the mnemonic
manjey73Participanton local systems, you can use rapidgate, it allows you to synchronize data like. as well as perform the download on command.
manjey73ParticipantThe scada core itself is free and open source. There have always been paid components that you can do without, except in some cases.
someone installed dancing and tambourine on Winows 7. but in general, yes, it’s better to use Windows 10 or 11.
manjey73ParticipantYou can send a Double.NaN in cases where the command should not pass, or cause an exception in the command with the message that commands are failed only in manual mode.
January 15, 2026 at 1:54 pm in reply to: Regarding the issue of recalculation the “Calculated tags” #17557
manjey73ParticipantIn that case CsvImport.exe can help
With your hands ?
As far as I understand, there is channel A and channel B and channel C, which is calculated between A and B. Channels A and B have the option to download again.
How can I restore channel C by pressing one button?January 7, 2026 at 8:53 am in reply to: Regarding the issue of recalculation the “Calculated tags” #17529
manjey73ParticipantHow do you enter the data manually?
January 6, 2026 at 9:54 am in reply to: Regarding the issue of recalculation the “Calculated tags” #17525
manjey73ParticipantScripts do not work with historical data. Most likely, you will need some kind of module that, after filling in the data, will perform the same calculation but fill in the data in the past time.
manjey73ParticipantDataType = UnicodeString
Format – String
InputScript =SplitUnicode(()=> "10-PME-01")The string must be divided by the channels of the array
manjey73ParticipantIn version 6, it is now possible to combine channels into an array. To do this, specify the length of the data in the channel table.
An example of text notes.
Note
manjey73ParticipantThen you need a little more configuration data.
including screenshots and which schema editor do you use?
manjey73ParticipantIn the output formula, something like
Val() > 0 ? 0: 1
manjey73ParticipantIn the new Mimic editor, there is such a thing as Faceplate. But that’s exactly what requires some intervention from the developer so that you can make these faceplates so that others can use them. So far, the main problem in them, as it seems to me, is channel binding, since different people can call the same things in different languages (for example, the tag code).
Well, there’s also a whole list 🙂
manjey73Participant2025-12-19 14:09:40 [linux-server][root][ERR] Plugin PlgChartPro: Dictionary file not found: /opt/scada/ScadaWeb/lang/PlgChartPro.en-GB.xmlIs everything copied?
Also, make it a rule to download from the server by installing the web plugin so that all configuration files are included in your project.
manjey73Participant> When I changed the value of 101, I noticed that all the Dynamic texts displayed the value of 101, even though they were bound to numbers 102–111
Perhaps you just didn’t save something and transferred the project to the server without changes?
It’s difficult to answer your question, because I have to repeat it.
-
AuthorPosts