Hello
I have written a lot of software for our diagnostic purposes using PCAN develop that works very well with PCAN-PCI and PCAN USB PRO and PCAN USB dongle.
Now I switched to PCAN-USB FD PRO with updated drives. All Peak software works well. My software can't neither read nor write messages. Do ...
Search found 25 matches
- Tue 3. Nov 2015, 07:27
- Forum: PCAN-Developer 3 and PCAN-Evaluation
- Topic: PCAN-USB FD PRO
- Replies: 1
- Views: 6871
- Sun 2. Aug 2015, 09:09
- Forum: PCAN-Developer 3 and PCAN-Evaluation
- Topic: CAN_SetDeviceName
- Replies: 3
- Views: 6816
Re: CAN_SetDeviceName
Do you mean that I can do code like below and call it in a loop?
CAN_SetDeviceName('pcan_virtual');
Ret = CAN_read(....);
CAN_SetDeviceName('pcan_pci');
Ret = CAN_read(...);
Thanks
Andrea R.
CAN_SetDeviceName('pcan_virtual');
Ret = CAN_read(....);
CAN_SetDeviceName('pcan_pci');
Ret = CAN_read(...);
Thanks
Andrea R.
- Fri 31. Jul 2015, 15:43
- Forum: PCAN-Developer 3 and PCAN-Evaluation
- Topic: CAN_SetDeviceName
- Replies: 3
- Views: 6816
CAN_SetDeviceName
Hello,
My software connect to multiple net simultaneously.
4 net on PCAN_PCI driver and 1 net on PCAN-VIRTUAL.
I'm able to open all the connection without any error by doing call to CAN_SetDeviceName.
But if I connect to the virtual driver last I'm not able to read/write/remove client from the ...
My software connect to multiple net simultaneously.
4 net on PCAN_PCI driver and 1 net on PCAN-VIRTUAL.
I'm able to open all the connection without any error by doing call to CAN_SetDeviceName.
But if I connect to the virtual driver last I'm not able to read/write/remove client from the ...
- Sat 20. Jun 2015, 09:34
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: Is there a way of controlling PCAN Explorer via Delphi
- Replies: 1
- Views: 4082
Is there a way of controlling PCAN Explorer via Delphi
Hello
I'm writing an application using Delphi. I need to drive PCAN Explorer from delphi, examples are start/stop/save a trace file from delphi, start/stop/save plot. Add channel to plot etc...
thanks
I'm writing an application using Delphi. I need to drive PCAN Explorer from delphi, examples are start/stop/save a trace file from delphi, start/stop/save plot. Add channel to plot etc...
thanks
- Mon 4. Nov 2013, 09:44
- Forum: PCAN-Developer 3 and PCAN-Evaluation
- Topic: pcan_pci
- Replies: 3
- Views: 8604
Re: pcan_pci
Problem Solved,
don't ask me how.
I did Windows->Restart, Delphi->Project->Clean All, Delphi->Project->Build All and now it works.
Thanks for the support,
Regards
don't ask me how.
I did Windows->Restart, Delphi->Project->Clean All, Delphi->Project->Build All and now it works.
Thanks for the support,
Regards
- Mon 4. Nov 2013, 09:03
- Forum: PCAN-Developer 3 and PCAN-Evaluation
- Topic: pcan_pci
- Replies: 3
- Views: 8604
Re: pcan_pci
Hello,
yes your test program works fine, also with Delphi XE4.
I'm gone throught my source code all the weekend to understand where it differs from your call.
I didn't get any results. In my source the PCI enumertaion still does not work. I get Always results 5120d back from the CAN ...
yes your test program works fine, also with Delphi XE4.
I'm gone throught my source code all the weekend to understand where it differs from your call.
I didn't get any results. In my source the PCI enumertaion still does not work. I get Always results 5120d back from the CAN ...
- Thu 31. Oct 2013, 14:19
- Forum: PCAN-Developer 3 and PCAN-Evaluation
- Topic: pcan_pci
- Replies: 3
- Views: 8604
pcan_pci
Hello
I jost got my PCAN PCI card 4 channel (IPEH-003040). I have a problem with CanApi2.
I'm calling CAN_SetDeviceName('pcan_pci') with no error but when I go throught enumerating the hardware I get no hardware. Same routine called with CAN_SetDeviceName('pcan_usb') enumerate succesfully.
I'm ...
I jost got my PCAN PCI card 4 channel (IPEH-003040). I have a problem with CanApi2.
I'm calling CAN_SetDeviceName('pcan_pci') with no error but when I go throught enumerating the hardware I get no hardware. Same routine called with CAN_SetDeviceName('pcan_usb') enumerate succesfully.
I'm ...
- Wed 30. Oct 2013, 14:35
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: PCAN-Explorer or PCAN-View Virtual Driver
- Replies: 6
- Views: 9270
Re: PCAN-Explorer or PCAN-View Virtual Driver
Yes,
it solves the problem.
Thanks,
Regards
it solves the problem.
Thanks,
Regards
- Tue 29. Oct 2013, 14:35
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: PCAN-Explorer or PCAN-View Virtual Driver
- Replies: 6
- Views: 9270
Re: PCAN-Explorer or PCAN-View Virtual Driver
Ok,
here three scrennshot: PCAN-NetConfiguration, PCAN-Hardware with driver version, PCAN-Explorer Add Connection dialog window.
Ciao,
Andrea
here three scrennshot: PCAN-NetConfiguration, PCAN-Hardware with driver version, PCAN-Explorer Add Connection dialog window.
Ciao,
Andrea
- Tue 29. Oct 2013, 12:07
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: PCAN-Explorer or PCAN-View Virtual Driver
- Replies: 6
- Views: 9270
Re: PCAN-Explorer or PCAN-View Virtual Driver
I'm using
PCAN-View version 3.2.3.221
PCAN-Explorer version 5.3.1.794
I just want to correct my post. PCAN-View is able to detect virtual-driver. I can see Internal->TestNet@Virtual on the connection Windows.
PCAN-Explorer I can only see USB tab on the connection Windows.
Thanks
PCAN-View version 3.2.3.221
PCAN-Explorer version 5.3.1.794
I just want to correct my post. PCAN-View is able to detect virtual-driver. I can see Internal->TestNet@Virtual on the connection Windows.
PCAN-Explorer I can only see USB tab on the connection Windows.
Thanks