Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
festo-edcon
is a python package which bundles modules to facilitate operation of Festo electric drives (currently via EtherNet/IP and Modbus) using PROFIDRIVE. Documentation can be found here and in the examples directory
The latest release is available in the public PyPi repo. Install via pip:
pip install festo-edcon
To install with GUI support:
pip install 'festo-edcon[gui]'
You can also install directly from the git repo.
git clone <git-url> <destination>
cd <destination>
pip install .
edrive.motion.MotionHandler
The motion module which aims to replicate the function set of the Siemens SinaPos function block (both using telegram 111).
edrive.com_modbus.ComModbus
The Modbus/TCP communication driver used for transmitting modbus traffic between host and drive.
edrive.com_modbus.ComEthernetip
The EtherNet/IP communication driver used for transmitting EtherNet/IP traffic between host and drive.
profidrive
Contains telegram definitions that are currently supported by EDrives running PROFIDRIVE via Modbus/TCP and EtherNet/IP:
cli
festo-edcon
Main entry point to the CLI.
usage: festo-edcon [-h] [-i IP_ADDRESS] [-q] [--ethernetip] {position,pnu,parameter-set-load,tg1,tg9,tg102,tg111} ...
options:
-h, --help show this help message and exit
-i IP_ADDRESS, --ip-address IP_ADDRESS
IP address to connect to (default: 192.168.0.1).
-q, --quiet suppress output verbosity
--ethernetip use EtherNet/IP (instead of ModbusTCP) as underlying communication.
subcommands:
{position,pnu,parameter-set-load,tg1,tg9,tg102,tg111}
Subcommand that should be called
Subcommand | Description |
---|---|
position | execute very basic positioning tasks. |
pnu | read or write PNUs. |
parameter-set-load | load a complete parameter set to a drive. |
tg1 | run a test sequence using telegram 1. |
tg9 | run a test sequence using telegram 9. |
tg102 | run a test sequence using telegram 102. |
tg111 | run a test sequence using telegram 111. |
For more information use the help flag (festo-edcon [subcommand] -h
).
festo-edcon-gui
Entry point to the GUI.
usage: festo-edcon-gui [-h] [-i IP_ADDRESS] [-q]
options:
-h, --help show this help message and exit
-i IP_ADDRESS, --ip-address IP_ADDRESS
IP address to connect to (default: 192.168.0.1).
-q, --quiet suppress output verbosity
For more information use the help flag (festo-edcon-gui -h
).
FAQs
Library to issue profidrive tasks for Festo specific electrical drives
We found that festo-edcon demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.