Forum Home › Forums › Understanding the Software › Mimics › Embedded mimic does not work
- This topic has 25 replies, 3 voices, and was last updated 1 hour, 29 minutes 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> -
AuthorPosts
- You must be logged in to reply to this topic.