[[Template core/front/global/updateWarning is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]
Hai. now I trying to make a test, which is want to convert HEX ASCII character into binary. #3131 (HEX ASCII) -->> 11 (binary)
but it's not working, it's still not converted and still #3131 in DM20.
I could not find the mistakes.
Now I working on omron CP1H PLC, i'm receiving ASCII number from another PLC which is something like this "#3031 #3030 #3030 #3030" which mean 01000000. How to convert the ascii number to real number or bcd without separate them? I know how to convert them which is using HEX but its turn out the number will separate into this 0100 and 0000.