msr icon indicating copy to clipboard operation
msr copied to clipboard

A Rust library for industrial automation

Results 6 msr issues
Sort by recently updated
recently updated
newest added

Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1. Release notes Sourced from pre-commit/action's releases. pre-commit/[email protected] Misc Update actions/cache to v4 #190 PR by @​SukiCZ. #189 issue by @​bakerkj. Commits 2c7b380 v3.0.1 8e2deeb...

dependencies

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies

I'd like to express conditions like `|fcr001 - fcr002| > 0.5`, so the two math. operations `Sub` and `Abs` could do the start :)

enhancement

I'd like to parse things like `(in.x >= 5.6 && out.y == false) || in.z != true`

enhancement

The current runtime helps to do some basic stuff but the overall concept isn't great. E.g. it's not obvious in which order actions were applied. That can lead to unclear...

enhancement
help wanted