Hello,
Thank you for you feedback.
Regarding your first solution, we had already identified a similar issue in version 7.1, which should have been fixed in version 7.1.1.
Regards
M.Lang
Search found 41 matches
- Mon 27. Jul 2026, 14:42
- Forum: PCAN-Explorer 7 & Add-ins
- Topic: Multiplexed Symbol Name Blank after Added to TX List
- Replies: 3
- Views: 1836
- Thu 23. Jul 2026, 14:43
- Forum: PCAN-Explorer 7 & Add-ins
- Topic: Multiplexed Symbol Name Blank after Added to TX List
- Replies: 3
- Views: 1836
Re: Multiplexed Symbol Name Blank after Added to TX List
Hello,
Thank you very much for the tip.
Could you please give us a small example how the content of the DBC file looks like?
Regards
M.Lang
Thank you very much for the tip.
Could you please give us a small example how the content of the DBC file looks like?
Regards
M.Lang
- Wed 3. Dec 2025, 14:26
- Forum: PLIN-USB
- Topic: Troubles using PLIN-USB (via PLinApi from python) as Slave
- Replies: 5
- Views: 65441
Re: Troubles using PLIN-USB (via PLinApi from python) as Slave
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 ...
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 ...
- Fri 28. Nov 2025, 17:35
- Forum: PLIN-USB
- Topic: Troubles using PLIN-USB (via PLinApi from python) as Slave
- Replies: 5
- Views: 65441
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: 65441
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: 62724
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: 36044
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: 19667
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: 30302
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: 19667
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 ...