Nikunj Patel
Nikunj Patel
Related Issues/Forum Threads: https://github.com/serghey-rodin/vesta/issues/2137 https://github.com/serghey-rodin/vesta/pull/2125
@carlossmneto I am working with Edition2.1 IED and it works for me. Make sure the reportcontrolblock you are reading is INDEXED OR NON-INDEXED.
@chuankang use the tool on the following link https://www.dependencywalker.com/ This will give you the list of all the depnedency, make sure you have all of them installed.
Hi @TiagoHekker, Please check the goose subcription implementation done in the following example 👍 https://github.com/nikunj1222/Python_IEC61850/blob/main/iecGOOSEsub.py
If your aim is to receive the goose in python on windows, then yes it worked for me. I am able to received goose as dictionary.
Hi @Adarsh-365 the full code is avaiable on the this github repo 👍 along with some other examples https://github.com/nikunj1222/Python_IEC61850/blob/main/iecGOOSEsub.py
you have to make sure if your goid, goose appid, conf revision and mac address are matching.
Yes i forgot to mention about that. Since on windows interfaceID is an integer number. You need to start script starting from 0 till 6, one of these should work....
@Adarsh-365 how many ethernet card you have in your testing computer ? send me your CID file i am sure your goose parameters are not matching.
Your CID file has GCB01 enable with following parameters : Appid : 'IEC61850System/LLN0$GO$gcb01' confRev="1" MAC-2 : 01-0C-CD-01-00-00 APPID : 0001 Change your script to following shown in bold : def...