Hi,
One more question, am supposed to be able to see the DTCs not active in the monitor? What I mean by that is when I send through this macro should I see the DTCs in the Active DTCs of the J1939 Monitor disappear, because that's what it does when you global reset, as well as the DTC Count of each ...
Search found 6 matches
- Fri 21. Jul 2023, 15:49
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Requesting Global Reset in Macro
- Replies: 3
- Views: 25282
- Thu 20. Jul 2023, 22:33
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Requesting Global Reset in Macro
- Replies: 3
- Views: 25282
Requesting Global Reset in Macro
Hi,
Is it possible to call the global reset from the J1939 DTC Monitor on a VBS Macro and if so how would you go about that? Or is there another way of resetting active DTCs in a macro?
Thank you!
Is it possible to call the global reset from the J1939 DTC Monitor on a VBS Macro and if so how would you go about that? Or is there another way of resetting active DTCs in a macro?
Thank you!
- Thu 15. Jun 2023, 16:23
- Forum: PCAN-Basic
- Topic: Implementing J1939
- Replies: 6
- Views: 3522
Re: Implementing J1939
I have the 1210 API Libraries downloaded but now I'm getting the following errors
1. argument of type const char is incompatible with parameter of type LPCWSTR
2. this declaration has no storage class or type specifier
3. this declaration has no storage class or type specifier
4. identifier pRP1210 ...
1. argument of type const char is incompatible with parameter of type LPCWSTR
2. this declaration has no storage class or type specifier
3. this declaration has no storage class or type specifier
4. identifier pRP1210 ...
- Wed 14. Jun 2023, 20:42
- Forum: PCAN-Basic
- Topic: Implementing J1939
- Replies: 6
- Views: 3522
Re: Implementing J1939
Sorry, I have one more question, in regards to the sample code in the documentation about RP1210_ClientConnect, it doesn't work as it finds that pRP1210_ConnectClient is undefined. It says that it's assumed that all API functions are dynamically loaded but I'm not to sure what I'm doing wrong. I've ...
- Wed 14. Jun 2023, 15:08
- Forum: PCAN-Basic
- Topic: Implementing J1939
- Replies: 6
- Views: 3522
Re: Implementing J1939
Thanks a lot!
- Tue 13. Jun 2023, 20:27
- Forum: PCAN-Basic
- Topic: Implementing J1939
- Replies: 6
- Views: 3522
Implementing J1939
Hi, I just recently started learning the PCAN related software and I had a question regarding implementing J1939 protocol in my code. I know that PCAN-Basic primarily deals with CAN and CAN FD but is there a way to implement J1939 protocol? I'm trying to make a C++ program that sends messages longer ...