ni.com is currently experiencing slowness/issues due to ongoing maintenance.
Support teams are actively working on the soonest resolution.
ni.com is currently experiencing slowness/issues due to ongoing maintenance.
Support teams are actively working on the soonest resolution.
03-22-2006 11:36 AM
03-22-2006 11:53 AM - edited 03-22-2006 11:53 AM
Hello,
It seems that what you want are the ASCII characters that *represent* the hex characters in your string. There may be an easier way to do this, but the first way I thought of is shown below:
See if this helps. I have also saved the VI in LabVIEW 7.1 format and attached it below.
Good luck,
-D
Message Edited by Darren on 03-22-200611:53 AM
03-22-2006 01:07 PM
03-22-2006 01:09 PM - edited 03-22-2006 01:09 PM
Message Edited by altenbach on 03-22-200611:11 AM
08-14-2018 03:07 PM
Here you go:
See File attached
08-14-2018 06:27 PM
@Marcano7 wrote:
Here
See File attached
1. You are replying to a 12 year old thread.
2. Your code really does nothing but give you the string you started with. Not very helpful.
08-15-2018 11:24 AM
@crossrulz wrote:
@Marcano7 wrote:
Here
See File attached
1. You are replying to a 12 year old thread.
2. Your code really does nothing but give you the string you started with. Not very helpful.
3. Your code does not work for strings longer than what fits into a I32. Very limited and thus does not work for the original problem.