Page 1 of 1
How to define Muliplexer with length >8 bits
Posted: Thu 20. Mar 2014, 08:35
by fengels123
I try to define a muliplexer with a muliplexer length of 32 bits.
the multiplexer value is 02622414h, but it does not work when I test it.
A message with a multiplexer length of 8 bits works fine, but how to define a multiplexer with a length greater than 8 bits.
Re: How to define Muliplexer with length >8 bits
Posted: Thu 20. Mar 2014, 13:23
by M.Maidhof
Hi,
please check data format (Intel/Motorola) when using variables or multiplexer >8bits
regards
Michael
Re: How to define Muliplexer with length >8 bits
Posted: Thu 20. Mar 2014, 22:07
by fengels123
Hi Michael,
I am just sending the 02 62 24 14 with the peakcan viewer to pcan explorer with two dongles, so there is no intel or Motorola format difference.
That is also how I tested the 1 byte multiplexer which did work,
Re: How to define Muliplexer with length >8 bits
Posted: Fri 21. Mar 2014, 09:21
by M.Maidhof
Hi,
do you know what the data format intel/motorola means? It changes high and lowbyte of the variable/multiplexer. So without seeing the hex data and the symbol file, it will be impossible to help you in that matter.
regards
Micahel
Re: How to define Muliplexer with length >8 bits
Posted: Fri 21. Mar 2014, 10:51
by fengels123
Ok,
I was making a mistake by thinking that the multiplexer value was byte by byte, but it is one big hex number.
I will try it, it will probably be the solution.
Thanks
Regards
Re: How to define Muliplexer with length >8 bits
Posted: Fri 21. Mar 2014, 14:32
by fengels123
Thanks Michael,
Should be Motorola, now it works.
Regards