aart-jan Posted December 29, 2007 Report Share Posted December 29, 2007 Hi all, I am using LV8.5 and the recently released Endevo Goop toolkit 2.0 When I use the classname.GetObjectStatus.vi to retrieve object information, there is a connector pane output named "class name" as well. For some reason this string is always empty, though. Can somebody tell me how to remedy this? Quote Link to comment
Jeffrey Habets Posted December 29, 2007 Report Share Posted December 29, 2007 QUOTE(aart-jan @ Dec 28 2007, 06:11 PM) I am using LV8.5 and the recently released Endevo Goop toolkit 2.0 When I use the classname.GetObjectStatus.vi to retrieve object information, there is a connector pane output named "class name" as well. For some reason this string is always empty, though. Can somebody tell me how to remedy this? Assuming you are using the EndevoGOOP3 class provider... The class name output shouldn't be empty, it should contain the classname (without the .lvclass).. Now, if you by any chance meant the "object name" output, this will be empty by default. The object name for a particular instance of your class can be set as a parameter to the new method in the create method of your class.. http://lavag.org/old_files/monthly_12_2007/post-906-1198880165.png' target="_blank"> Quote Link to comment
aart-jan Posted December 29, 2007 Author Report Share Posted December 29, 2007 QUOTE(Jeffrey Habets @ Dec 28 2007, 03:20 PM) Assuming you are using the EndevoGOOP3 class provider... The class name output shouldn't be empty, it should contain the classname (without the .lvclass).. Now, if you by any chance meant the "object name" output, this will be empty by default. The object name for a particular instance of your class can be set as a parameter to the new method in the create method of your class.. indeed, I am using class provider EndevoGoop300. Unfortunately, I really did mean the class name. I do use the object name as well and have no issues retrieving that. Quote Link to comment
Jeffrey Habets Posted December 30, 2007 Report Share Posted December 30, 2007 QUOTE(aart-jan @ Dec 29 2007, 01:15 AM) indeed, I am using class provider EndevoGoop300.Unfortunately, I really did mean the class name. I do use the object name as well and have no issues retrieving that. Strange, I don't have this issue in my code.. Do you have some example code which replicates this? 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.