Hi,
Current setup for 3D frame is FRAME_FLAG_RESPONSE_ENABLE / UpdateByteArray().
The issue seems mitigated, but under heavy machine load (i.e. Android Studio opening and project loading timespan....) still present.
Do you change the Windows system timer resolution?
By default it is ...
Search found 39 matches
- Wed 3. Dec 2025, 14:26
- Forum: PLIN-USB
- Topic: Troubles using PLIN-USB (via PLinApi from python) as Slave
- Replies: 5
- Views: 31404
- Fri 28. Nov 2025, 17:35
- Forum: PLIN-USB
- Topic: Troubles using PLIN-USB (via PLinApi from python) as Slave
- Replies: 5
- Views: 31404
Re: Troubles using PLIN-USB (via PLinApi from python) as Slave
Hi,
So I should be able to
1. receive the request,
2. update the array for the 3D frame, with the correct answer, before PLIN-USB responds,
3. finally, get PLIN-USB respond on the BUS.
How can I achieve this behavior?
This depends on when (timing) the LIN master publishes and subscribes to the ...
So I should be able to
1. receive the request,
2. update the array for the 3D frame, with the correct answer, before PLIN-USB responds,
3. finally, get PLIN-USB respond on the BUS.
How can I achieve this behavior?
This depends on when (timing) the LIN master publishes and subscribes to the ...
- Thu 27. Nov 2025, 15:38
- Forum: PLIN-USB
- Topic: Troubles using PLIN-USB (via PLinApi from python) as Slave
- Replies: 5
- Views: 31404
Re: Troubles using PLIN-USB (via PLinApi from python) as Slave
Hi,
Is it possible to 'delay' the response, or make PLIN-USB answer only after the correct message is updated in its memory?
No, the response cannot be delayed directly, if you use UpdateByteArray.
After you have updated the data by calling the UpdateByteArray function, the PLIN-USB will use this ...
Is it possible to 'delay' the response, or make PLIN-USB answer only after the correct message is updated in its memory?
No, the response cannot be delayed directly, if you use UpdateByteArray.
After you have updated the data by calling the UpdateByteArray function, the PLIN-USB will use this ...
- Wed 15. Oct 2025, 13:19
- Forum: PLIN-View Pro
- Topic: Accessing the external .Net DLL for scripting
- Replies: 1
- Views: 36915
Re: Accessing the external .Net DLL for scripting
Hello,
As decripted in the documentation topic "Options and References Dialog Box" and the section "References", all locally available .NET assemblies are listed there, regardless of whether their use in the software is useful.
One reason for using an external .NET assembly DLL is, for example ...
As decripted in the documentation topic "Options and References Dialog Box" and the section "References", all locally available .NET assemblies are listed there, regardless of whether their use in the software is useful.
One reason for using an external .NET assembly DLL is, for example ...
- Mon 6. Oct 2025, 17:29
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Possible Bug in Symboleditor
- Replies: 8
- Views: 31154
Re: Possible Bug in Symboleditor
Hi,
The index numbers in the layout always correspond to only one byte sequence.
Usually, mixed Intel/Motorola signals/variables do not occur within a message and usually not on the entire bus.
When using the Motorola format and inverting the indices in the layout, the most significant bit of the ...
The index numbers in the layout always correspond to only one byte sequence.
Usually, mixed Intel/Motorola signals/variables do not occur within a message and usually not on the entire bus.
When using the Motorola format and inverting the indices in the layout, the most significant bit of the ...
- Tue 25. Mar 2025, 11:48
- Forum: PLIN-View Pro
- Topic: How to repeatedly send 4 different data in sequence
- Replies: 5
- Views: 17759
Re: How to repeatedly send 4 different data in sequence
Hello Kiran,
The most recently updated data is automatically published by the slave when the master requests it with the corresponding subscriber frame.
How the data is updated is up to you.
As mentioned before, there are two different methods in PLIN-View Pro.
For further information, see the ...
The most recently updated data is automatically published by the slave when the master requests it with the corresponding subscriber frame.
How the data is updated is up to you.
As mentioned before, there are two different methods in PLIN-View Pro.
For further information, see the ...
- Fri 17. Jan 2025, 11:28
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: How does one send the variables within a multiplexer?
- Replies: 6
- Views: 23439
Re: How does one send the variables within a multiplexer?
Hello
1) Please note that any Multiplexer-Signal will also be part of the Signals Collection, so if you just wanna access the Signal, you can use the collection, change the value and this change will automatically trigger a transmission:
That means that all Signals/Variables in all Symbols ...
1) Please note that any Multiplexer-Signal will also be part of the Signals Collection, so if you just wanna access the Signal, you can use the collection, change the value and this change will automatically trigger a transmission:
That means that all Signals/Variables in all Symbols ...
- Tue 27. Aug 2024, 17:05
- Forum: PLIN-View Pro
- Topic: How to repeatedly send 4 different data in sequence
- Replies: 5
- Views: 17759
Re: How to repeatedly send 4 different data in sequence
Hello,
As I wrote in method 1, sending cannot be automated, also because the software is connected as a LIN slave.
Only the LIN master can send data automatically with a scheduler and the LIN slave can only publish data.
For further information, please refer to the software documentation and the ...
As I wrote in method 1, sending cannot be automated, also because the software is connected as a LIN slave.
Only the LIN master can send data automatically with a scheduler and the LIN slave can only publish data.
For further information, please refer to the software documentation and the ...
- Mon 26. Aug 2024, 13:35
- Forum: PLIN-View Pro
- Topic: How to repeatedly send 4 different data in sequence
- Replies: 5
- Views: 17759
Re: How to repeatedly send 4 different data in sequence
Hello,
There are two possibilities for this.
1. Write a Before Publish script for the frame in the Publish list.
This way you can control the data before sending, but not the timing. You have to trigger each send manually.
For further information, see the software documentation and the Automation ...
There are two possibilities for this.
1. Write a Before Publish script for the frame in the Publish list.
This way you can control the data before sending, but not the timing. You have to trigger each send manually.
For further information, see the software documentation and the Automation ...
- Wed 3. Jan 2024, 12:50
- Forum: PCAN-ISO TP
- Topic: Error Inquiry Regarding Delphi's PCANTP_2016
- Replies: 1
- Views: 5759
Re: Error Inquiry Regarding Delphi's PCANTP_2016
Hello
Thank you for this notice.
The reason is due Range checking compiling option (under Runtime errors in Project options ).
This option is enabled by default for debug configuration in new projects on Delphi 11.3 and 12.
And the range checking seems to be done with signed bounds even when {$Z4 ...
Thank you for this notice.
The reason is due Range checking compiling option (under Runtime errors in Project options ).
This option is enabled by default for debug configuration in new projects on Delphi 11.3 and 12.
And the range checking seems to be done with signed bounds even when {$Z4 ...