Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Is it possible to contact a manufacturer of this OPC server? We could test the connection together. It may help to find the cause.
Does this OPC server support OPC UA?
MikhailModeratorHi,
To solve the issue the screenshots and log are needed. The log is located in C:\SCADA\ScadaSchemeEditor\Log
Also check that your browser is up to date. Chrome, Firefox and Edge are supported.
MikhailModeratorHi,
Can you successfully switch to Italian language now?
September 2, 2018 at 6:07 am in reply to: Security and Software Research on Industrial Control Systems #4191
MikhailModeratorServer, Communicator and Webstation are the runtime core of Rapid SCADA.
September 2, 2018 at 6:05 am in reply to: Security and Software Research on Industrial Control Systems #4190
MikhailModeratorYou can download all Rapid SCADA applications from https://rapidscada.org/download-all-files/
There are shown the primary applications that can be analyzed.
MikhailModeratorHi,
If you share the translation when it is ready, this would be cool!In the language text box just type: it-IT
Language files must have xml extenstion. Does the Windows explorer hide file extensions?August 31, 2018 at 7:07 pm in reply to: Security and Software Research on Industrial Control Systems #4186
MikhailModeratorHi,
Will be glad to help you. Please ask particular questions.
Also share your thoughts, and we discuss them here.
MikhailModeratorHi,
If I understand you correctly, you are going to create Italian localization files? Right?
Please provide some screenshots of the steps you did and the error message.
August 31, 2018 at 7:02 pm in reply to: AB driver integration for micrologix and micro800 series #4184
MikhailModeratorC# can call functions of libraries written in C++ like.
Yes, I did this. But likely this is not cross-platform.
August 31, 2018 at 7:01 pm in reply to: AB driver integration for micrologix and micro800 series #4183
MikhailModeratorI’m sure with the addition of AB drivers a lot more people people would begin to use it also.
I agree. However, we currently develop the major tasks demanded by users. Some of them are sponsored by companies, at the same time they are open source available for all.
The roadmap is here http://doc.rapidscada.net/content/en/software-overview/roadmap.htmlOn a commercial basis, what sort of costs would it be to add drivers?
Please ask this question by email.
August 30, 2018 at 3:18 pm in reply to: AB driver integration for micrologix and micro800 series #4178
MikhailModeratorYou can use existing Rapid SCADA drivers as examples: https://github.com/RapidScada/scada/tree/master/ScadaComm/OpenKPs
Especially the KpTest project.
The driver written in C++ is useful to understand the protocol.
August 30, 2018 at 6:43 am in reply to: AB driver integration for micrologix and micro800 series #4175
MikhailModeratorHi,
I suppose, it is possible to create an AB driver for Rapid SCADA. If we talk about cross-platform using, we need a library written in C#. Our company can complete this work on commercial basis. Also the specialists of your company can develop the driver with our assistance.
MikhailModeratorIn this case you need time trigger. Then add value check in a formula of an output channel. If the formula returns null, command is not sent.
MikhailModeratorHi,
Yes, you need Automatic Control Module that helps you.
Using this module you can send Binary command by a trigger that is a Standard command sent by clicking an image.-
This reply was modified 7 years, 7 months ago by
Mikhail.
MikhailModeratorHi,
Use C# syntax in a formula for an output channel:
Val(1) < 250 ? 8 : 4 -
This reply was modified 7 years, 7 months ago by
-
AuthorPosts