Forum Replies Created
-
AuthorPosts
-
MikhailModeratorI’ve sent. Please let me know about the result.
MikhailModeratorI’ve found IEEE754 calculator: http://www.h-schmidt.net/FloatConverter/IEEE754.html
It may help.
MikhailModeratorYou right that the reason of the issue is incorrect decoding. I don’t think that it is a bug. Most likely the responses are differ.
Please, post a part of communication log where the response is decoded incorrectly.
MikhailModeratorInteresting error. Works like Mono .NET on Linux.
If it’s possible, use newer OS, please. If not, I can send you an update that should fix this issue with charts, but the update does not fix issue with schemes.
MikhailModeratorIn the Table editor just focus on the left table and hold Enter button. Channels will be added one by one.
The editor will be moved to the web application that is why there is no reason to update the GUI version.
MikhailModeratorUse clone channels or create channels functions in SCADA-Administrator.
MikhailModeratorYes, you should set status of calculated channel by a formula.
Formula example:
Val(1)+Val(2); Stat(1)
MikhailModeratorHello,
Make sure that Server works correctly by watching the file C:\SCADA\ScadaServer\Log\ScadaServerSvc.txt
Then open C:\SCADA\ScadaWeb\log\ScadaWeb.log and check the details of the errors.
MikhailModeratorProvide more details, please.
MikhailModeratorFurthermore, the new version of web application, that is under development, can’t work without web services.
MikhailModeratorCharts also use web service (WCF) to update data.
Open the browser console (F12) and watch what are the messages there?
Also check C:\SCADA\ScadaWeb\log\ScadaWeb.log
MikhailModeratorProbably it’s possible to make it work, but I think it will take too much time.
May be you have a possibility to install SCADA-Web application to a different machine? It can operate separately from back end applications.
MikhailModeratorCnl/( Val(768)*100 + (1-Val(768)) )
you can change to
Cnl / (Val(768)>0?100:1)
MikhailModeratorIf you receive data from Communicator in the channel 808, you have to turn it to Real channel type.
If the channel type is Real, the formula is calculated only when SCADA-Server receives data from SCADA-Communicator.
So you need to create an additional channel of Calculated Real type that will be quickly response to changes of the channel 768, and it depends on 768 and 808 channels.
MikhailModeratorIf i need to buy a new license for every client, can i charge extra for it(have profit over the license value)? Or the client itself need to buy the license from RapidSCada.org?
Are you planning to offer Software as a Service for you clients? I think we should discuss these in details to create the best offer. Could you describe your vision by email?
-
AuthorPosts