Jump to content

Help Insert Data String to Array


Papang

Recommended Posts

This is a dataflow problem.

When you split a wire, you split data. You've created a race condition where you carry the information on two wires, modify the data differently on both and then each one races to update the Array.

Remember that LabVIEW is not using pointers to controls or indicators. Follow one wire and make each function work on the data previously modified by the node before.

<object id="scPlayer" class="embeddedObject" width="630" height="378" type="application/x-shockwave-flash" data="http://content.screencast.com/users/normandinf/folders/Jing/media/40e1f056-bf17-46df-bd03-df951dffa53d/jingh264player.swf" >

<param name="movie" value="http://content.screencast.com/users/normandinf/folders/Jing/media/40e1f056-bf17-46df-bd03-df951dffa53d/jingh264player.swf" />

<param name="quality" value="high" />

<param name="bgcolor" value="#FFFFFF" />

<param name="flashVars" value="thumb=http://content.screencast.com/users/normandinf/folders/Jing/media/40e1f056-bf17-46df-bd03-df951dffa53d/FirstFrame.jpg&containerwidth=630&containerheight=378&content=http://content.screencast.com/users/normandinf/folders/Jing/media/40e1f056-bf17-46df-bd03-df951dffa53d/dataflow.mp4&blurover=false" />

<param name="allowFullScreen" value="true" />

<param name="scale" value="showall" />

<param name="allowScriptAccess" value="always" />

<param name="base" value="http://content.screencast.com/users/normandinf/folders/Jing/media/40e1f056-bf17-46df-bd03-df951dffa53d/" />

<video width="630" height="378" controls="controls"><br />

<source src="http://content.screencast.com/users/normandinf/folders/Jing/media/40e1f056-bf17-46df-bd03-df951dffa53d/dataflow.mp4" type="video/mp4;" /><br />

<b>Your browser cannot play this video. <a href="http://www.screencast.com/handlers/redirect.ashx?target=viewingembededhelp">Learn how to fix this</a>.</b>

</video>

</object>

  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.