I want to change the originCategory of the IEC 61850 messages to automatic-remote (number 6). I guess I need to change config of the driver and the user bit 6 as per help file.
I have IEC 61850 drivers 2 and 3. How can I insert the config entry and where to insert it? I tried inserting it into config file of the project with [iec61850] but it is not recognized. Is there a special place for driver config or how should I do it?
Adam
IEC 61850 originCategory
- adam.kapala@croonwolterendros.nl
- Posts:1
- Joined: Thu Jun 06, 2019 8:33 am
IEC 61850 originCategory
- rglock
- Posts:19
- Joined: Wed Sep 08, 2010 9:54 am
Re: IEC 61850 originCategory
Hello,
here's an example:
[iec61850]
originatorCategory = 3
Wenn executing a command (=dpSet on the datapoint-element, containing the output address), you'll have to set the Userbit6 in addition.
You can check the command output, by setting -dbg DEBUG_DRV_COMMAND at the driver.
If you have any further problems with the iec61850-configuration (or in case of possible product/driver problems), please submit an official servicerequest.
best regards
Rainer Glocknitzer
here's an example:
[iec61850]
originatorCategory = 3
Wenn executing a command (=dpSet on the datapoint-element, containing the output address), you'll have to set the Userbit6 in addition.
You can check the command output, by setting -dbg DEBUG_DRV_COMMAND at the driver.
If you have any further problems with the iec61850-configuration (or in case of possible product/driver problems), please submit an official servicerequest.
best regards
Rainer Glocknitzer