PLIN - Delete frame after LIN_SetFrameEntry()

The free LIN software API (Application Programming Interface) for Windows® (only for usage with the PCAN-USB Pro CAN/LIN interface)
Post Reply
Ales1000
Posts: 54
Joined: Fri 4. Oct 2019, 09:01

PLIN - Delete frame after LIN_SetFrameEntry()

Post by Ales1000 » Thu 12. Aug 2021, 08:22

Hello,

which method to use for deleting slave responses to specific frame previously set by LIN_SetFrameEntry() (using PLIN-Basic.dll using PCAN-USB Pro FD)? I expect, the data response set by this method can be changed by new call of this method, is it right?

Thank you in advance.

Aleš


Info from Admin: ** Topic moved to PLIN API **

M.Riedl
Software Development
Software Development
Posts: 34
Joined: Wed 22. Sep 2010, 13:28

Re: PLIN - Delete frame after LIN_SetFrameEntry()

Post by M.Riedl » Thu 12. Aug 2021, 12:44

Hello,

If you are mean the PLinApi.dll, that is right.
You can also use LIN_SetFrameEntry again to disable the response by first setting the Direction property of the dependent TLINFrameEntry to dirDisabled.

You are welcome.

Regards
M.Riedl

Post Reply