Search found 1456 matches
- Mon 13. Mar 2023, 11:31
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Applying new Symbols file to existing Instruments Panel
- Replies: 2
- Views: 58
Re: Applying new Symbols file to existing Instruments Panel
You must create your own instrument panel for each symbol file. The reference is fixed. When you script or manually change a symbol file in a project, the reference to the old symbol file and signals is still part of the instruments. Use multiple (Z-order) instruments and switch the Z-layer to fit d...
- Fri 10. Mar 2023, 07:43
- Forum: Software
- Topic: PCAN-view as part of PC tool
- Replies: 3
- Views: 192
Re: PCAN-view as part of PC tool
If you are looking for a CAN-Open Software Layer that works with our CAN-Interfaces, you need to talk to PORT if they do support our API.
If not you could use the CAN-Open Libs. from our partner company EmSA, they support all PEAK-System hardware with their CAN-Open Libs.
If not you could use the CAN-Open Libs. from our partner company EmSA, they support all PEAK-System hardware with their CAN-Open Libs.
- Wed 8. Mar 2023, 15:37
- Forum: Software
- Topic: PCAN-view as part of PC tool
- Replies: 3
- Views: 192
Re: PCAN-view as part of PC tool
This is a commercial Forum of the company PEAK-System. If you have a own CAN Interface, build your own CAN Sniffer
The source code is not available for other CAN PC Hardware. It is only for our original PEAK-System CAN Interfaces.

The source code is not available for other CAN PC Hardware. It is only for our original PEAK-System CAN Interfaces.
- Mon 6. Mar 2023, 11:35
- Forum: PCAN-Basic
- Topic: Help with Visual Basic 6 and PCAN Basic
- Replies: 11
- Views: 9489
Re: Help with Visual Basic 6 and PCAN Basic
Is possible , but no longer supported. Use the PCANBasic.bas from the package (include directory) that will work.
- Tue 28. Feb 2023, 12:56
- Forum: Software
- Topic: Datum change
- Replies: 1
- Views: 171
Re: Datum change
Please explain what exact you are looking for? We do not understand your question. If you talk about a Date of a Incoming CAN Frame, use the Tracer and check Time Stamp. If you talk about part of the CAN Data, and a customer Data structure inside the Data parts - ask the company who create the CAN D...
- Thu 23. Feb 2023, 16:47
- Forum: PCAN-Basic
- Topic: Java runtime fatal error
- Replies: 1
- Views: 225
Re: Java runtime fatal error
Please read this posts:
https://forum.peak-system.com/viewtopic.php?f=41&t=343
https://forum.peak-system.com/viewtopic.php?f=41&t=1060
and finally this one -
https://forum.peak-system.com/viewtopic.php?f=41&t=870
ALL Dlls must Fit , RunTime must Fit. Otherwise you run in trouble...
https://forum.peak-system.com/viewtopic.php?f=41&t=343
https://forum.peak-system.com/viewtopic.php?f=41&t=1060
and finally this one -
https://forum.peak-system.com/viewtopic.php?f=41&t=870
ALL Dlls must Fit , RunTime must Fit. Otherwise you run in trouble...
- Wed 15. Feb 2023, 09:17
- Forum: Software
- Topic: PCAN Basic PCAN_ALLOW_ECHO_FRAMES
- Replies: 8
- Views: 374
Re: PCAN Basic PCAN_ALLOW_ECHO_FRAMES
Thank you for the feedback. We reccomend to use only the 32Bit and 64Bit DLL in the two system folders. x:\Windows\System32\ for the 64Bit DLL x:\Windows\SysWOW64\ for the 32 Bit DLL see here link And this will be automatically installed with the latest driver setup. All other PCAN-Basic.DLLs should...
- Tue 14. Feb 2023, 11:35
- Forum: Software
- Topic: PCAN Basic PCAN_ALLOW_ECHO_FRAMES
- Replies: 8
- Views: 374
Re: PCAN Basic PCAN_ALLOW_ECHO_FRAMES
Please use the EXE Sample we give away with the API. Run it, connect to the Hardware, select the Parameter and check if you could set it.
If this does not work, check Firmware etc. all what we already have told.
If this does not work, check Firmware etc. all what we already have told.
- Fri 10. Feb 2023, 23:26
- Forum: Software
- Topic: PCAN Basic PCAN_ALLOW_ECHO_FRAMES
- Replies: 8
- Views: 374
Re: PCAN Basic PCAN_ALLOW_ECHO_FRAMES
search and delete all PCAN_Basic.DLL files on your System - all! Then download and install the latest driver - https://www.peak-system.com/quick/DrvSetup This include always the latest DLL and install it in the correct system folder. There is no need to copy any DLL manually! For your feature you ne...
- Wed 8. Feb 2023, 15:00
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: LED Control via VBS Macro
- Replies: 4
- Views: 202
Re: LED Control via VBS Macro
The Control Panel Objects are made for Signals. So without a Signal you could not change the State of a LED. LED-Object.png You could use a Virtual Signal and use this to apply to the LED. Also you could change the threshold by a script. But a L ED.Value is not available - you need to go via a signa...