09-16-2024 04:08 AM
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
09-16-2024 04:22 AM
09-16-2024 12:04 PM - edited 09-16-2024 12:06 PM
@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:
09-17-2024 10:42 AM
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! 😄
09-17-2024 11:28 AM
@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:
- Understand and develop the algorithm, independent of any programming language.
- 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.
- 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. 😉
09-18-2024 04:23 AM
wiebe@CARYA wrote:
4. Figure out how to search the forum. 😉
in google search: site:ni.com [your search terms here]
09-19-2024 11:01 AM
@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.
09-19-2024 12:16 PM
@mcduff wrote:
I use this all the time. It works better than using the native search function in the forums.
It always has.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
09-19-2024 12:44 PM - edited 09-19-2024 12:46 PM
Add:
4. Figure out how to search the forum. 😉
Didn't you start a thread for this?
09-20-2024 04:43 AM