I'm currently trying to calculate some values and send them out on the bus.
For the calculating part, I'm using a global pem script, in which I change the required signals via their .Value property.
For sending, I need to use the transmit window in which I have set up the required singals to be sent ...
Search found 14 matches
- Fri 18. Jul 2025, 10:09
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: update signal without sending it
- Replies: 1
- Views: 5358
- Tue 18. Feb 2025, 10:42
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Signal update big delay on bus, Trace and Plot inconsistent
- Replies: 1
- Views: 22091
Signal update big delay on bus, Trace and Plot inconsistent
Our setup is as follows:
We have a pump motor controlled over CAN.
I can set the RPM over CAN ("Setpoint_RPM") and it reports back its actual RPM ("ActualPumpRPM").
I'm changing the RPM signal value via an instrument panel button.
The signal is set to be sent on the bus with a cycle time of 50ms ...
We have a pump motor controlled over CAN.
I can set the RPM over CAN ("Setpoint_RPM") and it reports back its actual RPM ("ActualPumpRPM").
I'm changing the RPM signal value via an instrument panel button.
The signal is set to be sent on the bus with a cycle time of 50ms ...
- Fri 24. Jan 2025, 15:33
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: How does one send the variables within a multiplexer?
- Replies: 6
- Views: 8849
Re: How does one send the variables within a multiplexer?
Thank you, this works as intended.
- Mon 20. Jan 2025, 11:23
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Plotter Add-in: how to exclude recording data in .plt file?
- Replies: 3
- Views: 11175
Re: Plotter Add-in: how to exclude recording data in .plt file?
Thanks, that's what I ended up doing.
May I recommend this as a feature?
Having a plot settings file separate to the plotted data would make versioning possible as well as sharing the settings easier.
May I recommend this as a feature?
Having a plot settings file separate to the plotted data would make versioning possible as well as sharing the settings easier.
- Thu 16. Jan 2025, 15:15
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Plotter Add-in: how to exclude recording data in .plt file?
- Replies: 3
- Views: 11175
Plotter Add-in: how to exclude recording data in .plt file?
I'd like to have my .plt files backed up in our versioning system so that I don't have to set them up for every session.
However it seems that any data that gets plotted is saved to this file as well, which a) leads to the file beding modified after every session and b) makes the file become quite ...
However it seems that any data that gets plotted is saved to this file as well, which a) leads to the file beding modified after every session and b) makes the file become quite ...
- Thu 16. Jan 2025, 10:45
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: How does one send the variables within a multiplexer?
- Replies: 6
- Views: 8849
Re: How does one send the variables within a multiplexer?
[...]
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
[...]
Could you elaborate further on this?
I'm currently ...
- Wed 16. Oct 2024, 13:07
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Instrument Panel: signal ignore dbc name
- Replies: 4
- Views: 21570
Re: Instrument Panel: signal ignore dbc name
Thanks, I received the example.
It's not quite what I was looking for since it doesn't touch the issue of the Instrument Panel signal reference.
For example, I apply the symbol file 01, create an Instrument Panel and add some object that uses the signal PotiSignal.
Now if I use the script to apply ...
It's not quite what I was looking for since it doesn't touch the issue of the Instrument Panel signal reference.
For example, I apply the symbol file 01, create an Instrument Panel and add some object that uses the signal PotiSignal.
Now if I use the script to apply ...
- Tue 15. Oct 2024, 15:56
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Instrument Panel: signal ignore dbc name
- Replies: 4
- Views: 21570
Instrument Panel: signal ignore dbc name
Is it possible to have instrument panel elements refer to a signal only by its name or CAN-ID, ignoring the name of the DBC file they're in?
We have regularly changing DBC names, so every time this happens I have to go through all panel elements and change their signal to the new DBC name.
We have regularly changing DBC names, so every time this happens I have to go through all panel elements and change their signal to the new DBC name.
- Mon 9. Sep 2024, 11:33
- Forum: Website
- Topic: "Display results as: Topic" option not working
- Replies: 1
- Views: 121658
"Display results as: Topic" option not working
The option to display search results as "Topics" instead of "Posts" doesn't seem to be working.
When I choose this option, there's zero search results while the "Posts" option lists the proper results.
Way to reproduce (any search term works):
- Go to "advanced search"
- Enter "script" into keyword ...
When I choose this option, there's zero search results while the "Posts" option lists the proper results.
Way to reproduce (any search term works):
- Go to "advanced search"
- Enter "script" into keyword ...
- Thu 5. Sep 2024, 12:08
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Macros and UI
- Replies: 4
- Views: 6865
Re: Macros and UI
Thanks, this works.
I'll add that one has to use the complete name of the function including underscores (somewhere in the forum or documentation it was suggested that one has to remove the underscores).
I'll add that one has to use the complete name of the function including underscores (somewhere in the forum or documentation it was suggested that one has to remove the underscores).