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

ExampleSequencer - Make it non-blocking #65

Open SimonRPSM opened 6 years ago

SimonRPSM commented 6 years ago

Currently, the new Example Sequencer is blocking. It will wait until the client connects, which we do not want.

Ultimately, the way to make this work would be to use @tannerblair 's JSON RPC tools and have a background TCP manager.