Forum Replies Created
-
AuthorPosts
-
MikhailModeratorWhat Kiosk software do you use?
MikhailModeratorHi Junying,
Development and support of the independent desktop UI client requires too much resources. So it is not planned. The second option to pack a browser into a GUI is possible. This task has not got major priority for us, however it can be done as a commercial project. If you are a developer, of course, you are able to implement this.
MikhailModeratorHi Dejan,
In the similar situation I wrote a driver that uses the existing Modbus classes.
You may need this article about drivers development and this solution as an example. Use Modbus class for accessing your device.
Follow up questions please post in Development and Integration
MikhailModeratorHi,
Thanks for the information. I’ll check the issue within a few days. Do you use Raspbian?
MikhailModeratorFind images here C:\SCADA\ScadaWeb\images and replace the appropriate image.
Also you may edit *.aspx files if you are able to use HTML.
MikhailModeratorYou can call me and ask common questions.
MikhailModeratorPlease provide more information about interfaces that you need. Do you mean styles or something else?
MikhailModeratorHi,
Does GetBit function work? If not, what are the symptoms?
MikhailModeratorHi,
Sorry, I didn’t catch what the problem is? Could you give an additional example, please?
MikhailModeratorCreate a background image with any graphical editor you prefer. Then open SCADA-Scheme Editor, add the background and add dynamic elements.
MikhailModeratorFirst of all, with help of SCADA-Administrator and SCADA-Communicator configure data obtaining from OPC server: http://rapidscada.org/connecting-devices-using-opc-standard/
Then open SCADA-Scheme Editor and create a beautiful scheme. Bind controls to the input channels that were created in the first step. Open SCADA-Web Configurator application and add your scheme.
Follow up questions are welcome.
MikhailModeratorHi,
Please post here a part of communication line log. I recommend to leave Device request retries count on error unmodified and equal to 3.
MikhailModeratorHi,
You need a one input channel of type Real for the value received from a device. Then you should create a separate input channel of type Calculated discrete for the each value. Use such formula for those channels:GetBit(Val(1),2)
where 1 – the Real channel number, 2 – bit index
MikhailModeratorHi,
As I understand, you’d like to emulate incoming data? There are 2 way to do it:
1. Send values from Generator page of SCADA-Server.
2. Install Matrikon OPC Simulation Server and establish a connection with it.If you mean something else, please let me know.
MikhailModeratorJust set server IP address or host name in Common Parameters tab in SCADA-Communicator. They communicate via TCP.
-
AuthorPosts