-
Notifications
You must be signed in to change notification settings - Fork 3
Abort function call
viltbalint edited this page Jan 9, 2018
·
1 revision
- LV code may be blocking (waits forever), e.g.: streams are blocking until success connection
- User has to abort the running application from IDE
- .NET DLL calls can’t be aborted neither via stop button nor programmatically
- Timeout implementation in LabVIEW and pass it as input parameter (before .NET DLL compilation)