https://github.com/cube707/grafcet2
LATEX package for drawing grafcets (sequential function charts). It is essentialy a fork of the tikz-sfc libary with new components and names.
https://github.com/cube707/grafcet2
grafcet latex
Last synced: about 2 months ago
JSON representation
LATEX package for drawing grafcets (sequential function charts). It is essentialy a fork of the tikz-sfc libary with new components and names.
- Host: GitHub
- URL: https://github.com/cube707/grafcet2
- Owner: Cube707
- License: lppl-1.3c
- Created: 2021-05-15T14:25:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T10:44:32.000Z (over 1 year ago)
- Last Synced: 2025-04-04T08:47:42.136Z (about 2 months ago)
- Topics: grafcet, latex
- Language: TeX
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GrafCet2 Package
With this package sequential function charts can be created following the GRAFCET norm (IEC 60 848). While there are more modern norms for creating
SFC diagrams, I have to create GRAFCETs quiet a lot, so I created this package.
The old [`grafcet` Package](https://ctan.org/pkg/grafcet) doesn't fit more modern approaches and its documentation is completely in French. So I
decided to recreate all needed functionality by stealing the code base of the [`tikz-sfc` package](https://ctan.org/pkg/tikz-sfc) and to include the
additional shapes needed to create complete GRAFCETs. This means that most of its documentation applies for this package as well.The package is a work in progress. It does work in its current state, but I plan on changing some behaviour as well as adding some more features, if I
can find the time.## Plans
- [x] allowing for use of `\not{}` in transitions and conditions
- [ ] converting this from a package to a tikz-liabry (same as `sfc`
- [ ] polishing the tikz-key backend, so that less nesting is needed (no idea how though)
- [ ] adding an easy way to create parallel junctions
- [ ] adding documentation## Usage
To use the package, just download the `grafcet2.sty` file and place it next to your project (or in a folder that's on `TEXINPUTS`).
Then you can load the package as you would expect:
```LaTeX
\usepackage{grafcet2}
```The commands work very similar to the `tikz-sfc` package, so most of its documentation applies. But it's probably easiest if you just look at the example.
### Example
This Example is produced by [`example.tex`](./example.tex):
