Replies: 4 comments 19 replies
-
Hi Ricardo, I am testing json-scada 0.29 on IEC 61850 ieds, Iam facing following issues. 1)I am unable to use excel based configuration tool. Iam getting error( "runtime error:438: Object doesn't support this property or method"). I ensured that "config_server_excel" windows service was running. 2)How to add parameters related to protocol destination for a tag? In web based configuration of tags, parameters related to protocol source are only available to configure. My objective is to get data from IEC 61850 servers using IEC 61850 MMS client protocol driver and then send the same to a IEC-104 client using IEC-104 server protocol driver. By the way Great work. |
Beta Was this translation helpful? Give feedback.
-
Thanks, this is important to know. |
Beta Was this translation helpful? Give feedback.
-
Hi Ricardo, while trying to use json scada as iec 61850 client, tags are not getting updated by MMS reports from server. Every time json scada client gets a report, i am getting an error ("Value cannot be null. (Parameter 'source')") in the log. Although data is correctly updating using polling. I checked the server side, it is sending reports correctly. I have attached the log file, any help is much appreciated. |
Beta Was this translation helpful? Give feedback.
-
Hi Ricardo, While using excel based configuration tool to configure Iec 61850 tags, the protocol common address is of type "text" and expected entry in the cell is of type int.64. I was able to get around this problem by changing following in realtimeData query in excel file from {"protocolSourceCommonAddress", Int64.Type} to {"protocolSourceCommonAddress", type text} and also replacing following line, |
Beta Was this translation helpful? Give feedback.
-
Notes for version 0.29:
Requirements and recommendations:
This discussion was created from the release Version 0.29 Alpha.
Beta Was this translation helpful? Give feedback.
All reactions