Hi,
I need to generate a CAN Extended frame in the CAN Router Pro-FD which has a DLC = 40 bytes and with an extended message ID. The message is currently setup with the following values TxMsg values:
TxMsg.id = 0x18FEE300;
TxMsg.dlc = CAN_LEN48_DLC;
TxMsg.msgtype = CAN_MSGTYPE_EXTENDED;
TxMsg ...
Search found 6 matches
- Thu 23. Feb 2023, 07:29
- Forum: PCAN-Router Pro FD
- Topic: Creating extended message with non-defined DLC
- Replies: 1
- Views: 4298
- Tue 20. Dec 2022, 06:47
- Forum: PCAN-Router Pro FD
- Topic: CAN message Rx timestamp source
- Replies: 4
- Views: 7633
Re: CAN message Rx timestamp source
I have a follow-up question regarding this question since I'm also interested in using the hardware timestamp instead of the internal
clock for some calculations.
Is my understanding correct in that the timestamp in microseconds shall be used like this for example:
uint64_t timestamp = (RxMsg.time ...
clock for some calculations.
Is my understanding correct in that the timestamp in microseconds shall be used like this for example:
uint64_t timestamp = (RxMsg.time ...
- Fri 5. Feb 2021, 09:06
- Forum: PCAN-GPS
- Topic: GLONASS Accuracy and 10Hz Variant
- Replies: 4
- Views: 7194
Re: GLONASS Accuracy and 10Hz Variant
Thank you very much for the quick support in providing an additional variant.
I will try and compare the accuracy performance between the two variants as
soon as possible then.
I'm actually located in Japan and I also noticed that the QZSS satellites are supported
by the MAX-7W. Is my understanding ...
I will try and compare the accuracy performance between the two variants as
soon as possible then.
I'm actually located in Japan and I also noticed that the QZSS satellites are supported
by the MAX-7W. Is my understanding ...
- Thu 28. Jan 2021, 06:30
- Forum: PCAN-GPS
- Topic: GLONASS Accuracy and 10Hz Variant
- Replies: 4
- Views: 7194
GLONASS Accuracy and 10Hz Variant
I'm interested in comparing the accuracy difference between the default GPS
and the GLONASS output for my location, but in the end I would need to use a 10Hz variant.
Is the GLONASS example variant using only GLONASS satellites or is it combined with normal
GPS as well to increase the overall ...
and the GLONASS output for my location, but in the end I would need to use a 10Hz variant.
Is the GLONASS example variant using only GLONASS satellites or is it combined with normal
GPS as well to increase the overall ...
- Mon 5. Oct 2015, 08:58
- Forum: PCAN-MicroMod Motherboards
- Topic: Analog Out enabled on bit 0 value for Analog2
- Replies: 3
- Views: 10006
Re: Analog Out enabled on bit 0 value for Analog2
Hi Gunnar,
Thank you very much for the input. This was exactly what I wanted to have.
Is there by any chance also the possibility of having the output run with a frequency
output or is this only available on other hardware models?
Thanks
Thank you very much for the input. This was exactly what I wanted to have.
Is there by any chance also the possibility of having the output run with a frequency
output or is this only available on other hardware models?
Thanks
- Mon 28. Sep 2015, 05:43
- Forum: PCAN-MicroMod Motherboards
- Topic: Analog Out enabled on bit 0 value for Analog2
- Replies: 3
- Views: 10006
Analog Out enabled on bit 0 value for Analog2
Hi,
I would like to trigger two LED's connected to the AOut 0 and AOut1 depending on the
state of the same 1-bit signal on CAN.
I'm only able to turn either ON when the bit value is = "1" but not when it's "0".
Would it be possible to create the following logic in PCAN MicroMod for Analog2 ...
I would like to trigger two LED's connected to the AOut 0 and AOut1 depending on the
state of the same 1-bit signal on CAN.
I'm only able to turn either ON when the bit value is = "1" but not when it's "0".
Would it be possible to create the following logic in PCAN MicroMod for Analog2 ...