Elktro Posted March 4, 2010 Report Share Posted March 4, 2010 I am currently programming with SciWare's GOOP developer with LabVIEW 7.1. I have a public readwrite method, let's say ClassA.GetValue(). How can I find out whether this method is reentrant or not? thanks, Quote Link to comment
Yair Posted March 5, 2010 Report Share Posted March 5, 2010 Why don't you just open the VI and have a look in its properties dialog? Also, note that since it includes a write, it probably only matters if it's reentrant if you're working on two different objects at the same time, as presumably the framework will lock the cluster if you're working on a single instance. 1 Quote Link to comment
Elktro Posted March 5, 2010 Author Report Share Posted March 5, 2010 Yeah of course! Found it at Vi Properties -> execution. thanks Quote Link to comment
Phillip Brooks Posted March 5, 2010 Report Share Posted March 5, 2010 Yeah of course! Found it at Vi Properties -> execution. thanks Here is a LabVIEW 7.0 VI that you can use to programmatically determine the VI execution state settings for a specific VI. VI Exec Options.vi (LV 7.0) 1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.