Forum Replies Created
-
AuthorPosts
-
Mikhail
ModeratorHi Dejan,
Thanks for the response. The bug was fixed. You can download the installation package again and reinstall SCADA-Server.
Mikhail
ModeratorYou should download the components of the version 4.5. They have been published recently.
September 22, 2015 at 7:12 am in reply to: How to get the data which automatically sent by the devices? #544Mikhail
ModeratorSpecial device driver is needed. Driver development is described here http://rapidscada.org/device-drivers-development/
You could develop it by yourself or purchase it.Mikhail
Moderator400001 means that you should select Holding Registers (4x) data table and the 1st start element address.
September 21, 2015 at 3:38 pm in reply to: How to get the data which automatically sent by the devices? #539Mikhail
Moderator1. Could you provide an example, please?
2. Probably you should implement or purchase development of the device driver if your device uses its own communication protocol.Mikhail
ModeratorHi,
What version of Rapid SCADA do you use?Mikhail
ModeratorNo, it’s free. There is an extended commercial version.
Mikhail
ModeratorStrange. May be it is cached. I’ve sent by e-mail.
Or you can download the distributive from rapidscada.orgMikhail
ModeratorIt is too old.
Should be 17.09.15 and 27648 bytes. Please update.Mikhail
ModeratorCould you post here the size and modify date-time of C:\SCADA\ScadaWeb\bin\ScadaDiag.dll ?
Mikhail
ModeratorShow chart issue:
Try pressing Ctrl+F5 to fully refresh the web page. The location of ScadaDiag.aspx was changed to diag/Diag.aspxMikhail
ModeratorMy advice was inaccurate.
You should create an output channel with standard command type.
In the source of your formula create a byte array of 8 elements:byte[] arr = new byte[8];
Fill it by the required values. Then convert back to double using BitConverter class:
return BitConverter.ToDouble(arr)Mikhail
ModeratorThis is outdated link. I will check the errors you described.
Mikhail
ModeratorWhen you updated SCADA-Web? The 2nd bug was fixed in this week.
Try downloading again and overwrite ScadaDiag.dllMikhail
ModeratorYou need to create your own function in Formulas table which converts double input value to the array of bytes. Then use your formula in Output channels table.
Also you need to upgrade SCADA-Server to 4.5. -
AuthorPosts