07-10-2007 11:02 AM
07-10-2007 11:04 AM
07-11-2007 11:49 AM
07-17-2007 02:38 AM
07-17-2007 08:58 AM
07-17-2007 09:06 AM
I'm not an expert on Simulation Interface Toolkit, so I'm not sure whether or not this is relevant to the problem you are seeing, but I thought I'd share it. Take a look at the Known Issues section in LabVIEW Simulation Interface Toolkit 3.0 Readme Files. It mentions the following known issue with real-time simulations:
"If you create mappings between a model DLL and only AI or only AO channels on a DAQ device, the driver VI returns error –200429."
I hope this helps.
07-17-2007 09:21 AM
07-18-2007 02:01 AM
07-18-2007 09:34 AM
I do not know which post you are referring to, but please keep in mind that most problems with local and global variables are a result of incorrect usage by the user and not by a bug in LabVIEW. You may want to refer to the documents linked below for more information on what I'm talking about.
Are LabVIEW global variables good or bad, and when is it OK to use them?
The bottom line is that local variables are easily misused and care must be taken to ensure that you are using them properly.
07-19-2007 04:28 AM
Hi,
i do not want to speak badly about Labview. I have use the term "bug" because i use this in my "office slang" with my friends.
I have read on this topic
http://forums.ni.com/ni/board/message?board.id=170&message.id=180275&query.id=117394
that is better to not use local variable when is possible, and i have try to solve my problem with this guideline. The problem now is resolved.
However i will read the link to learn more about.