08-20-2013 05:41 PM
09-01-2013 07:57 AM
Hello,
It's a really nice code jcarmody,
Can you please post a VI snippet of this code, or join the .vi on a post ?
Thanks,
S. Michaud
09-01-2013 12:38 PM - edited 09-02-2013 04:08 PM
I thought I make two standard tools in the style of the VIs in the String/Number Conversion Palette.
I Implemented very crude error handling:
"Number to Roman String" returns empty string for illegal inputs.
"Roman String to Number" returns -1 for illegal inputs.
Number is I32 representation only (the algorithm needs to be modified if it should work with e.g. U32).
VIs are in LabVIEW 2011. Enjoy and modify as needed.