Forum Home › Forums › Understanding the Software › Mimics › Embedded mimic does not work
- This topic has 33 replies, 3 voices, and was last updated 3 weeks, 5 days ago by
oley.
-
AuthorPosts
-
June 8, 2026 at 8:29 am #18005
manjey73ParticipantYou should translate this document. It is strange that there is no documentation in English in the folder.
An example of one of the communication options for the exported FacePlate property based on Simulator channel 103.
June 8, 2026 at 8:36 am #18006oley
ParticipantHi,
Thanks! I’ll take a look at it.
It’ll bring back memories of my primary school days, when I was learning Russian. 🙂June 8, 2026 at 8:50 am #18007
manjey73ParticipantDrop these memories and keep learning Russian 🙂
Moreover, in Russian, something from the documentation appears faster.June 8, 2026 at 8:54 am #18008
manjey73ParticipantUnfortunately, it is not a very convenient document, there is no way to copy text from a pdf and send it to an online translator. 🙁
June 8, 2026 at 11:22 am #18009oley
ParticipantWhat is the purpose of <DataSource>Tri</DataSource>?
June 8, 2026 at 11:36 am #18010
manjey73ParticipantThis is the Channel 103 tag code in the Simulator
June 8, 2026 at 12:34 pm #18013
MikhailModeratorHi,
When a frame uses another origin (localhost:5000) than the main website (localhost:10008) is is usually blocked by a web browser according to security reasons. Try using the same host and port for frames.
June 8, 2026 at 12:40 pm #18014
manjey73ParticipantI think @Mikhail will not scold much, but on the contrary, he will correct that he translated the online translator incorrectly. 🙂
June 8, 2026 at 12:41 pm #18015
manjey73ParticipantAs far as I know, you just need one network, ports are not important. This is how I connected to devices with virtual network addresses, but I had to be a client of this network.
June 8, 2026 at 4:59 pm #18019oley
ParticipantThanks, I will try with the same address/url and evtl. port.
June 8, 2026 at 5:02 pm #18020oley
ParticipantI would appreciate any additional guidance.
The example with the text on a faceplate was just a simple illustration of my problem.
My faceplates contain several images that represent the status of the switches: on, off, and undefined.
In the faceplate, I define an input channel (and sometimes an output channel for a command), and in the conditions, I have set the appropriate images for the channel values.<Picture> <ID>3</ID> <BackColor /> <Border> <Color>Gray</Color> <Width>0</Width> </Border> <ClickAction> <ActionType>SendCommand</ActionType> <CommandArgs> <ShowDialog>True</ShowDialog> <CmdVal>0</CmdVal> </CommandArgs> </ClickAction> <Conditions isArray="true"> <Item> <ComparisonOper1>Equal</ComparisonOper1> <ComparisonArg1>0</ComparisonArg1> <LogicalOper>None</LogicalOper> <ComparisonOper2>LessThan</ComparisonOper2> <ComparisonArg2>0</ComparisonArg2> <ImageName>active_el04_0.png</ImageName> </Item> <Item> <ComparisonOper1>Equal</ComparisonOper1> <ComparisonArg1>1</ComparisonArg1> <LogicalOper>None</LogicalOper> <ComparisonOper2>LessThan</ComparisonOper2> <ComparisonArg2>0</ComparisonArg2> <ImageName>active_el04_1.png</ImageName> </Item> <Item> <ComparisonOper1>Equal</ComparisonOper1> <ComparisonArg1>2</ComparisonArg1> <LogicalOper>None</LogicalOper> <ComparisonOper2>LessThan</ComparisonOper2> <ComparisonArg2>0</ComparisonArg2> <ImageName>active_el04_2.png</ImageName> </Item> <Item> <ComparisonOper1>Equal</ComparisonOper1> <ComparisonArg1>3</ComparisonArg1> <LogicalOper>None</LogicalOper> <ComparisonOper2>LessThan</ComparisonOper2> <ComparisonArg2>0</ComparisonArg2> <ImageName>active_el04_3.png</ImageName> </Item> </Conditions> <DefaultImage>active_el04_0.png</DefaultImage> <DeviceNum>4101</DeviceNum> <Enabled>True</Enabled> <Font> <Inherit>True</Inherit> </Font> <HoverState> <BackColor>Blue</BackColor> <ForeColor /> <BorderColor /> <Underline>False</Underline> </HoverState> <ImageName>active_el04_0.png</ImageName> <ImageStretch>None</ImageStretch> <InCnlNum>410804</InCnlNum> <Location> <X>80</X> <Y>80</Y> </Location> <Name>1Q1</Name> <ObjNum>41</ObjNum> <OutCnlNum>0</OutCnlNum> <Size> <Width>40</Width> <Height>40</Height> </Size> <Tooltip>1Q1</Tooltip> <Visible>True</Visible> </Picture>June 8, 2026 at 8:59 pm #18021
manjey73ParticipantIf I’m not mistaken, but the conditions are not transmitted to the Image installed in faceplate.
June 9, 2026 at 11:57 am #18022
MikhailModeratorMy faceplates contain several images that represent the status of the switches: on, off, and undefined
If it is not related to the frame issue, please create a new topic.
-
This reply was modified 4 weeks ago by
Mikhail.
June 9, 2026 at 9:18 pm #18026oley
ParticipantHi Mikhail,
I can, of course, create a new topic, but this topic was related to embedded faceplates in mimics diagrams and the frame issue came because it was present in my screenshots.
The real problem now is a faceplate with multiple dynamic images embedded in a mimic diagram.June 10, 2026 at 11:36 am #18027
MikhailModeratorHi,
Are the images loaded from the external web URL? If so, it would be better to include them into the faceplate file. -
This reply was modified 4 weeks ago by
-
AuthorPosts
- You must be logged in to reply to this topic.