Search found 56 matches

by M.Gerber
Fri 17. Jan 2025, 12:09
Forum: PCAN-Explorer 6 & Add-ins
Topic: Plotter Add-in: how to exclude recording data in .plt file?
Replies: 3
Views: 1299

Re: Plotter Add-in: how to exclude recording data in .plt file?

Hello dmeir, You can delete recorded data from a plt file in PCAN-Explorer by right-clicking on the plot view and selecting Clear all data . The file keeps all your settings for the current plot. Then save the plt file under another name, e.g. MyPlot_Template.plt, and use this as a template for new ...
by M.Gerber
Mon 8. May 2023, 09:25
Forum: PCAN-Explorer 5 & Add-ins
Topic: Usng string values from enums in Instrument Panels
Replies: 3
Views: 3719

Re: Usng string values from enums in Instrument Panels

Hello mwbevington,

The Label instrument is your friend. If you apply a Signal to this kind of instrument, the Signal's Enum texts are displayed.

Kind regards
Mark
by M.Gerber
Thu 1. Jul 2021, 12:22
Forum: PCAN-Explorer 6 & Add-ins
Topic: Licence issue
Replies: 4
Views: 3059

Re: Licence issue

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
by M.Gerber
Fri 5. Mar 2021, 08:21
Forum: PCAN-Diag FD
Topic: Bitrate information
Replies: 5
Views: 5323

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
by M.Gerber
Thu 11. Jun 2020, 09:27
Forum: PCAN-Basic
Topic: Measuring time with QPC
Replies: 7
Views: 5587

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
by M.Gerber
Thu 11. Jun 2020, 09:23
Forum: PCAN-RS-232
Topic: 9_SER-TO-CAN Example not working
Replies: 7
Views: 6728

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
by M.Gerber
Wed 31. Jul 2019, 16:00
Forum: PCAN-GPS
Topic: Hotfix for Yagarto under Windows 8.1 / Windows 10
Replies: 0
Views: 10079

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...
by M.Gerber
Fri 10. May 2019, 10:32
Forum: PCAN-Explorer 6 & Add-ins
Topic: Possible bug in transmit list
Replies: 3
Views: 3974

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
by M.Gerber
Thu 15. Nov 2018, 12:33
Forum: PCAN-Explorer 6 & Add-ins
Topic: Automated File Path Directory for Save As Popup
Replies: 4
Views: 4161

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...
by M.Gerber
Wed 14. Nov 2018, 09:28
Forum: PCAN-Explorer 6 & Add-ins
Topic: Automated File Path Directory for Save As Popup
Replies: 4
Views: 4161

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...