Search found 6 matches

by fgalvan
Wed 24. Apr 2024, 17:24
Forum: PLIN-View Pro
Topic: Setting different periods for Master requests
Replies: 5
Views: 3479

Re: Setting different periods for Master requests

Thank you! I get that part now.

One more thing. I am trying to publish a frame with data along with the headers but I keep getting errors trying to add the Array portion of .PublishData. I am not sure how to do this. I have looked online for a solution but no luck.

My error is that Array is a ...
by fgalvan
Tue 23. Apr 2024, 19:57
Forum: PLIN-View Pro
Topic: Setting different periods for Master requests
Replies: 5
Views: 3479

Re: Setting different periods for Master requests

Im not sure what I'm doing wrong. I am using the example script but the obj.wait function does not seem to separate the periods. They are just adding together.

Im pretty new to Visual Basic. I also don't have an LDF file, not sure if that is needed to have different delays with PLIN.


Imports ...
by fgalvan
Mon 22. Apr 2024, 17:49
Forum: PLIN-View Pro
Topic: Setting different periods for Master requests
Replies: 5
Views: 3479

Setting different periods for Master requests

I am currently using PLIN view pro to send master requests to a slave. The requests send fine but I want to be able to send frames at different periods. Currently I can only change the delay of the frame but the delays just seem to get added together into one period. Is there anyway to get frames to ...
by fgalvan
Mon 1. Apr 2024, 16:37
Forum: PLIN-View Pro
Topic: Trying to receive LIN messages from one PLIN-USB in slave mode to a master PLIN-USB
Replies: 4
Views: 3531

Re: Trying to receive LIN messages from one PLIN-USB in slave mode to a master PLIN-USB

I figured out my problems related to my microcontroller.

Now I am wondering how to set specific delays for a frame on PLIN view. When I set a delay for a frame, it just sums all the delays together.
Screenshot 2024-04-01 073051.png

Is there a way to have them send with their own delays? Similar ...
by fgalvan
Thu 21. Mar 2024, 15:10
Forum: PLIN-View Pro
Topic: Trying to receive LIN messages from one PLIN-USB in slave mode to a master PLIN-USB
Replies: 4
Views: 3531

Re: Trying to receive LIN messages from one PLIN-USB in slave mode to a master PLIN-USB

I understand the master is initiating communication with the slave by sending headers. My slave node will publish data to the header. My issue is that, I cant receive the completed message back to the master through an STM32 microcontroller using uart.

I'm wondering if the messages need to come ...
by fgalvan
Wed 20. Mar 2024, 16:16
Forum: PLIN-View Pro
Topic: Trying to receive LIN messages from one PLIN-USB in slave mode to a master PLIN-USB
Replies: 4
Views: 3531

Trying to receive LIN messages from one PLIN-USB in slave mode to a master PLIN-USB

Hello,

I am currently trying to create a passthrough of a LIN bus through a STM32 microcontroller. I am able to send the headers from the master PLIN-USB to the slave PLIN-USB and have the correct data published onto the frames. Once the message is complete, I see the correct message received in ...