Forum Replies Created
-
AuthorPosts
-
MikhailModeratorI’m mostly interesting in value of the Chart gap parameter.
MikhailModeratorYou are the first with this issue. Could you remember what settings of the Webstation app have you changed? Or post a screenshot of http://localhost/Scada/plugins/Config/WebConfig.aspx
January 27, 2017 at 6:48 am in reply to: Raspberry Pi config: Metadata file `System.dll' could not be found #1894
MikhailModeratorWhat localization do you use? I recommend to set English localization. There were issues depend on this.
January 27, 2017 at 6:46 am in reply to: Raspberry Pi config: Metadata file `System.dll' could not be found #1893
MikhailModeratorHi,
The issue is not connected with Chart Pro plugin.
System.dll is a part of .NET Framework. I think something wrong in Mono .NET Framework. Could you check the installed version of Mono by executing the command below?mono --version
January 23, 2017 at 7:49 am in reply to: webstation Scheme loading failed. Try to reload scheme #1887
MikhailModeratorHello,
Please press F12 in Chrome, go to Console tab and make a screenshot of detailed error information.I recommend to validate checkboxes of Windows components like shown in this video.
MikhailModeratorPlease provide screenshots:
1. Interface table where you define the view (Administrator application).
2. Webstation application.
MikhailModeratorFor example, -; Alarm; Armed; Disarmed; Fired; Normal
– equals 0,
Alarm equals 1,
Armed equals 2,
etc.
MikhailModeratorHi,
See this guide page 6. I hope we will create new documentation system soon.
You can create formulas in Formulas table for reusing, and you can define any number of strings, not only Opened and Closed.
MikhailModeratorYes.
1. Create a new input channel number 4 (number must be greater than existings) of type Calculated discrete.
2. Create a record in Units table for “Opened and Closed”. See No-Yes as an example.
3. Set Formula field for the new input channel. Something likeVal(1)>0 && Val(2)<=0 && Val(3)<=0 ? 1 : 0
4. Set Unit field for the new input channel to your unit that you just created.
5. Set Format field to Text.
MikhailModeratorYou should develop or purchase a driver that implements required functionality and “knows” the model of your database. Driver is a DLL written in C#. See this article http://rapidscada.org/device-drivers-development/
-
This reply was modified 9 years ago by
Mikhail.
MikhailModeratorHi,
I think the cause is Windows Communication Foundation (WCF) problem. Check WCF checkboxes as shown in “Rapid SCADA. Before installation. Switch Windows XX features on” video of the playlist.
MikhailModeratorI think, we will implement the required functionality sooner or later. It is not included in the plan for now, but in case of some commercial interest, we can arrange it.
The technical limits:
– ASCII encoding
– max. length is 8 characters
Is it OK for you?
MikhailModeratorIn case of errors, please create a separate topic.
MikhailModeratorAlso you must update KpSnmp.dll
-
This reply was modified 9 years ago by
-
AuthorPosts