03-31-2014 10:10 PM
I'm a new learner of labview.I did a VI which has a function of cumulatiive.But there is always a red cross when I connectiong wire.Could you help me ?Thank you !
---1110340050 MJD
03-31-2014 10:14 PM
03-31-2014 10:15 PM
You can also hover over the wire with Context Help (Ctrl-H) turned on.
03-31-2014 10:16 PM
03-31-2014
10:17 PM
- last edited on
01-21-2025
03:33 PM
by
Content Cleaner
This will get you started. You have a lot more reading to do than just that, though.
03-31-2014 10:31 PM
the function of this code is the cumulative of N which can be changed to your desired number
04-01-2014
12:26 AM
- last edited on
01-21-2025
03:33 PM
by
Content Cleaner
Hi there,
I guess you need to understand about the For Loop and the auto-indexing tunnel.
Here's the link: https://www.ni.com/docs/en-US/bundle/labview/page/processing-individual-elements-in-an-array-or-a-co...
But as billko suggested, try learning LabVIEW on that link that he posted, before going to this link.
-Ee Lim-
04-01-2014 06:03 AM
You should right-click on your output tunnel and select 'Replace with Shift Register' from the menu:
This changes the cursor. Use this to click on your input tunnel:
This should then give you the answer you need: