Hi,
has anyone managed to operate a PCAN-USB dongle with WSL2 ?
I installed USBIPD-WIN-Projekts to attach the dongle to WSL. It is listed when I use lsbub
(venv) mstahl@LM-STAHLM-WS:~/data/projekte/cantest$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID ...
Search found 4 matches
- Fri 8. Mar 2024, 08:37
- Forum: Linux
- Topic: WSL2: Using a PCAN-USB possible?
- Replies: 1
- Views: 4557
- Mon 8. Sep 2014, 11:59
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: Beschriftung eines Labels auf Intrumentpanel per VBS ändern
- Replies: 6
- Views: 8340
Re: Beschriftung eines Labels auf Intrumentpanel per VBS änd
Hab gelöst.
In der Symboldatei eine Virtuelle Variable, sowie ein Enum erstellt
{ENUMS}
enum Kunde (0="Hans", 1="Erwin")
{VIRTUALVARS}
Var=Customer Kunde
Dann im VBS-Script mit Siganls auf die Virtuelle Variable bezogen.
Dim Customer
Set Customer = Signals("Customer")
Customer.value = 1 ...
In der Symboldatei eine Virtuelle Variable, sowie ein Enum erstellt
{ENUMS}
enum Kunde (0="Hans", 1="Erwin")
{VIRTUALVARS}
Var=Customer Kunde
Dann im VBS-Script mit Siganls auf die Virtuelle Variable bezogen.
Dim Customer
Set Customer = Signals("Customer")
Customer.value = 1 ...
- Mon 8. Sep 2014, 11:28
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: Beschriftung eines Labels auf Intrumentpanel per VBS ändern
- Replies: 6
- Views: 8340
Beschriftung eines Labels auf Intrumentpanel per VBS ändern
Ist es möglich per VBS-Makro die Beschriftung eines Labels auf einem Intruments-Panel zu ändern?
Gruß
Michael
Gruß
Michael
- Fri 12. Oct 2012, 08:51
- Forum: Linux
- Topic: General question about pcan driver
- Replies: 3
- Views: 6577
General question about pcan driver
Hello,
I have a general question about the linux pcan driver to get a better knowledgement about the handle.
After "make" and "make install" the pcan driver ist installed to the system. With the command "modprobe pcan" the driver will be load. Is this correct? The command "modprobe pcan" should be ...
I have a general question about the linux pcan driver to get a better knowledgement about the handle.
After "make" and "make install" the pcan driver ist installed to the system. With the command "modprobe pcan" the driver will be load. Is this correct? The command "modprobe pcan" should be ...