Embedded mimic does not work

Forum Home Forums Understanding the Software Mimics Embedded mimic does not work

Viewing 11 posts - 16 through 26 (of 26 total)
  • Author
    Posts
  • #18005
    manjey73
    Participant

    Mimics – lang RU

    You should translate this document. It is strange that there is no documentation in English in the folder.

    Test_TextFace

    An example of one of the communication options for the exported FacePlate property based on Simulator channel 103.

    #18006
    oley
    Participant

    Hi,

    Thanks! I’ll take a look at it.
    It’ll bring back memories of my primary school days, when I was learning Russian. 🙂

    #18007
    manjey73
    Participant

    Drop these memories and keep learning Russian 🙂
    Moreover, in Russian, something from the documentation appears faster.

    #18008
    manjey73
    Participant

    Unfortunately, it is not a very convenient document, there is no way to copy text from a pdf and send it to an online translator. 🙁

    #18009
    oley
    Participant

    What is the purpose of <DataSource>Tri</DataSource>?

    #18010
    manjey73
    Participant

    This is the Channel 103 tag code in the Simulator

    #18013
    Mikhail
    Moderator

    Hi,

    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.

    #18014
    manjey73
    Participant

    PlgMimic Features.docx

    I think @Mikhail will not scold much, but on the contrary, he will correct that he translated the online translator incorrectly. 🙂

    #18015
    manjey73
    Participant

    As 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.

    #18019
    oley
    Participant

    Thanks, I will try with the same address/url and evtl. port.

    #18020
    oley
    Participant

    I 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>
    
Viewing 11 posts - 16 through 26 (of 26 total)
  • You must be logged in to reply to this topic.