LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ebcdic

I was wondering if anyone has worked out a way to read EBCDIC from decimal form.
 
Thanks Beaton
- there is always an easy way, but it is always the hardest to find
0 Kudos
Message 1 of 4
(3,264 Views)

Nevermind I did it myself

Thanks

Beaton

- there is always an easy way, but it is always the hardest to find
0 Kudos
Message 2 of 4
(3,242 Views)

There is not much call for that old IBM repesentation, mostly ASCII around here.

Did you use a look-up table?

Curious,

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 4
(3,235 Views)
I used a case structure that took the byte in decimal form and output the proper charater in string form. I don't think it is the most effeincent or best way to do it but for what needed it for it was the quickest way to write up something to do the converson.
- there is always an easy way, but it is always the hardest to find
0 Kudos
Message 4 of 4
(3,217 Views)