Search found 976 matches

by M.Heidemann
Fri 6. Sep 2024, 09:04
Forum: PLIN-API
Topic: Change the data value of a specific LINID
Replies: 5
Views: 86

Re: Change the data value of a specific LINID

Hello,

can you please tell us, what exactly you want to do?

I would expect a scheduler being involved.

Are you working with a specific node?

Please let us know.

BR

Marv
by M.Heidemann
Fri 6. Sep 2024, 08:33
Forum: Linux
Topic: PCAN Linux driver fails while time synchronization
Replies: 1
Views: 72

Re: PCAN Linux driver fails while time synchronization

Hello, First off: I'll move this topic, there is a Linux Sub-Forum. Secondly: Our driver will use the system-time for timestamps, there is no clock on the device. You have different option how to handle time, see page 12 of the docs: https://www.peak-system.com/fileadmin/media/linux/files/PCAN-Drive...
by M.Heidemann
Thu 5. Sep 2024, 15:43
Forum: PLIN-API
Topic: Change the data value of a specific LINID
Replies: 5
Views: 86

Re: Change the data value of a specific LINID

Hello,

Do you send messages manually or do you have a scheduler running?

BR

Marvin
by M.Heidemann
Thu 5. Sep 2024, 14:00
Forum: PLIN-API
Topic: Reading the serial number of a PCAN-USB Pro FD with PLinApi
Replies: 4
Views: 78

Re: Reading the serial number of a PCAN-USB Pro FD with PLinApi

Hello, Thank you! After checking back with our development department: This parameter is not used at the moment, therefore your result is invalid. We do no programm serial numbers onto our devices which could be read out, some vendors using our hardware however use the serial number, therefore it's ...
by M.Heidemann
Thu 5. Sep 2024, 12:29
Forum: PLIN-API
Topic: Change the data value of a specific LINID
Replies: 5
Views: 86

Re: Change the data value of a specific LINID

Hello,

how does "UpdateByteArray" look in your case and what's the reponse?

BR

Marvin
by M.Heidemann
Thu 5. Sep 2024, 11:03
Forum: PCAN-UDS
Topic: How to use the Samples from PCAN UDS API?
Replies: 1
Views: 30

Re: How to use the Samples from PCAN UDS API?

Hello, There is a reason we provide the sample as Visual Studio Projects , this way we can ensure the projects can be used. We would recommend checking these Samples in Visual-Studio instead, as VS Code would need further configuration before building/running the examples. And yes, once in Visual St...
by M.Heidemann
Mon 2. Sep 2024, 16:53
Forum: PLIN-API
Topic: Reading the serial number of a PCAN-USB Pro FD with PLinApi
Replies: 4
Views: 78

Re: Reading the serial number of a PCAN-USB Pro FD with PLinApi

Hello Patryk,

Can you show us the code with which you try to read the serial number?

BR

Marvin
by M.Heidemann
Mon 2. Sep 2024, 13:53
Forum: PCAN-Explorer 6 & Add-ins
Topic: Macros and UI
Replies: 4
Views: 511

Re: Macros and UI

Hello, You enter the name of a subroutine, not the Macro-File. For example: Sub doSomething() PrintToOutputWindow "Hello!" End Sub in the execute Command property you just enter the name of the subroutine: doSomething (Notice: No Parenthesis, no Quotes). Try again and let us know if it works now. BR...
by M.Heidemann
Fri 30. Aug 2024, 13:39
Forum: PCAN-Explorer 5 & Add-ins
Topic: Trace file gets no Rx
Replies: 1
Views: 52

Re: Trace file gets no Rx

Hello,

Please check the start page for updates.

View _> Start Page

Also, was the trace started before the message was sent?


BR

Marvin
by M.Heidemann
Wed 28. Aug 2024, 12:34
Forum: PLIN-API
Topic: Implementing 'Publish' Direction in Slave Mode Using PLIN API
Replies: 1
Views: 53

Re: Implementing 'Publish' Direction in Slave Mode Using PLIN API

Hello,

There is a PLIN-API Subforum, i will move the topic here.

Slave nodes cannot use the "Write" function:
plinapi-master.png
plinapi-master.png (78.64 KiB) Viewed 41 times
If you want to change the data of your subscriber frame you will have to use LIN_UpdateByteArray to do so.

BR

Marvin