Forum Replies Created
-
AuthorPosts
-
MikhailModeratorWrite about results, please.
MikhailModeratorLooks nice. In the future SCADA-Web will not use separate popup windows. And this approach will be suitable.
MikhailModeratorPlease check your Mono version using the following command
mono --version
I have tested on:
Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-4+rpi1)
MikhailModeratorHi,
I have tested again Rapid SCADA 4.5 Mono on my Raspberry Pi 2 with Raspbian. It works. Probably, a cause is in the configuration of the specified RPi. Let’s find the cause.
Line 79 is
initialCmdVal = 0.0;
Message “Input string was not in the correct format Line 0, column 0: error : at System.Double.Parse” means that 0.0 is not correct double value.
What culture settings do you use? Is decimal separator a dot in your culture?
I think that Mono C# compiler contains a bug because line 79 is correct. Compiler must not depend on culture. So we should find workaround.
MikhailModeratorDoes WinForm app work correctly in case of popup windows?
I remember about issue with RPi you have sent, I will answer.
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.
-
AuthorPosts