Forum Replies Created
-
AuthorPosts
-
July 14, 2026 at 9:00 am in reply to: Archive Mask and Select Archives – How are they related? #18142
manjey73ParticipantThe presence of checkboxes should be present when you click on the Archive Selection with the specified mask.
I didn’t check, maybe you set the archive, but didn’t assign it a bit for the mask, as a result of which you lose the checkboxes? But in theory, if the bit is not assigned, then it will simply be missing from the list when selecting the archive in the channel.
manjey73Participantif the devices are the same, one is configured, then cloning with an indication of the device change. But if the devices are different, then we have sailed to manual labor 🙂
manjey73ParticipantThe Mimic plugin must be fully installed on a PC with an Administrator. Since the Editor runs the WEB for editing, it should be on your PC as well.
manjey73ParticipantAccording to the rules of the Modbus package, the lowest byte is indicated first, and the highest byte is indicated last. But that doesn’t mean that the meaning has suddenly changed, does it?
manjey73ParticipantI am trying to embed a webpage from another device in one of my mimics, is the dashboard plugin the only way to do so?
frame in extended Mimic components
Just connect your entire page.
manjey73ParticipantThe 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 🙂
manjey73ParticipantIf I’m not mistaken, but the conditions are not transmitted to the Image installed in faceplate.
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.
manjey73ParticipantI think @Mikhail will not scold much, but on the contrary, he will correct that he translated the online translator incorrectly. 🙂
manjey73ParticipantThis is the Channel 103 tag code in the Simulator
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. 🙁
manjey73ParticipantDrop these memories and keep learning Russian 🙂
Moreover, in Russian, something from the documentation appears faster.
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.
manjey73Participantyes, 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
manjey73ParticipantCmd==0? 0 : Bitconverter.Double({ 00, FF, 00, 00, 00, 00, 00, 00})
this option is also possible. just check the syntax.
-
AuthorPosts