Forum Replies Created
-
AuthorPosts
-
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, 4 months ago by
Mikhail.
MikhailModeratorHi,
Use C# syntax in a formula for an output channel:
Val(1) < 250 ? 8 : 4August 28, 2018 at 3:27 pm in reply to: Non-web exception. Exception origin (name of application or object): mscorlib. #4168
MikhailModeratorHi,
Likely you need to add access rights to the scada/ScadaWeb directory. Try 777 recursive rights.
MikhailModeratorHi,
Of course, software development using Rapid SCADA as a platform is a part of our business. Please, send us by email the description of your task and the requirements, and we discuss a solution and price.
MikhailModeratorHi,
To connect a DNP3 device you should use an OPC server that supports this protocol.
We would develop a native DNP3 driver for Rapid SCADA if some company sponsored such development.
MikhailModeratorTo add a new row, scroll down to the end of the table.
MikhailModeratorHello,
In Administrator open the Units table and add a new unit. Then refresh the Input Channels table to be able to choose the new unit.
MikhailModeratorHi,
1. In Administrator open the Units table and add new row:
ID = 101, Name = MyAlarm, Sign = Off;On;On
You at least need 3 values to color them.2. Open the Formulas table and add a new formula:
int MyStat()
{
return Cnl > 0 ? 114 : 13;
}3. Use the formula for an input channel: Cnl; MyStat()
and set MyAlarm unit for the channel.Hope this help.
-
This reply was modified 7 years, 5 months ago by
Mikhail.
MikhailModeratorHi,
Yes )
Choose an option “Send command now” when setup a properies of a component.August 17, 2018 at 1:45 pm in reply to: Changing web page title text "Rapid Scada" upper left Corner #4148
MikhailModeratorThank you š
-
This reply was modified 7 years, 4 months ago by
-
AuthorPosts