07-11-2005 08:43 PM
07-11-2005 09:06 PM
07-11-2005 09:25 PM - edited 07-11-2005 09:25 PM
You need to initialize your shift register with an empty array on the left (see image). This way the shift register will be empty next time the loop starts.
Still, it is more efficient to preallocate a full size array (especially if you know the final size exactly) and use "replace array subset". That should be no problem. What are the dimensions of your arrays? Please attach a simplified example so we can figure it out.
Message Edited by altenbach on 07-11-2005 07:26 PM
07-12-2005 12:20 PM
07-12-2005 01:32 PM
07-13-2005 03:08 AM
07-13-2005 10:25 AM
07-13-2005 10:47 AM
You can just take a screen capture of the active window (alt-PrtScr), paste it into a graphics program (e.g. MS paint, photoshop, corel phhotopaint) and save as png.
LabVIEW itself can get the panel and diagram image of any VI and save it as PNG. An example code is shown HERE
.To create an string array diagram constant, first place an empty array container and then drop a string diagram constant in it. 🙂
07-13-2005 10:25 PM
07-15-2005 12:38 PM