Search found 7 matches

by hazime
Mon 25. Oct 2021, 07:11
Forum: Hardware
Topic: PCAN-USB/PCAN-USB FD: Channel recognition order
Replies: 5
Views: 197823

Re: PCAN-USB/PCAN-USB FD Recognition order

Thank you U.Wilhelm.

It worked correctly.

Thank you so much to help me.
by hazime
Fri 22. Oct 2021, 12:00
Forum: Hardware
Topic: PCAN-USB/PCAN-USB FD: Channel recognition order
Replies: 5
Views: 197823

Re: PCAN-USB/PCAN-USB FD Recognition order

Supplementary information

The device recognition order is the device number displayed on the SENSO DRIVE GUI.
by hazime
Fri 22. Oct 2021, 11:55
Forum: Hardware
Topic: PCAN-USB/PCAN-USB FD: Channel recognition order
Replies: 5
Views: 197823

Re: PCAN-USB/PCAN-USB FD Recognition order

Supplementary information
PCAN-USB ID:FFH
PCAN-USB FD ID:00H
by hazime
Fri 22. Oct 2021, 11:42
Forum: Hardware
Topic: PCAN-USB/PCAN-USB FD: Channel recognition order
Replies: 5
Views: 197823

PCAN-USB/PCAN-USB FD: Channel recognition order

I'm using PCAN-USB and PCAN-USB FD on Windows.

turn on PC, PCAN-USB is device 1.
PCAN-USB FD is recognized as device 2.

restart PC, PCAN-USB will become device 2.
PCAN-USB FD is recognized as device 1.

Always PCAN-USB is device 1,
PCAN-USB FD is device 2,
Is there a way to make it recognized as?
by hazime
Wed 18. Aug 2021, 03:20
Forum: PLIN-API
Topic: Registering a PLIN collision event resolution schedule
Replies: 5
Views: 5392

Re: Registering a PLIN collision event resolution schedule

Thank you Marvin.

As you said, setting it to "sltEvent" switched to a resolution schedule.

Thank you so much to help me.
by hazime
Tue 17. Aug 2021, 11:15
Forum: PLIN-API
Topic: Registering a PLIN collision event resolution schedule
Replies: 5
Views: 5392

Re: Registering a PLIN collision event resolution schedule

Thank you Marvin.
Schedule 1 has been registered.
However, it was not switched to the "resolving schedule" at the time of the collision.

Are there any settings that are missing when registering the "resolving schedule ...
by hazime
Mon 16. Aug 2021, 09:06
Forum: PLIN-API
Topic: Registering a PLIN collision event resolution schedule
Replies: 5
Views: 5392

Registering a PLIN collision event resolution schedule

Hello, thank you.

I'm having trouble registering a resolution schedule

Schedule 1 cannot be registered

ret2 is 0x08 error

Help me.

#include <iostream>
#include "conio.h"
#include "windows.h"
#include "PLinApi.h"

#define ESC 27
#define LIN_INTERFACE_ID 0
//#define CHECKSUM_TYPE cstClassic ...