03-05-2024 04:12 PM
tysm for helping me, i need to do this for school, only have a week. We didn't get any information about how labview works, just have to figure it out ourselves :/. You really helped me.
03-05-2024 04:21 PM
Do you maybe have a discord where we can chat?
03-06-2024 10:08 AM
@corned wrote:
Do you maybe have a discord where we can chat?
Most of us would prefer to stay in this forum so that others can benefit from the time we spend helping users.
If you are new to LabVIEW there are TONS of online tutorials. Start here with the official one and then just search for "LabVIEW tutorial".
03-07-2024 03:38 AM - edited 03-07-2024 03:47 AM
@corned wrote:
tysm for helping me, i need to do this for school, only have a week. We didn't get any information about how labview works, just have to figure it out ourselves :/. You really helped me.
As an exercise (or to impress the teacher), make a recursive Fibonacci VI, replacing the loop.
Hint: make a reentrant VI that calls itself.
The Fibonacci code should be a SubVI even if you use the loop. A SubVI is just very impractical as an image on the forum.
(I already have a variation of the Fibonacci VI (looping n iterations), and it's probably been posted on this forum. But downloading won't be as educational).