LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need help with labview

I want to make a VI in labview that calculates all the divisors of a number, but I don't get it. Can anyone help me?

0 Kudos
Message 1 of 3
(161 Views)

It sounds like a job for a while loop and some Quotient & Remainder.

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 3
(153 Views)

@Jernau wrote:

I want to make a VI in labview that calculates all the divisors of a number, but I don't get it. Can anyone help me?


Do you have problem with the math or with LabVIEW programming? Obviously, this is an integer problem, so make sure to stick with blue wires.

 

Show us what you tried and we might point you in the right direction to complete your homework. You could also study the inside of the prime factors tool for some related ideas. 😄

0 Kudos
Message 3 of 3
(86 Views)