LabVIEW-DCAF / MotionModule

The DCAF Softmotion module is aimed towards simplifying the experience of creating embedded motion systems.
Apache License 2.0
2 stars 1 forks source link

New Sequencer #55

Closed SimonRPSM closed 6 years ago

SimonRPSM commented 6 years ago

I have realized while working on my sequencer that @bkindinger has been creating a sequencer for another module.

I have been looking into his scheme and I really like the way that he is passing data from outside of DCAF (UI) to the module via @tannerblair 's JSON RPC tools. I will thus look into changing mine from reading a file to, instead, wait on commands external to the engine. This would make the system much easier to troubleshoot and test as I develop, as well as work as a better example on how to get started.