10-30-2008 02:08 PM
Hi,
I'm trying to write class using LabVIEW 8.6 that fire events, and i dont found any tutorial on that.
i try to add vi to the class (.lvclass) with user event in it, but its didnt work ...
The class has boolean member that the user can change, this boolean is used to turn On/Off an event of this class:
The Event need to be fired continuosly, every 5 seconds the event outputs random string (in length of 2 chars, example: 'AA','AB','XY', etc..)
the value need to be displayed to the user with numeric indicator.
any help is appreciated
Thanks
Mor
11-03-2008 09:19 AM
Hi MotiM,
I do not know of any examples that will do exactly what you are looking. However if you have not already done so I would suggest taking a look at the Example Finder (Help> Find Examples). There are several examples that may be relevant. I would suggest looking at the Brows tab then Fundamentals>Object Oriented. Beyond this it might be helpful if you could give us a better explanation of what is happening. We may be able to give more help if we have a better understanding of what is going wrong.
11-04-2008 02:58 AM
Dear Adam,
thanks for your reply.
Jarrod answer on this in :
http://forums.ni.com/ni/board/message?board.id=170&message.id=366125&jump=true
Regards,
Moti