08-28-2005 04:30 PM
Hello,
I am in a situation very complicated.I am doing my final project and founded many doubts,please help me urgently.
I am using labview 5.1 in my university.
I saw a VI in labview 7.1 which it is all i need for my project, but i can' t do this in labview 5.1.I am trying to do this but it is very difficult.
Could you help me??
I am sending a jpeg of this vi.And i am sending the function that causes difficulties for me in labview 5.1
I founded this VI at the labview site . This VI do a table, fill different values for each cell.
Thanks a lot and please helpme
08-28-2005 04:32 PM
Hi,
This is the VI which i need a similar in labview 5.1 or solve may problem in other method.
Thanks!
08-28-2005 10:29 PM - edited 08-28-2005 10:29 PM
The VI in the image is pretty bad and might give unpredictable result. Notice that there is no data depedency ...
I believe that you should ensure that the sequence does not start until the left code has executed and that the FOR loop only starts after the case has finished. RIght? This entire construct with all these disconnected local variable writes and reads just screams race condition! 😞
The VI you attached contains a single "replace array subset". Is that the function you need? (I vaguely remember that 5.1 might only have "replace array element"). You can easily duplicate the replace array subset behavior by placing the "replace array element" in a loop between shift registers. Is this what you need?
Message Edited by altenbach on 08-28-2005 08:30 PM
08-28-2005 10:41 PM
08-29-2005 05:50 AM
08-29-2005 06:37 AM
08-29-2005 03:05 PM
08-30-2005 05:56 AM
08-30-2005 08:04 AM
08-30-2005 05:43 PM