LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NI-Industrial Communication IEC 61850

Solved!
Go to solution

Using send request(blocking).vi it is not possible to update data belonging to setting group (SG) functional constraint. Please suggest a way to update the parameters in the setting group.

0 Kudos
Message 1 of 9
(4,811 Views)

Is this question related to LabVIEW?

0 Kudos
Message 2 of 9
(4,806 Views)

It helps when you attach a link or include other information that tells us what you are talking about.  I suggest adding a bit more information to your post explaining why what you are trying to do is "not possible".  Perhaps even attach the VI that you are working with and demonstrates your problem.

0 Kudos
Message 4 of 9
(4,788 Views)

Hi,

 

Is the VI you're talking about MMS -> Data IO -> Send Request (Blocking).vi?

 

What happens when you try the non-blocking version (e.g. Send Request.vi)?

 

Are you wiring 1 into the 'request type' input of the VI? (to specify a write operation)

Andrew T.
"His job is to shed light, and not to master" - Robert Hunter
0 Kudos
Message 5 of 9
(4,723 Views)

Yeah... I'm talking about that VI. The request type is connected to 1. As you suggested, I tried using the non-blocking version. But the problem remains the same.

0 Kudos
Message 6 of 9
(4,702 Views)

Hi,

 

What's the meaning of the "setting group" that you said? Do you refer to the data with "struct" type? Like the "origin" which locates in P1->L1->LLN0->Mod->origin.

And could you please send your VI to me?

 

Thanks!

 

 

0 Kudos
Message 7 of 9
(4,699 Views)

Hope you know the IEC61850 standard. The setting group (SG) is one of the functional constraints(FC). An FC is used to filter the data attributes of data objects contained in a logical node. If you are referring to the sample scl file provided with the example, you can't find the SG functional constraint there. I am communicating with a real IED. Anyway I will attach my VI below.

0 Kudos
Message 8 of 9
(4,694 Views)
Solution
Accepted by topic author ajazhameed

Hi,

 

SG cannot be suppport by IEC 61850 toolkit. To validate, you can import the SCL file into Create Client.vi and get the SCL parsing information. You can find the notes said the SG cannot be support.

 

parsing.JPG

 

Thanks!

0 Kudos
Message 9 of 9
(4,682 Views)