LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Roman Numeral Converter

can someone help me how to make a simple number converter from arabic numbers to roman numerals. I'm using labview for the first time

0 Kudos
Message 1 of 14
(696 Views)

@carvat wrote:

can someone help me how to make a simple number converter from arabic numbers to roman numerals. I'm using labview for the first time


While you got a solution, you now have three problems to solve:

 

  1. Understand and develop the algorithm, independent of any programming language.
  2. Implement it in LabVIEW (... not "labview". note the correct letter-case spelling!). For that, you need to study your course notes and maybe also go over the learning resources listed at the top of the forum. You can't just use LabVIEW "for the first time" and do this from scratch! You need to learn the "language" first.
  3. Assuming this is homework, you need to make absolutely sure that you understand every single code detail of the above solution. You teacher will ask you to explain, so be very (very!) prepared. Just submitting a plagiarized solution will not get you very far. Of course you can use my solution to validate your own code.
Message 3 of 14
(617 Views)

wiebe@CARYA wrote:

Solved: Change number from Arabic to Roman - NI Community


I'm quite satisfied with my solution in that one, it took me a couple of minutes to figure out what the heck i did back then! 😄

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

Qestit Systems
Certified-LabVIEW-Developer
Message 4 of 14
(555 Views)

@altenbach wrote:

@carvat wrote:

can someone help me how to make a simple number converter from arabic numbers to roman numerals. I'm using labview for the first time


While you got a solution, you now have three problems to solve:

 

  1. Understand and develop the algorithm, independent of any programming language.
  2. Implement it in LabVIEW (... not "labview". note the correct letter-case spelling!). For that, you need to study your course notes and maybe also go over the learning resources listed at the top of the forum. You can't just use LabVIEW "for the first time" and do this from scratch! You need to learn the "language" first.
  3. Assuming this is homework, you need to make absolutely sure that you understand every single code detail of the above solution. You teacher will ask you to explain, so be very (very!) prepared. Just submitting a plagiarized solution will not get you very far. Of course you can use my solution to validate your own code.

Add:

 

4. Figure out how to search the forum. 😉

 

0 Kudos
Message 5 of 14
(544 Views)

wiebe@CARYA wrote:

4. Figure out how to search the forum. 😉

 


in google search: site:ni.com [your search terms here]

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

Message 6 of 14
(513 Views)

@jcarmody wrote:


in google search: site:ni.com [your search terms here]


I use this all the time. It works better than using the native search function in the forums.

Message 7 of 14
(476 Views)

@mcduff wrote:


I use this all the time. It works better than using the native search function in the forums.


It always has.

Message 8 of 14
(470 Views)

 

 



Add:

 

4. Figure out how to search the forum. 😉

 


Didn't you start a thread for this?

 

Hey! Carnac, Over here! 


"Should be" isn't "Is" -Jay
0 Kudos
Message 9 of 14
(464 Views)

@mcduff wrote:

@jcarmody wrote:


in google search: site:ni.com [your search terms here]


I use this all the time. It works better than using the native search function in the forums.


Asking my cat works better than using the native search function in the forums. 😂

Message 10 of 14
(438 Views)