Published February 27, 2020
| Version v0.8.12
Software
Open
RobotExMachina/Machina.NET: v0.8.12
Description
v0.8.12
BUILD 1502
- Compilers now have embedded abstract comment characters and encoding
- Compilers now return
MachinaFileobjects instead ofList<string>. This helps with multi-file program creation. MachinaFilesserialize to different string lists...KUKAcompiler now returnsdatandsrcfiles.MachinaFilesis nowRobotProgramFile
- [x] Added
RobotProgramas an aggregator ofRobotProgramFiles. - [x] Adapt the
ABBcompiler to spit out two files - [x] Adapt the
URcompiler to spit out thescriptfile - [x] Adapt all the other compilers to reflect these changes
- [x] Check that all changes work
- [x] Split
Typesnamespace intoTypes.GeometryandTypes.Dataor similar - [ ] Will need to change the GH + Dynamo compilers to adapt to these changes...
- Changed the KUKA compiler with edits suggested by Alexander and Matty from RMIT.
- Picked the project up after a long hiatus...
- Added
[ParseableFromString]attribute for those methods in the API that can be parsed from primitive values. - Changed
Do(): it now parses a string and tries to turn it into an action using reflection. - Added
Issue(Action): does whatDo()used to do, take an Action and issue it.
- Add
wobjcode option for ABB driver. - Add quick conversion utility which I will totally revert...
Files
RobotExMachina/Machina.NET-v0.8.12.zip
Files
(19.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:511227523dd2b8b7048ad12ec623f196
|
19.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/RobotExMachina/Machina.NET/tree/v0.8.12 (URL)