NAME
eds2xdd - Command-line utility for Convert::EDS::XDD
SYNOPSIS
$ cpan Convert::EDS::XDD # install from CPAN
$ eds2xdd profile.eds > profile.xdd # Convert with the eds2xdd script
DESCRIPTION
EDS is an ini based format specified by the CiA e.V. in order to describe CANopen devices. The Ethernet POWERLINK Standardization Group specifies an EDS-based XML format for EPL devices.
This module takes in an EDS file or a string with its content and returns a XDD string. An eds2xdd script (this one here) is also installed into the PATH
.
eds2xdd
is also available as a self-contained (fatpacked) script at the Github releases page.
LIMITATIONS
May not handle all details of the EDS. Pull requests and reports (issues on Github) are welcome.
GIT REPOSITORY
http://github.com/epl-viz/Convert-EDS-XDD
SEE ALSO
EPL-Viz - Visualization for Ethernet POWERLINK
AUTHOR
Ahmad Fatoum <athreef@cpan.org>
, http://a3f.at
COPYRIGHT AND LICENSE
Copyright (C) 2017-2018 Ahmad Fatoum
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.