json-scada icon indicating copy to clipboard operation
json-scada copied to clipboard

IEC61850 does not run

Open darkjhesus opened this issue 6 months ago • 8 comments

Why IEC61850 does not run after creating a driver instance through webserver?

Image

darkjhesus avatar Jun 01 '25 23:06 darkjhesus

Hi! Currently when the instance is created it is not automatically started. In fact not even the service is yet created via Admin UI. The iec61850 driver service is created when the system is installed on Windows, but it is configured for manual start (you can change this in the Windows Services panel). You have to start the driver manually via services (Windows) or supervisor (Linux).

net start JSON_SCADA_iec61850client

You can also run it directly via cmd to see logs in the console (recommended when configuring devices)

net stop JSON_SCADA_iec61850client
cd \json-scada\bin
iec61850_client.exe 1 1 

riclolsen avatar Jun 02 '25 01:06 riclolsen

Dear riclolsen, I get the error showed in the next image:

Image

darkjhesus avatar Jun 02 '25 04:06 darkjhesus

iec61850dll.zip

I am sorry I realized now there is a missing library DLL in this installer. Please unzip this and copy iec61850.dll to c:\json-scada\bin

Added to installer release 0.52a.

riclolsen avatar Jun 02 '25 11:06 riclolsen

I am trying to create command tag, but I get the next error:

Image

Could you help check what is the error?

darkjhesus avatar Jun 03 '25 02:06 darkjhesus

I try to create a command tag via web server, but I get a bad quality. The parameters used in to create tag via web are showed in the next images. Could you check the error?

Image

Image

Image

Image

darkjhesus avatar Jun 03 '25 02:06 darkjhesus

I am trying to create command tag, but I get the next error:

Image

Could you help check what is the error?

Possibly you haven't created the tag "AAAAAAA" you are trying to update.

riclolsen avatar Jun 03 '25 11:06 riclolsen

Bad quality (invalid=true) is normal for command as they are not scanned. I recommend you create a supervised point for the status and a command point for issuing control, tag names should be distinct (use a distinct suffix).

riclolsen avatar Jun 03 '25 11:06 riclolsen

Thank you for your help @riclolsen .

darkjhesus avatar Jun 03 '25 14:06 darkjhesus