Como ler o MSB e LSB de um read modbus (2byte bcd)

boas,

Estou a ler via modbus um registo tipo (2 byte bcd) que me devolve 503 

segundo manual do meu dispositivo :

"MSB
Square brackets followed by an MSB means to use the most-significant byte of the register.
ex: if the value at register 4116 is 0x04B1 (decimal 1201):
[4116] = 0x04B1, then [4116] MSB= 0x04[ ]

LSB
Square brackets followed by an LSB means to use the least-significant byte of the register.
ex: if the value at register 4116 is 0x04B1 (decimal 1201):
[4116] = 0x04B1,then [4116] LSB = 0xB1"

 

Eu sei que 05 do primeiro bye quer dize e que quer dize o 2º byte 03  tenho uma tabela com isto..

agora como é que no SCADABR consigo ler apenas 1 byte ou saber o MSB e LSB de um read ?

 

thanks