Forum Replies Created
-
AuthorPosts
-
February 5, 2025 at 10:50 am in reply to: I would like to inquire about the visible/invisible function. #16119
MikhailModeratorHello,
1. If you are asking about schemes, we plan to implement that feature in the future.
2. To display a video stream you need to convert it to a web format. See this example.
MikhailModeratorHave you created a PostgreSQL database and specified it in ScadaInstanceConfig.xml?
MikhailModeratorDownload is not needed in 99% of cases.
When you upload a project, it is saved. You can also save the project by the Save button.If you gen an error, check the error details in the log files.
MikhailModeratorHi,
I thought all configurations should be done for channel which is referred in formula but configuration should be done on channel which execute formula, I’m right?
Both is possible. A channel should not call SetVal for itself. When you need to change a channel itself, return a new value from the formula.
MikhailModeratorHello,
1. In the Server – Modules page, activate the ModActiveDirectory module.
2. Configure the module properties.LdapTest utility may help to find proper parameters.
MikhailModeratorHello,
How to use the chart in the Extra Scheme Components Plugin,
Specify the component properties to display a chart on a scheme.
and how to change the default range of the scale from 0 to 100 to another range?
Scale can be changed only manually by a user.
MikhailModeratorVal(52)is a wrong formula because it refers the channel itself.
MikhailModeratorV0.2is the tag code of the channel. When a user sends a command to this channel 52, the command value should be transferred to Communicator. You can see it in ScadaComm.log.
MikhailModeratorCool!
MikhailModeratorMay be you should convert the data tag to a number and store it in a separate channel.
MikhailModeratorhow do I configure Linux to be static ip addresses?
Probably, this question is not related to Rapid SCADA configuring.
MikhailModeratorHello,
how to display the IP address of each network port of the device in the rapidScada View?
Put a static text label on a scheme, for example. You cannot access device properties from a view.
How can I write the time data to the Linux system in View and set the time?
Create a channel of the calculate type. Use
Now()as an input formula of the channel. Choose proper channel format.
MikhailModeratorCommands cannot be sent by a script. Commands can be sent by a module.
MikhailModeratorHello,
Try Automatic Control Module for sending commands. -
AuthorPosts