Hello,
In PCAN-Explorer, go to Tools > Add-in Manager and make sure that the list entry CANdb-Import is checked.
Please give a short feedback if this has helped.
Kind regards
Mark
Search found 54 matches
- Thu 1. Jul 2021, 12:22
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Licence issue
- Replies: 4
- Views: 1096
- Fri 5. Mar 2021, 08:21
- Forum: PCAN-Diag FD
- Topic: Bitrate information
- Replies: 5
- Views: 2081
Re: Bitrate information
Hi,
This will be documented in the next release of the user manual. Thanks for giving the hint, Mike.
Kind regards
Mark
This will be documented in the next release of the user manual. Thanks for giving the hint, Mike.
Kind regards
Mark
- Thu 11. Jun 2020, 09:27
- Forum: PCAN-Basic
- Topic: Measuring time with QPC
- Replies: 7
- Views: 2900
Re: Measuring time with QPC
Hello ValeVG,
We have a holiday here in Germany, thus please be patient until the answer to your problem (anticipated tomorrow, Friday).
Thanks,
Mark
We have a holiday here in Germany, thus please be patient until the answer to your problem (anticipated tomorrow, Friday).
Thanks,
Mark
- Thu 11. Jun 2020, 09:23
- Forum: PCAN-RS-232
- Topic: 9_SER-TO-CAN Example not working
- Replies: 7
- Views: 2737
Re: 9_SER-TO-CAN Example not working
Hello Mark,
We have a holiday here in Germany, thus please be patient until the next answer to your problem (anticipated tomorrow, Friday).
Thanks,
(also) Mark
We have a holiday here in Germany, thus please be patient until the next answer to your problem (anticipated tomorrow, Friday).
Thanks,
(also) Mark
- Wed 31. Jul 2019, 16:00
- Forum: PCAN-GPS
- Topic: Hotfix for Yagarto under Windows 8.1 / Windows 10
- Replies: 0
- Views: 7674
Hotfix for Yagarto under Windows 8.1 / Windows 10
Hi! When compiling firmware examples or own firmware with the provided Yagarto tool chain ("make" command), you might encounter problems under Windows 8.1 and Windows 10. These can be: One or several application error windows pop up describing a problem with rm.exe or other executable tools. The mak...
- Fri 10. May 2019, 10:32
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Possible bug in transmit list
- Replies: 3
- Views: 2468
Re: Possible bug in transmit list
Hello dasitor,
Remove the IDMask line from your Symbol File and you should be fine. The value 0 is counterproductive for this global parameter. See PCAN-Explorer Help for details.
Greetings
Mark
Remove the IDMask line from your Symbol File and you should be fine. The value 0 is counterproductive for this global parameter. See PCAN-Explorer Help for details.
Greetings
Mark
- Thu 15. Nov 2018, 12:33
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Automated File Path Directory for Save As Popup
- Replies: 4
- Views: 2186
Re: Automated File Path Directory for Save As Popup
A possiblity to give a new name or just a new path as parameter to the Save As dialog does not exist. Maybe you could go another way: Use the general InputBox function of VBscript to get the scanned serial number. Assemble the full path and name of the file to be saved in the script. Use the Save me...
- Wed 14. Nov 2018, 09:28
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Automated File Path Directory for Save As Popup
- Replies: 4
- Views: 2186
Re: Automated File Path Directory for Save As Popup
Hello Yousif, Why not using the Save Method of the Document object? There you can specify a file name and a path. According to your if clause you could use the different paths and file names. Maybe in that case it wouldn't even be necessary to prompt the user with Save As anymore. The path to the he...
- Mon 12. Nov 2018, 15:14
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Plotter save as message box
- Replies: 2
- Views: 1650
Re: Plotter save as message box
Hi Yousif, Use the following two lines to get the Save As dialog for the plotter document: PlotDoc.IsActive = True ExecuteCommand "FileSaveAs" ExecuteCommand is a method of the Application object. As the Application object refers to the PCAN-Explorer itself and is already applicable in a VBscript wi...
- Tue 6. Nov 2018, 11:21
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: How to get one .pem file to overwright another .pem file
- Replies: 1
- Views: 1279
Re: How to get one .pem file to overwright another .pem file
Hello yhadad, You can use an internal signal as a boolean value for the loop. This signal is then set by the Stop button and thus ends the loop. Take a look at the attached example project which does just that. Additional note: Symbol files with format version 5 use the {VIRTUALVARS} section for int...