Forum Replies Created
-
AuthorPosts
-
manjey73
ParticipantAs far as we know, only critical bugs are supported for 5.8.4, and the last fix has been around for quite some time.
If possible, upgrade to 6.4 since version 5 is no longer being developed.manjey73
ParticipantThe format must also be specified as a String.
manjey73
ParticipantAre the variables in the PLC textual ?
Or what is it about? some kind of screen or documentation to understand?manjey73
ParticipantAnother option is to create your own web page in which you will collect the necessary data and display it and connect it to the display as a third-party.
manjey73
ParticipantAh, then you need to develop your own Table plugin. And somehow connecting it is already from the category of development.
manjey73
ParticipantIn version 6, the entire default table is added at once – the Simulator example. But you can add individual elements from the device and put together a table from different devices, this is no different from version 5.
manjey73
ParticipantIn the input formula of the channel, you can check for an input value greater than 100 example
Cnl > 100 ? double.NaN : Cnl
Or write a more complex formula and add it to the Script tables and call it in the input formula.
manjey73
ParticipantSend a channel to the double.NaN and you will see
---
February 5, 2025 at 6:35 am in reply to: I would like to inquire about the visible/invisible function. #16118manjey73
ParticipantThere are no built-in drivers for working with cameras (RTSP, ONVIF, etc.), but you can output your html page on the mnemonic to the Frame (see the top-up components of the diagrams). And use third-party repeaters of the stream from video cameras on the WEB.
I can give you a link to one Russian product that allows this, but I haven’t tried it myself yet.
February 5, 2025 at 5:57 am in reply to: I would like to inquire about the visible/invisible function. #16116manjey73
ParticipantThere is no support for IP cameras, you need an intermediate link in the form of a gateway from camera streams to the WEB.
You can display your own web windows in scada.
If that’s what you’re talking about.February 5, 2025 at 5:53 am in reply to: I would like to inquire about the visible/invisible function. #16114manjey73
ParticipantExplain what visibility/invisibility means to understand?
And what exactly did you mean by checking the camera?You can show it in screenshots, for example, for understanding, if possible.
-
This reply was modified 1 week, 6 days ago by
manjey73.
manjey73
ParticipantIn version 6.4.0.3, I changed the launch of my programs to tasks instead of threads
Now a logic error leads to the completion of the task without crashing the Server with an exception output to the log.
manjey73
ParticipantShow the Modbus settings for this command, an example of which you showed in the screenshot.
manjey73
ParticipantFor a channel to be written to the device, it must be Input/Output or Output
And yet, scripts cannot access writing to the device without your participation or without the participation of the auto-control Module.
manjey73
Participanthttps://rapidscada.net/docs/en/latest/developers/driver-development
Unfortunately, I don’t have any devices with the CAN 2.0 protocol, and I can’t even start writing a driver.
-
This reply was modified 1 week, 6 days ago by
-
AuthorPosts