Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
ptblab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniele Nicolodi
ptblab
Commits
78958f1c
Commit
78958f1c
authored
1 year ago
by
Daniele Nicolodi
Browse files
Options
Downloads
Patches
Plain Diff
pfeifferRS485: Add some documentation
parent
85219307
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pfeifferRS485.py
+29
-0
29 additions, 0 deletions
pfeifferRS485.py
with
29 additions
and
0 deletions
pfeifferRS485.py
+
29
−
0
View file @
78958f1c
"""
Pfeiffer Vacuum RS485 sniffer.
The RS485 standards allows for multiple devices to be connected to the bus.
All the connected devices receive the data transmitted on the bus. Addressing
is done at the data protocol leve. This tool monitors the communication
between the RS485 bus master (typically an OmniControl device) and the slave
devices (DigiLine vacuum gauges or pumps) and extracts parameters of interest.
The following RS485 components have been tested to work just fine:
- FTDI USB-RS485 Adapter
https://ftdichip.com/product-category/products/cables/usb-rs485-cable-series/
https://de.rs-online.com/web/p/schnittstellenadapter-und-konverter/7300164
- M12 4-pin connector
https://de.rs-online.com/web/p/industrie-automation-steckverbinder/2080565
- M12 Y-splitter
https://de.rs-online.com/web/p/rundsteckverbinder-adapter/9132389
M12 cable pins assignment:
1. RS485 D+ : connect to FTDI USB-RS485
"
orange
"
wire
2. 24V-DC power supply : make sure to do NOT connect
3. GND
4. RS485 D- : connect to FTDI USB-RS485
"
yellow
"
wire
"""
import
click
import
dataclasses
import
enum
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment