Skip to content

SOREL CAN BUS Interface (SCBI) #20598

Jan 26, 2024 · 9 comments · 6 replies
Discussion options

You must be logged in to vote

normally the specs of your meter should say how the telegrams are composed:
10012480 is the ID of the telegram, the 05 is length of payload.
now you have 5 bytes payload:

in case your payload is a a word with 0802 (08020000)
you define a decoder with e.g unsigned word (defined with UUuu)

1,100124800500uuUU@10,Temp S1,C,tmpS1,1

see the docs about the decoder options
you should know the byte order and format of your payload

10 is the scaling factor from your sorel docs

Replies: 9 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gemu2015
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@gemu2015
Comment options

Answer selected by javier6d2
@javier6d2
Comment options

@arnwik
Comment options

@gemu2015
Comment options

Comment options

You must be logged in to vote
1 reply
@WillySteenbergen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants