Search found 4 matches

by iso32
Fri 6. Sep 2024, 09:00
Forum: PLIN-API
Topic: Change the data value of a specific LINID
Replies: 5
Views: 3477

Re: Change the data value of a specific LINID

Hello

I did send messages manually.
by iso32
Thu 5. Sep 2024, 12:56
Forum: PLIN-API
Topic: Change the data value of a specific LINID
Replies: 5
Views: 3477

Re: Change the data value of a specific LINID

I'm sorry. I didn't understand what you were asking for.

The code I'm writing is...

#UpdateByteArray
data = (c_ubyte *8)(0x09, 0xFF)
update = LIN.UpdateByteArray(hClient, hHw, 0x00, 0, 2, data)
if update != TLIN_ERROR_OK: print("Failed to UpdateFrameEntry!)
else: print("Update Success")

And the ...
by iso32
Thu 5. Sep 2024, 11:07
Forum: PLIN-API
Topic: Change the data value of a specific LINID
Replies: 5
Views: 3477

Change the data value of a specific LINID

Hello!!
Last time I asked about slave publishing. Thank you so much for your answer. However, I have a problem and would like to ask you again.
When changing the data in the subscriber frame in the slave, LIN_UpdateByteArray enabled the data frame to be changed.
However, if I change the data in the ...
by iso32
Wed 28. Aug 2024, 11:34
Forum: PLIN-API
Topic: Implementing 'Publish' Direction in Slave Mode Using PLIN API
Replies: 7
Views: 5872

Implementing 'Publish' Direction in Slave Mode Using PLIN API

Hello,

I am using the PLIN USB with PLIN view Pro. I have connected the power and LIN line properly, and the data is displayed correctly in the system.

In PLIN view Pro, there is an option called "New frame," which allows setting the Direction to 'Publish' in slave mode to 'Write' data. I want to ...