Search found 17 matches

by bkiepke
Wed 2. Apr 2025, 08:08
Forum: PCAN-Explorer 5 & Add-ins
Topic: Tabllenansicht aus Plotter plug in
Replies: 5
Views: 7044

Re: Tabllenansicht aus Plotter plug in

Hi,

ich hatte das gleiche Problem, vor allem mit dem Zeitformat in exporierten .CSV-Dateien.

Warum wird dieses Format genutzt?

Mit welchen Programmen erwartet PEAK-Systems, dass so exportierte .CSV-Dateien verarbeitet werden?
-> Bitte die Tools mal nennen, ich kenne diese wahrscheinlich nicht ...
by bkiepke
Tue 9. Apr 2024, 08:40
Forum: PCAN-Explorer 6 & Add-ins
Topic: PE6 Plotter-Addin: How to assign signal?
Replies: 7
Views: 4193

Re: PE6 Plotter-Addin: How to assign signal?

Thanks for sharing that tool, really looks interessting.

Yes I am using CANopen in this usecase, but I am also sure it doesn't change the original question.

To check whether my understanding of the current situation is correct:
1. Symbol files provide an ID-tag which can hold a range of IDs. So it ...
by bkiepke
Mon 8. Apr 2024, 14:41
Forum: PCAN-Explorer 6 & Add-ins
Topic: PE6 Plotter-Addin: How to assign signal?
Replies: 7
Views: 4193

Re: PE6 Plotter-Addin: How to assign signal?

Hi,

english is fine.

That means I need to rework all my symbol files to use the plotter-add-in. Also means that I need to copy / paste hundreds of symbols and set the ID for each.
This is then also true for the panel-add-in right, as it is also "symbol based"?

Might be possible in the future to ...
by bkiepke
Mon 8. Apr 2024, 10:38
Forum: PCAN-Explorer 6 & Add-ins
Topic: PE6 Plotter-Addin: How to assign signal?
Replies: 7
Views: 4193

Re: PE6 Plotter-Addin: How to assign signal?

Hi,

that's rigth I have one variable for each of the four messages with ID's
ID=1D0h
ID=1D1h
ID=1D2h
ID=1D3h

Thats, for what I understand is, the purpose of the line
ID=ID0h-1D3h

So how can I select the length of each message? I can see the messages in the send/receive window, so I would expect ...
by bkiepke
Fri 5. Apr 2024, 12:56
Forum: PCAN-Explorer 6 & Add-ins
Topic: PE6 Plotter-Addin: How to assign signal?
Replies: 7
Views: 4193

PE6 Plotter-Addin: How to assign signal?

Hi,

I have a symbol file that contains a definition like

[CGA3_TPDO1]
ID=1D0h-1D3h
DLC=8
Var=Length unsigned 0,32 /u:mm /max:67108863 /f:0.1

How can I plot the signals of the different nodes using the plotter add-in?
The only signal offered in the dialog to assign a signal is
Baumer_CGA3.CGA3 ...
by bkiepke
Fri 8. Dec 2023, 14:29
Forum: PCAN-Explorer 6 & Add-ins
Topic: Encoding of symbol files
Replies: 3
Views: 6892

Re: Encoding of symbol files

Hi,

I don't think so, because I edit a symbol file and added official CANopen vendor IDs.
UTF8_Issue.png
UTF8_Issue.png (27.67 KiB) Viewed 5845 times
UTF8_Issue_PCAN_SymbolExplorer.png
UTF8_Issue_PCAN_SymbolExplorer.png (17.7 KiB) Viewed 5845 times
At least it seems that the symbol editor can't display UTF-8 encoded characters correctly.

Any further Idea how to change the encoding...

BR
Ben
by bkiepke
Wed 15. Nov 2023, 06:25
Forum: PCAN-Explorer 6 & Add-ins
Topic: Encoding of symbol files
Replies: 3
Views: 6892

Encoding of symbol files

Hi,

We have different systems where the symbol files are transfered to and read. Every time we change something we have to re-encode the files again to make them useable on windows and linux machines.

is it possible to set the default encoding of symbol files from "ANSI" or "CP1252" to "UTF-8 ...
by bkiepke
Wed 31. May 2023, 10:41
Forum: PCAN-Explorer 6 & Add-ins
Topic: Instrument Panel select Signal of node with range
Replies: 1
Views: 2546

Instrument Panel select Signal of node with range

If a symbol is defined in a symbol file as follows:

[Vert_X28_NMT_HEARTBEAT]
ID=750h-751h
DLC=1
Var=s NMTState 0,7
Var=reserved unsigned 7,1

so it does contain a range as ID, how can a signal of a specific node be selected within a intrument panel?

PCANExplorer_InstrumentPanel_Select_Signal_of ...
by bkiepke
Mon 30. May 2022, 08:44
Forum: PCAN-Explorer 6 & Add-ins
Topic: Access InstrumentsPanel from .pem-script - Solved
Replies: 1
Views: 2730

Access InstrumentsPanel from .pem-script - Solved

Hello,

I need to automate a complex task. For that I have designed an Instrument Panel using the Add-In.

I now need to access some ValueEdit-items from a .pem-script file, but I can't get access to it.

Here is what I have done so far.


Sub GetInstrumentPanel()
'DESCRIPTION: Find instrument ...
by bkiepke
Mon 30. May 2022, 06:34
Forum: PCAN-Explorer 6 & Add-ins
Topic: Send message with DLC=0 by Button in Panel
Replies: 5
Views: 4775

Re: Send message with DLC=0 by Button in Panel

Actually I think that the messages might get corrupted when using the Signals().Value-Method as it seems that this Method may can not wait till the message is sent and the bus is free again.
So to me it looks like "clicking the button" in the intruments panel triggers the sending of the message ...