Hi All here,

As i mentioned, i Have a Nais PLC C14-T with a COM2, i tried to connect it with my PC.
In my PC, i have a LabView software to generate numerical value and pass it to PLC using RS232.
I have no problem in sending and receiving the data i sent but rather how to translate it properly.

For example; i use my LabView to send decimal value 123 (one hundred twenty three) to my PLC.
My PLC can receive the data, but it understand it as hexadecimal value H313233.

So my problem is how to make my PLC understand the data as 123(one hundred twenty three) instead of H313233.

Thanks in advance.

PS:Attached is the program i wrote. Please rename it to ".fp" after download.