I discovered that with single item in the Poll View poll works fine. The error appears after adding more than one item. Once appeared the error persists until disconnection.
Hi, Pavel, I use IED Explorer 0.80d for connecting to IED. I can establish connection fine and ask for reading data with right click on Data Item in IED View (MMS). So far so good, I get new data. When I drag and drop the same Data Item to Poll View it appears inside Poll View, but when I press Update button (two green curved arrows) I get nothing. But I am 100% sure, network request-response are working fine, because Wireshark detects network activity and inside CaptureView I get packets. In the...
Pavel, do I understand correctly that sending a control command for floating point values is not implemented ? When I open context menu for ctlVal node in the tree, choose Send Command (As MMS structure) this opens the dialog box for the command parameters. After pressing Send in the dialog the application terminates. In MMS_log_file.txt I get "Error: mms.SendWrite: Cannot send unknown datatype!" The same steps work fine for ctlVal with boolean type.
utc.cid/IEDVIew (MMS) definitions from ICD and IedTreeView/IedView(MMS) from Server look exactly the same. I tried setting Logging level to Debug, but still don't have any log messages except for the Error: Command structure objects mismatch for UTCLDevice1/CCGR0.FanCtl.Oper.ctlVal! Can you give me a hint how can I debug further ?
utc.cid/IEDVIew (MMS) definitions from ICD and IedTreeView/IedView(MMS) from Server look exactly the same. I tried setting Logging level to Debug, but still don't have any log messages except for the Error: Command structure objects mismatch for UTCLDevice1/CCGR0.FanCtl.Oper.ctlVal! Can you give me a hint who can I debug further ?
Now (with 0.80c) it does not crash, but the dialog does not appear also. Error: Command structure objects mismatch for UTCLDevice1/CCGR0.FanCtl.Oper.ctlVal The whole log file : [19/11/2024 12:32:03.361] Information: Starting main program ... [19/11/2024 12:32:03.407] Information: Verbosity selected: Information [19/11/2024 12:32:21.173] Information: Starting new communication, hostname = 10.83.1.40, port = 102. [19/11/2024 12:32:21.189] Information: [TCP_STATE_START] [19/11/2024 12:32:42.013] Information:...
Pavel, it does not crash, nor establish the connection (screenshot attached). Log output: [19/11/2024 12:15:49.738] Information: Starting main program ... [19/11/2024 12:15:49.801] Information: Verbosity selected: Information [19/11/2024 12:16:51.848] Information: Reading SCL file Z:\utc.cid [19/11/2024 12:17:35.285] Information: Starting new communication, hostname = localhost, port = 102. [19/11/2024 12:17:35.285] Information: [TCP_STATE_START] [19/11/2024 12:17:37.395] Information: StopClient:...
Pavel, can you reproduce exception with the CID file above ? Please, let me know if you need any further testing or assistance from my side.
Hello, Pavel ! IEDE explorer connects to IEC server (CID file attached)
Pavel, I got exception as soon as choose "Send command (As MMS Structure) - Preferred" from the context menu for ctlVal node (sorry for Spanish language) : Consulte el final de este mensaje para obtener más detalles sobre cómo invocar a la depuración Just-In-Time (JIT) en lugar de a este cuadro de diálogo. ************** Texto de la excepción ************** System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto. en IEDExplorer.Iec61850Controller.PrepareSendCommand(NodeBase...
Hello, can I write the whole structure like the following at once ? <DAType id="Oper_3"> <BDA bType="FLOAT32" desc="Setpoint" name="ctlVal"/> <BDA bType="Struct" name="origin" type="origin_0"/> <BDA bType="INT8U" name="ctlNum"/> <BDA bType="Timestamp" name="T"/> <BDA bType="BOOLEAN" name="Test"/> <BDA bType="Check" name="Check"/> </DAType> In IEDE Explorer 0.80a I did not find this option (only "Read Data, Expand Subtree, Collapse Subtree" from the context menu). I found option for writing single...