05-08-2008 09:09 AM
05-08-2008 09:15 AM
05-08-2008 09:58 AM
05-08-2008 10:13 AM
05-08-2008 10:38 AM
05-08-2008 10:46 AM
05-08-2008 10:54 AM
05-08-2008 10:56 AM - edited 05-08-2008 11:02 AM
smm wrote:
Ok. Damn. I feel, the more i use LV, the more I don't like it
Don't feel that way. You are working on a pretty sophisticated project. Like you were told before, it's best to start small. Work on details of the code, and have an overall architecture planned from a higher level before you start trying to do everything at once.
Smercurio. That wait plus is (or should be) re-entrant. There were numerous messages about this project in the past. Here is a link to one of the threads.
http://forums.ni.com/ni/board/message?board.id=170&view=by_date_ascending&message.id=306437#M306437
smm, I'm a little confused about what your current problem is. In your first post of this thread, you say. "I have a vi here which contains another vi file path to open which consists of a subvi. If I try to run this, I realize to the eye it might seems parallel but inherently is not. The subvi is also made re-entrant. Can anyone help me to make it truly parallel. I tried using separate while loops but it did not do it either."
What do you consider parallel operation? How "unparallel" is the operation? Are you trying to read all channels at the same instant, within microseconds, milliseconds, seconds? If they are to be instantaneoulsy, or nearly so, why? I thought you were running test sequences on 6 independent thermostats at the same time.
05-08-2008 11:02 AM
05-08-2008 11:49 AM
Ravens Fan wrote:What do you consider parallel operation? How "unparallel" is the operation? Are you trying to read all channels at the same instant, within microseconds, milliseconds, seconds? If they are to be instantaneoulsy, or nearly so, why? I thought you were running test sequences on 6 independent thermostats at the same time.