Search found 1331 matches
- Wed 6. Jul 2022, 11:35
- Forum: Linux
- Topic: PCAN-USB receiving empty data
- Replies: 3
- Views: 237
Re: PCAN-USB receiving empty data
All looks OK - please us a Windows System, install driver incl. PCAN-View for Windows and connect to your network. Run PCAN-View with you Bitrate and check if you receive any frames. If not check Status line if you have errors (simply send one single CAN Frame to your bus to test if the Network Envi...
- Wed 6. Jul 2022, 11:31
- Forum: PCAN-Basic
- Topic: Unknown CAN Message being transmitted by PCAN device
- Replies: 1
- Views: 11
Re: Unknown CAN Message being transmitted by PCAN device
Sorry, but without more information we could not help you. Please use the SysInfo Tool and scan your system.
Then send us the result of a full scan, including your sample code, to support[at]peak-system.com.
Please also add a schematic of your Network Setup (incl. Terminations etc.)
Then send us the result of a full scan, including your sample code, to support[at]peak-system.com.
Please also add a schematic of your Network Setup (incl. Terminations etc.)
- Wed 6. Jul 2022, 11:27
- Forum: Virtual PCAN-Gateway
- Topic: Zugriff aus PPCAN-Editor und Co
- Replies: 1
- Views: 19
Re: Zugriff aus PPCAN-Editor und Co
Das Virtual Gateway ist für den PC nichts anders als ein neuer Gerätetyp (statt USB, PCIe, ExpressCard...) Wenn Die Applikation diesen Gerätetyp unterstützt, also zur Auswahl stellt, dann kann die Software das auch verwenden. Ist die Software aber vor der Veröffentlichung des Virtuellen CAN Treibers...
- Tue 5. Jul 2022, 12:36
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Trace Bus Load
- Replies: 1
- Views: 12
Re: Trace Bus Load
No, the Busload is no signal and so could not be used in any trace or plot etc.
- Tue 5. Jul 2022, 12:35
- Forum: PCAN-Router FD
- Topic: Router overloaded?
- Replies: 3
- Views: 101
Re: Router overloaded?
Thank you for the Information - we recommend to use a switch instead a if/then/elsif ...
You also could change the compiler optimation (see make file), after you think your firmware is ready, to a higher level.
You also could change the compiler optimation (see make file), after you think your firmware is ready, to a higher level.
- Thu 30. Jun 2022, 07:36
- Forum: PCAN-Router FD
- Topic: Router overloaded?
- Replies: 3
- Views: 101
Re: Router overloaded?
If you convert from CAN FD to a CAN2.0a/b Network, it is up to you to check if the CAN 2.0a/b Network could even handle the messageflow (Network Management) We could not do this for you, as we do not know what exact happend on both sides of your CAN Networks, which CAN Frames and which real Busload ...
- Wed 29. Jun 2022, 09:54
- Forum: PCAN-Router FD
- Topic: Usage of second argument to the CAN_FilerAdd function
- Replies: 2
- Views: 37
Re: Usage of second argument to the CAN_FilerAdd function
The "extended" parameter is not yet implemented - so it does not care which value you use in the function. See can.h not used yet, 29 bit IDs received always //! @brief //! This function adds CAN-IDs to the filter. //! //! @param hBus handle for CAN bus, see CAN_BUS... //! @param extended not used y...
- Wed 29. Jun 2022, 09:25
- Forum: PCAN-Router FD
- Topic: Flashjing PCAN return a wrong status Hardware
- Replies: 1
- Views: 37
Re: Flashjing PCAN return a wrong status Hardware
If you change make file / code samples etc. we are not able to do any support without having the complete, ready to compile, project. Please use the CPP sample project as template if you want to use the CPP extension. This sample ist tested and work fine! ..\Hardware\PCAN-Router_FD\Examples\14_CPLUS...
- Wed 15. Jun 2022, 08:38
- Forum: PCAN-Router
- Topic: How to debug the code with Visual Studio Code
- Replies: 1
- Views: 154
Re: How to debug the code with Visual Studio Code
As your Firmware run on the module - you need a JTAG Debug Interface - Otherwise, how should the Debugger communicate with the Hardware :?: We do not offer for the older PCAN-Router offiziell support for Debugging. For the PCAN-Router FD and other new devices, there is also a official supported Debu...
- Mon 13. Jun 2022, 08:43
- Forum: Software
- Topic: About PCAN-view software
- Replies: 9
- Views: 1372
Re: About PCAN-view software
Looks like you have no 2nd active node with the same Bitrate attached. Again here the absoluter basics for running a CAN Bus Termination must fit (120 Ohm on each end - in Sum ~60Ohm - simply measuure when Network ist down!) CAN always need 2 active CAN nodes - otherwise you could not send any frame...