Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
If you add your function MyFunc into the Formulas table, you can use it in the channel formula: MyFunc()
MikhailModeratorHello,
Yes, you can use the both approached.
MikhailModeratorYou should open a browser console by clicking F12, go to the Network tab, and check what particular web address is requested when connected remotely.
-
This reply was modified 3 years, 4 months ago by
Mikhail.
MikhailModeratorWhy the address contains “///” ? Probably, you should change it to
http://localhost:8080/somepathto make it work.
MikhailModeratorSystem Requirements declares that you can install Rapid SCADA 5.8 on Windows Server 2008 R2 SP1 or later
MikhailModeratorHi,
Before binding the channels to a map, I suggest to display the channels on a table view to check their values.
Please provide screenshots of the channel properties and a screenshot of a table view containing channel values.
MikhailModeratorHello,
Windows Server 2008 is not recommended, because it’s too old. However, Rapid SCADA may work on it.You should add a web role to the server configuration, link.
What version of Rapid SCADA do you install?
MikhailModeratorHello,
For small projects it may be easier to create them from scratch.
MikhailModeratorHello,
Thank you for the information.
After installation of Rapid SCADA 5 the services are stopped. You should restart a computer to start them.The installer of Rapid SCADA 6 starts the services automatically.
MikhailModeratorHello,
If the time duration to poll a device is 5seconds
Request timeout cannot be interrupted. Use smaller timeout if needed.
MikhailModeratorFor the example 3 you should create separate tags like
– Rectifier fault
– Inverter fault
…
They should not be strings.The feature of working with string tags may be added in the future version of the driver. I’ve added it to the wish list.
MikhailModeratorCould you provide examples of the strings?
Are they predefined constants? For example, “Status A”, “Status B”…
MikhailModerator🙂
MikhailModeratorHello,
It is possible in case a driver supports strings. Currently, the following drivers can provide string data: OPC UA and OPC Classic.
What communication protocol and driver do you plan to use? -
This reply was modified 3 years, 4 months ago by
-
AuthorPosts