Search found 3 matches

by T.Lance
Wed 16. Mar 2022, 03:09
Forum: PLIN-API
Topic: Using schedule function problem
Replies: 4
Views: 6108

Re: Using schedule function problem

Thank you M.Riedl. As you said, I misunderstood about slot entry. It is working now.
Thank you for your kind help.
by T.Lance
Tue 15. Mar 2022, 03:50
Forum: PLIN-API
Topic: Using schedule function problem
Replies: 4
Views: 6108

Re: Using schedule function problem

Thank for your answer. I am not setting the TLINFrameEntry.Flags. So when I set this parameter to FRAME_FLAG_RESPONSE_ENABLE. I can update the data.

But I have another question. I use the function LIN_SetSchedule and LIN_StartSchedule. LIN_SetSchedule as following.
I set iSlotCount = 3, but only ...
by T.Lance
Mon 14. Mar 2022, 10:35
Forum: PLIN-API
Topic: Using schedule function problem
Replies: 4
Views: 6108

Using schedule function problem

Hi there, I want to send message via LIN using schedule table. I would like to know the order of using the API.
Current sequence as following. (P.S. I use the same Frame Id in each function.)
LIN_SetFrameEntry() -> LIN_SetSchedule() -> LIN_UpdateByteArray() -> LIN_StartSchedule()
But the data I ...