Search found 9 matches

by Markus
Tue 10. Nov 2015, 07:32
Forum: PCAN-Explorer 5 & Add-ins
Topic: Nach Neuinstallation Fehler: format '%s' ungültig oder
Replies: 3
Views: 4341

Re: Nach Neuinstallation Fehler: format '%s' ungültig oder

Hallo,

Dateiversion der PE5-Setup.exe: 5.0.4.0
Änderungsdatum: 3.2.2010 11:01
by Markus
Mon 9. Nov 2015, 15:24
Forum: PCAN-Explorer 5 & Add-ins
Topic: Nach Neuinstallation Fehler: format '%s' ungültig oder
Replies: 3
Views: 4341

Nach Neuinstallation Fehler: format '%s' ungültig oder

Hallo,

ich habe heute versucht auf einem Windows 7 Rechner PCAN-Explorer 5 von DVD zu installieren.
Während des Installationsvorganges kam eine Fehlermeldung
Format '%s' ungültig oder nicht kompatibel mit argument

Die Installation ging dann trotzdem weiter. Hätte mich auch nicht weiter gestört ...
by Markus
Wed 15. Jul 2015, 09:00
Forum: PCAN-Explorer 5 & Add-ins
Topic: Trace Configuration for multiple files
Replies: 6
Views: 8143

Re: Trace Configuration for multiple files

When parsing the trace file with a custom script later on, which starttime in the trace file's header should I take as reference?
While I do understand the human readable version in line 5, I don't get the meaning of $STARTTIME. I suppose it's some kine of "Seconds since..." but it does not seem to ...
by Markus
Tue 14. Jul 2015, 08:41
Forum: PCAN-Explorer 5 & Add-ins
Topic: Trace Configuration for multiple files
Replies: 6
Views: 8143

Re: Trace Configuration for multiple files

Hello,

an additional question on the LossLessTrace: Is it possible to get continuous timestamps for the segmented traces?

Markus
by Markus
Tue 16. Dec 2014, 10:48
Forum: PCAN-Explorer 5 & Add-ins
Topic: Trace Configuration for multiple files
Replies: 6
Views: 8143

Re: Trace Configuration for multiple files

Hi Michael,

thanks for the quick reply. I thought I could configure a tracer directly with API parameters but the macro also fits my needs :)


Regards,
Markus
by Markus
Tue 16. Dec 2014, 07:32
Forum: PCAN-Explorer 5 & Add-ins
Topic: Trace Configuration for multiple files
Replies: 6
Views: 8143

Trace Configuration for multiple files

Hello,

is it possible with PCAN Explorer 5 to generate multiple trace files in a row when the trace gets larger than a specified size?
In the PCAN-Parameter Documentation I've seen the "PCAN_TRACE_CONFIGURE" parameter with the value "TRACE_FILE_SEGMENTED" can I make use of this feature from within ...
by Markus
Wed 15. Oct 2014, 14:47
Forum: PCAN-Basic
Topic: Using symbol files with the API
Replies: 1
Views: 3153

Using symbol files with the API

Hi,

is there a way to access data from a symbol file from the PCAN Symbol Editor via the API?
What I want do to is to be able to access the signals in my C/Python/Visual... (not sure yet) code just like I can do it within PCAN Explorer's macro functionality.

Thanks,
Markus
by Markus
Mon 29. Sep 2014, 13:38
Forum: PCAN-Explorer 5 & Add-ins
Topic: Change more than one signal with a Toggle Switch
Replies: 3
Views: 5263

Re: Change more than one signal with a Toggle Switch

The proposed solution works. Thank you :)
One follow up question: Can I autostart this macro as soon as the panel goes into execution mode?
by Markus
Thu 25. Sep 2014, 16:30
Forum: PCAN-Explorer 5 & Add-ins
Topic: Change more than one signal with a Toggle Switch
Replies: 3
Views: 5263

Change more than one signal with a Toggle Switch

Hi,

is there a possibility to change more than one signal with one single Toggle Switch? Unfortunately, I can't combine them with another variable, because the signals are in different CAN messages.
Could I maybe execute a macro when turning the switch on a different macro when switching back off ...