Search found 13 matches

by mwbevington
Fri 29. Sep 2023, 19:43
Forum: PCAN-View
Topic: where to download old versions of PCAN-VIEW
Replies: 1
Views: 13666

where to download old versions of PCAN-VIEW

Hi,
I'd like to download the most recent version of PCAN-VIEW that will run on Win7.....maybe v4.34? I've looked and can't find any links to do so.
by mwbevington
Tue 9. May 2023, 04:13
Forum: PCAN-Explorer 5 & Add-ins
Topic: Usng string values from enums in Instrument Panels
Replies: 3
Views: 5122

Re: Usng string values from enums in Instrument Panels

I figured it out. Needed to use the "Label" element from within the Instrument Panel and assign the appropriate symbol to it. Here's a pic on where to find it, in case anyone else ever gets stuck on this...or....in case I forget how to do it again sometime in the future :lol:
Label4Capture.JPG
by mwbevington
Mon 8. May 2023, 20:43
Forum: PCAN-Explorer 5 & Add-ins
Topic: Usng string values from enums in Instrument Panels
Replies: 3
Views: 5122

Re: Usng string values from enums in Instrument Panels

Hi,

I can't find any property mentioned in the Property Editor for this ValueIndicator. See screensnip below. Also, I do not know of any /parameter
named label in a Peak Format version 5.0 symbol file, e.g. /e:=enum

How do I do this?
ValueIndicator9_ChainLatchStatus.JPG
ValueIndicator9_ChainLatchStatus.JPG (86.45 KiB) Viewed 5114 times
Thanks,
Mark
by mwbevington
Sun 7. May 2023, 22:54
Forum: PCAN-Explorer 5 & Add-ins
Topic: Usng string values from enums in Instrument Panels
Replies: 3
Views: 5122

Usng string values from enums in Instrument Panels

Hi,

I know I have had this working before, but can't seem to figure it out today, plus could not find anything in the forum.
I have a symbol file (FormatVersion=5.0) for which I have enums assigned for some symbols. I'd like to be able to see the text associated with the symbol in a ValueInidcator ...
by mwbevington
Thu 11. Jun 2020, 19:16
Forum: PCAN-RS-232
Topic: 9_SER-TO-CAN Example not working
Replies: 7
Views: 9826

Re: 9_SER-TO-CAN Example not working

Hi Mark/Uwe,

I found it. In can_user.c there is a statement inside the CAN_UserInit() function that is used to initialize the CAN interface as follows:

// init CAN1
CAN_InitChannel ( CAN_BUS1, CAN_BAUD_500K);

I added ser_to_can.h to can_user.c as an include, and changed the previous statement to ...
by mwbevington
Wed 10. Jun 2020, 18:22
Forum: PCAN-RS-232
Topic: 9_SER-TO-CAN Example not working
Replies: 7
Views: 9826

Re: 9_SER-TO-CAN Example not working

Hi Uwe,

I don't think it is a bit rate timing issue. My only target right now is a PCAN-USB Pro (FD). If I build the code to run at 500 Kbps everything works. The LED toggles on the PCAN-RS232, and serial data (at 9600 BPS) is correctly output as can frames with an ID=0x123. See Trace1.trc, as well ...
by mwbevington
Tue 9. Jun 2020, 21:34
Forum: PCAN-RS-232
Topic: 9_SER-TO-CAN Example not working
Replies: 7
Views: 9826

Re: 9_SER-TO-CAN Example not working

Hi Uwe,

Thanks for the quick reply. The BIN file you sent loads and appears to work, as the LED toggles. I haven't had any issues compiling this...no errors. I did a diff and found where I had changed the CAN data rate from 500K to 250K in ser_to_can.h. I had forgot I had made this change to the ...
by mwbevington
Mon 8. Jun 2020, 20:56
Forum: PCAN-RS-232
Topic: 9_SER-TO-CAN Example not working
Replies: 7
Views: 9826

9_SER-TO-CAN Example not working

Hi,

I'm working on a project that requires me to convert serial data to a J1939 frame. I thought I would use the example 9_SER-TO-CAN as a basis for my code. I find that the original (unmodified) code for this example will not run (file = ser_to_can.bin dated 3/18/2016). I note that in main.c the ...
by mwbevington
Tue 4. Feb 2014, 06:13
Forum: PCAN-Explorer 5 & Add-ins
Topic: Instrument Panel Add-In: 3 position rocker switch
Replies: 6
Views: 9314

Re: Instrument Panel Add-In: 3 position rocker switch

Good Morning,

Thank you very much for the example posted. I've played with it a bit and it seems to work quite well. I noted that it had been viewed and downloaded twice, before I did, so am thinking it will definitely help others learn how to better use the Peak tools. I need to study the ...
by mwbevington
Wed 29. Jan 2014, 16:48
Forum: PCAN-Explorer 5 & Add-ins
Topic: Instrument Panel Add-In: 3 position rocker switch
Replies: 6
Views: 9314

Re: Instrument Panel Add-In: 3 position rocker switch

Hi,

Any progress? Note, I do not think it is a problem if you post this on the forum. I tend to believe that it would be a good example that would most likely help quite a few others. The logo was photo-shopped out, plus the actual CAN frame definition does not match exactly (symbol positions have ...