Hi, and thanks for the clarification. Yes, it solves the issue for the units I have been able to test.
What made me a bit confused was the version checking code:
else if ( hw_version == 12U)
{
// hw-version is 4 and 5, added support for wake-up, mechanical mods
return 4U;
}
// hw-version ...
Search found 7 matches
- Thu 11. Feb 2021, 16:52
- Forum: PCAN-Router FD
- Topic: Power-down
- Replies: 12
- Views: 12369
- Wed 10. Feb 2021, 16:30
- Forum: PCAN-Router FD
- Topic: Power-down
- Replies: 12
- Views: 12369
Re: Power-down
In this case you can use the wake-up functionality in case you get the return of "4U" (As seen in the code).
This worked well in a unit that I purchased around the time you wrote that. However, in a newly purchased unit, this didn't work. Is it possible that more recent units return something ...
- Fri 23. Oct 2020, 09:36
- Forum: PCAN-Router FD
- Topic: Power-down
- Replies: 12
- Views: 12369
Re: Power-down
That's great. Thanks a lot!
- Mon 19. Oct 2020, 10:37
- Forum: PCAN-Router FD
- Topic: Power-down
- Replies: 12
- Views: 12369
Re: Power-down
Hello,
yes it seems to work perfectly fine with the new version.
Is there any way to find out from the software which hardware version the software is running on? It would be convenient to be able to use the same software in old and new hardware versions, but only enable the power-down ...
yes it seems to work perfectly fine with the new version.
Is there any way to find out from the software which hardware version the software is running on? It would be convenient to be able to use the same software in old and new hardware versions, but only enable the power-down ...
- Thu 2. Apr 2020, 14:32
- Forum: PCAN-Router FD
- Topic: Power-down
- Replies: 12
- Views: 12369
Re: Power-down
Ah, OK, thanks for that clarification. So the feature is available in all black versions, and not in any of the older versions?
- Thu 2. Apr 2020, 12:41
- Forum: PCAN-Router FD
- Topic: Power-down
- Replies: 12
- Views: 12369
Re: Power-down
The serial is IPEH-00221404268
- Thu 2. Apr 2020, 10:45
- Forum: PCAN-Router FD
- Topic: Power-down
- Replies: 12
- Views: 12369
Power-down
I would like to power-down my PCAN-Router FD (for later wake-up by CAN). I tried the example in C_POWER_STATES, but I don't get it to work. The only thing that happens when I send the 0x45D message is that the device gets stuck in the while(1)-loop, maintaining the same power consumption as before ...