I would like to receive Disturbance Data from ABB Protection Relay.
Disturbance recordings are abailable to any Ethernet-based application in the standard COMTRADE file format.
The following contents are in the IEC61850 Driver manual.
I do not know how to use zenon Editon.
Help me please!!!!!!
IEC61850 Driver manual
To request folder information:
Create, in your zenon, two string variables of the driver object type File Transfer with the corresponding network address:
The first variable, hereafter called the command variable, with the name "SERVER!Command" can also be used to get files and to delete them.
The second variable with the name "SERVER!Directory" is only used for the result of the folder query. It receives the folder content as legible text. For this reason, its size should correspond to the maximum size of the file name (including the folder) in the PLC.
For the command variable, set the value "DIR" (for the root directory) or "DIR <file_spec>".
<file_spec> is a string that is sent to the server as a transfer parameter.
If the folder has been successfully received:
The command variable changes its value to "DIR OK"
The folder variable contains the received folder content as legible text. One line of this text has the following format:
<File name>;<File length>;<Time stamp>.
To get a file from the server, set the value "GET <file name>" for the command variable.
If the file has been successfully received:
It is saved in the folder that was defined as Directory for file transfer in the driver dialog Basic settings.
Files from a subfolder are also stored in the main folder.
The command variable changes its value to "GET OK"
To get a file from the server, set the value "DEL <file name>" for the command variable.
If the file was deleted successfully, the command variable changes its value to "DEL OK"