Forum Replies Created
-
AuthorPosts
-
MikhailModeratorStrange. May be it is cached. I’ve sent by e-mail.
Or you can download the distributive from rapidscada.org
MikhailModeratorIt is too old.
Should be 17.09.15 and 27648 bytes. Please update.
MikhailModeratorCould you post here the size and modify date-time of C:\SCADA\ScadaWeb\bin\ScadaDiag.dll ?
MikhailModeratorShow chart issue:
Try pressing Ctrl+F5 to fully refresh the web page. The location of ScadaDiag.aspx was changed to diag/Diag.aspx
MikhailModeratorMy 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)
MikhailModeratorThis is outdated link. I will check the errors you described.
MikhailModeratorWhen you updated SCADA-Web? The 2nd bug was fixed in this week.
Try downloading again and overwrite ScadaDiag.dll
MikhailModeratorYou 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.
MikhailModeratorHow the command is configured in the device template? Send a screenshot, please.
MikhailModeratorFirst of all, you should find where the value got lost.
Please remind me, if you send command by SCADA-Communicator directly, it works OK?
MikhailModeratorIt is a displaying bug )
It was fixed yesterday, but not published. Sorry. I shall do it till the midnight.
MikhailModeratorHi,
Double value is trancated by Modbus driver. Value type is not a problem.
You could update SCADA-Communicator only. It’s easy. Make backup copy. After updating, copy the config folder and check the settings.
MikhailModeratorCreate an output channel with standard command type and empty formula.
Add this channel to your table view using SCADA-Table Editor.
MikhailModeratorHi,
In this case you should develop or purchase a driver for SCADA-Communicator or a separate application.
MikhailModeratorProbably, you need Automatic Control Module:
http://rapidscada.ru/download-all-files/download-automatic-control-module/
http://rapidscada.org/download-all-files/download-automatic-control-module/If you are using Rapid SCADA 4.5, the download links are:
http://rapidscada.ru/download/mod_auto_control_4.4_ru.zip
http://rapidscada.org/download/mod_auto_control_4.4_en.zip -
AuthorPosts