Forum Replies Created
-
AuthorPosts
-
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?
MikhailModeratorHello,
Could you explain what ACM is, please?
For now the difference between Home and Business types of licenses is the price only. The reason is that the home automation should cheaper in compare with business purposes in accordance with the customer capabilities.
The existing licenses apply to a one server without limit of connections. Thereby, you need one license for each client.
MikhailModeratorThe one message is not translated…
Please open http://localhost/scada/scheme/ScadaSchemeSvc.svc and tell me what you see?
May be in IIS 6 you need to make some configuration of web services processing.Does Insufficient rights error still occur?
P.S. The new web application is under construction. It will be free of those issues
MikhailModeratorJust install MSSQL Compact from the prerequisites.
You have to execute both:
SSCERuntime_x86-ENU.msi
SSCERuntime_x64-ENU.msi
MikhailModeratorIf you are talking about Modbus protocol, command must be converted to the array of bytes. Using formulas of output channels you can send any array of bytes according to your needs.
Do you use Modbus? -
AuthorPosts