Showing posts with label PIXIT. Show all posts
Showing posts with label PIXIT. Show all posts

Saturday, August 9, 2014

Are you looking for IEC 61850 TICS, PICS, PIXIT, … Documents?

I talked the other day to experts of a big user. We shared our experience of increased “information hiding” when it comes to the availability and accessibility of the various documents like PICS, PIXIT, TICS, … Product handbooks, manuals, … When you checked websites of major vendors some years ago, you could find a bunch of technical material … I have figured out that these documents are quite often hidden … or not anymore available online.

I found still good examples for downloading many of the these crucial documents:

Click HERE for a Website of ABB to find PICS and other documents

Click HERE for a Website of Alstom Grid to find PICS …

Click HERE for a Website of Schneider Electric to find PICS and other documents.

Click HERE for a Website of Siemens to find some 30 PIXIT documents.
Click HERE to see a list of some 40 references to IEC 61850 Ethernet Module EN100.

Congratulation to the IEC 61850 Teams!

Enjoy the documents. Are you looking for help to understand these documents? Why do we need these at all? Isn’t IEC 61850 a standard? … and then all these documents …

Click HERE to get help!

Wednesday, November 14, 2012

What does a PIXIT provide?

PIXIT stands for “Protocol Implementation eXtra Information for Testing”. The objective is to provide crucial information for the test lab.

One example is the value for the “Maximum number of clients that can set-up a 2-party association simultaneously”, e.g., value=16. Does this mean that the maximum number of clients is restricted to 16? No! The value of 16 is used by the Testlab to run test cases. The number can be much bigger!

The PIXIT document for a SystemCorp IEC 61850 IED lists for the stack/API ina value of 16 – BUT the stack/API and the IED supports up to 255 clients!

If you want to know what a device supports, you should read technical specifications of the IED. A lot of vendors use the PIXIT also as a kind of technical specification. The PIXIT documents should contain a note that the values given in the PIXIT document may be restricted for testing purposes only. PIXIT documents should also show the limits of the IED when applied in real applications.

Download PIXIT Document for a specific IED.

Wednesday, March 30, 2011

Conformance Certificate for SystemCorp's IEC 61850 Device using Stack PIS-10 on Beck IPC Chip

SystemCorp has implemented their stack software on the Beck IPC Chip SC143 in their IED "IEC 61850 WebCAN Substation Monitoring & Control System". The IED is a multifunctional monitoring and control system.

KEMA (Arnhem, Netherlands) tested the IEC 61850 conformance successfully:

image

Click HERE for a copy of the certificate [PDF, 1MB].

Test has been conducted according to the PICS, PIXIT, TICS, and MICS Documents that can be accessed through:

http://www.systemcorp.com.au/component/content/article/24-user-manuals/63-iec-61850-pics-pixit-tics-mics.html

Details of the IED can be found here:

http://www.systemcorp.com.au/component/content/article/24/74-webcan-rtu-system-description.html

This is a major step towards the widespread use of the IEC 61850 stack from SystemCorp for small devices. The IEC 61850 software and the IEC 61850 communication behavior is almost completely implemented on the Beck IPC Chip SC143. Products that use the same chip with the software used for the conformance test would - by default - pass most crucial parts of the IEC 61850 conformance test.

This allows a short time-to-market IED development for all devices that apply the Beck IPC Chip.

Please contact SystemCorp for more details.

A flyer on the Beck Chips can be found here:

http://nettedautomation.com/download/IEC61850Li.pdf

Thursday, March 10, 2011

Do you know what a PIXIT or a TICS is?

The conformance of devices with IEC 61850 has several aspects that are mainly specified in the following documents:

PICS Protocol Implementation Conformance Statement:
Which Communication services are supported ...
Click HERE for a complete example (all examples shown here are for A specific IED: RTU of SystemCorp); the stack software from SystemCorp offers more.
PIXIT Protocol Implementation Conformance Extra Information for Testing:
Restrictions and Limitations found in a device ...
Click HERE for a complete example
MICS Model Implementation Conformance Statement:
Models supported ...
Click HERE for a complete example
TICS Tissue Implementation Conformance Statement:
Which tissues have been implemented:
www.tissue.iec61850.com
Click HERE for a complete example
SICS SCL Implementation Conformance Statement:
Which aspects of SCL have been implemented in a Tool
 

Please ask your vendor of the IEDs or tools (you want to apply) for these documents. They provide you a good level of details you need to know when building multi-vendor systems.

Excerpt of a PICS:

image

Excerpt of a PIXIT:

image

Excerpt of a MICS:

image

Excerpt of a TICS:

image

Excerpt of a SICS (Template from IEC 61850-6):

image

For smooth system integration it is quite crucial to read and understand these documents!!

Sunday, September 12, 2010

Interoperability and Replacement of an IED by another one

The other day somebody from the user community posted a comment on this blog. The issue discussed is on Interoperability and Replacement of an IEC 61850 compliant IED by another one:

"That is exactly what we users want: not just be able to have different IEDs from (possibly) different vendors cooperating in our substations, but also be able to replace an IED by another one that is functionally equivalent (or superior, or maybe just similar, this being the utilty’s internal issue) regardless of what the other system components are, and in the easiest possible way."

First of all, the Replacement of an IEC 61850 compliant IED mainly depends on the implementation of the standard (which subsets, ..., restrictions) and on the configuration of the system.

Replacement could be very easy but also be a bit complicated. One example shows the impact of the implementation (restriction) and one shows the impact of the configuration.

Restricted implementation: Suppose that an IED A (to be replaced) has 10 Logical Devices to model the application. IED B (to replace IED A) has only the possibility to support five (5) Logical Devices; the restriction is done during the design of the IED.

The system engineer has configured the IEDs and the information flow between them, e.g., the flow from IED A to other IEDs. The designed information flow between IED A and other IEDs is like a Contract. This contract says that IED A has 10 LDs and underlying LNs and DataObjects. The LD name are used to designate the DataObjects; the LN-Reference contains the LD-Name. A DataSet could have members from all 10 LDs (this could be "written" in the contract).

If the IED B has only five (5) LDs then the designation of the DataObjects will likely be different - it requires a modified Contract! The Clients (Subscriber) have to take these changes of the designation into account. This may require a re-configuration of the Clients (Subscriber).

Click HERE for a PIXIT document providing some information about an IED, e.g. restriction of GOOSE messages that can be sent (<= 16) ...

Don' forget: Everything is limited!!

Configuration of the system: Even if IED A and IED B have the same signal designations (same model) it could be that the "old contract" defines a flow as follows: the information to be reported or goosed is defined in a very big DataSet (e.g, of 100+ members). IED B may only support DataSets with a maximum of 50 members. As a consequence the "contract" has to be modified to create two (or more) DataSets and two or more ControlBlocks. The Clients (Subscriber) have to take this into account.

The "easiest possible way" means to apply the same "contract" (flow configuration) for IED A and IED B. If IEDs would be quite flexible with regard to the "contracts" then a replacement would be quite easy.

By the way, the question, which "contract" we could write depends on the vendors' implementations and the way how people configure systems, BUT not on the standard!

The utility requirement could be modified as follows: "to replace an IED by another one that is functionally equivalent (or superior, or maybe just similar, this being the utilty’s internal issue) AND that uses the same "Contract" of the information flow between the two IEDs, regardless of what the other system components are."