3-252 UR FAMILY – COMMUNICATIONS GUIDEG2 IMPLEMENTATION MODEL FOR GOOSE CONFIGURATION VIA SCL CHAPTER 3: IEC 61850 COMMUNICATION3However, this requires that each logical node in the receiving IED that receives a signal via GOOSE needs to be individuallyconfigured with the final application-specific reference. This can be a disadvantage for example when a user wants to pre-configure a setting template SCL file for the receiving IED. In the template the user can want to define an application-specific signal, possibly used by multiple devices, that when in-service arrive via GOOSE. The ultimate source of the signalis not known at the template-building stage, so it is not possible to enter in the template an ObjectReference to it. Also,while at this stage, the generic semantic to the signal to be received is known; later at the system configuration stage thesignals needed as inputs to the various logical nodes in the receiving IEDs may not be obvious, especially if the signal isinput to user programmable logic.A complementary example is where first a system configuration tool configures GOOSE connections only to the IED, thenlater an IED configurator completes the connection from where the system configurator left it to the destination logicalnode.3.10.8.2 ExtRefTherefore, the G2 implementation model also allows the IED to support in GOOSE connections intermediate objects at thereceiving end, one of which is as shown in the following figure.Figure 3-19: Intermediate object at the receiving endEach intermediate object is represented in the SCL as an ExtRef element and a data object (Ind1 in the figure) within thesame logical node. In devices that implement this feature, the ICD file contains ExtRef elements each pre-configured withthe name of the intermediate data object in its intAddr element attribute. The iedName, ldInst, prefix, lnClass, lnInst,doName, and daName element attributes of the ExtRef elements are user-configured to reference the source of the signalin the sending logical node, and the iedName, srcLDInst, srcPrefix, srcLNClass, srcLNInst, and srcCBName elementattributes of the ExtRef elements are user-configured to specify the GOOSE control block and thus the GOOSE message thesignal is sent in. The desc element attribute of the ExtRef element is available for the user to give the intermediate objectan application-specific name or description.In developing a template file, the configurator is used to assign an intermediate object of the appropriate basic data typefor each signal that the IED needs to receive, by putting an application-specific name or description in the desc elementattribute of its ExtRef element. The desc element attribute is used in later stages to make the intended use of thisintermediate object apparent. In each logical node that uses the signal, the configurator is used to set the input ORG dataobject to reference the stVal data attribute of the data object referenced by the corresponding intAddr element attribute.When template configuration is complete, the configurator exports either an IID or CID file depending on the tool used,which becomes the template file.