manjey73

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 954 total)
  • Author
    Posts
  • in reply to: Embedded mimic does not work #18029
    manjey73
    Participant

    The image does not have properties that can be passed a value so that the image can be changed according to the condition. I don’t remember if it’s possible to specify the control channel directly in the Picture.
    But you can change the file name property of the image inside the faceplate using the component script or facplate.
    I haven’t gotten to the continuation of how to do this yet 🙂

    in reply to: Embedded mimic does not work #18021
    manjey73
    Participant

    If I’m not mistaken, but the conditions are not transmitted to the Image installed in faceplate.

    in reply to: Embedded mimic does not work #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.

    in reply to: Embedded mimic does not work #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. 🙂

    in reply to: Embedded mimic does not work #18010
    manjey73
    Participant

    This is the Channel 103 tag code in the Simulator

    in reply to: Embedded mimic does not work #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. 🙁

    in reply to: Embedded mimic does not work #18007
    manjey73
    Participant

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

    in reply to: Embedded mimic does not work #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.

    in reply to: Ignoring special values #18004
    manjey73
    Participant

    yes, you need a script, you can even use it in the input formula, something like this

    (Cnl == 0x7FFF || Cnl == 0x7FFFFFFF) ? SetData(CnlNum, 0, 0): Cnl

    however, I did not try to check for two values at once.
    instead of the first 0, you can double.NaN

    in reply to: Format enum with custom values #18002
    manjey73
    Participant

    Cmd==0? 0 : Bitconverter.Double({ 00, FF, 00, 00, 00, 00, 00, 00})

    this option is also possible. just check the syntax.

    in reply to: Format enum with custom values #18001
    manjey73
    Participant

    when you use the Off-On enumeration and the command window has two corresponding buttons, a 0 or 1 is sent to your command as a double. Based on this, it is required to build a formula.

    in reply to: Format enum with custom values #17999
    manjey73
    Participant

    public double exsamp()
    {
    if (Cmd==0) return 0;
    elseif (Cmd==1) return 65 280;
    else return double.NaN;
    }

    there is no On or OFF in Cmd, numeric values are there, even if you use enumerations.

    in reply to: Embedded mimic does not work #17995
    manjey73
    Participant

    it may not be possible to embed mim in mim. Try FacePlate

    in reply to: Embedded mimic does not work #17992
    manjey73
    Participant

    Now it’s clear, is there a problem with transferring channels if one *.mim is embedded in another?

    Is it possible to embed mim directly into mim? it seems that FacePlate and their exported properties are used for this.

    • This reply was modified 6 days, 8 hours ago by manjey73.
    in reply to: online parser: crc presentation #17991
    manjey73
    Participant

    no matter how many times I used the parser, I always focused on the fact that CRC = OK, and I didn’t even pay attention to the value itself. 🙂

Viewing 15 posts - 1 through 15 (of 954 total)