Sign Up

Details

In this video we show you a quick intro to the JKI.Net System Exec toolkit for LabVIEW. The video will even show you how to quickly call a Python script that sends real-time feedback to LabVIEW. The toolkit allows you to create and asynchronously launch an instance of the .NET System Process in order to run any application (i.e. cmd.exe). Use this library instead of the default LabVIEW System Exec vi. It configures the instance to redirect the stdout, stderr, and stdin so that LabVIEW can interface with them. Use the public events to register for the stdout and stderr events. Send strings to stdin using the stdin.write.vi. Run the provided example in order to see how the library works with running cmd.exe.

Comments


Please sign in to leave a comment.