Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
I have no access to the images. Please check them.
MikhailModeratorCurrently, we use English names and write new comments in English.
MikhailModeratorHi,
“Srez” means snapshot or slice. This is the Russian word. Because it is used in many projects and files, difficult to change the name of the class and variables.
MikhailModeratorHi Hugo,
We can do the required feature for a free. If you interested, write an email that contains detailed requirements. And we would estimate the cost of development.
MikhailModeratorHi,
why “%256”, “/256”,what it is doing, I really do not understand.
Gets lo and hi bytes of the integer.
MikhailModeratorHi,
Or I need make function which handle such future?
Yes, you should use extra input channels.
MikhailModeratorHi,
In VS goto Debug -> Attach To Process and find ScadaServerSvc.exe
MikhailModeratorHi,
You did everything right.
MikhailModeratorYou should test schemes in Firefox and Edge. Do they work?
MikhailModeratorHi,
Dynamic text shows value of an input channel, that is in turn can be calculated by a formula.
MikhailModeratorshould we compile ScadaAdmin5 or ScadaAdmin?
It is not ready, but you can run it just for watching.
MikhailModeratorDo table views work correctly?
MikhailModeratorHi,
If you update the existing web app, press Ctrl+F5 to fully refresh scripts.
MikhailModeratorHi,
You should also refresh dll repository. WinControl.dll changed.
MikhailModeratorHi,
1. Create your own database that contains user credentials.
The database model is up to you.2. Create a module for SCADA-Server that checks user login and password.
Use ModActiveDirectory as a template.
Override ValidateUser method.3. Create a plugin to manage users.
This is a plugin for Webstation that implements editing your database.
Plugin examples are here. -
AuthorPosts