how make use of macros

Professional Windows® software to communicate with CAN and CAN FD busses and its add-ins: Plotter, CANdb Import, Instruments Panel, and J1939
Post Reply
krishna
Posts: 7
Joined: Mon 16. Apr 2018, 20:42

how make use of macros

Post by krishna » Mon 16. Apr 2018, 20:49

hello
I need a button on my GUI dialogue which provides me a button, upon pressing the button it should transmit a message and I should be able to decrypt the hexadecimal to human readable text.
one more thing is that is there a possible way to create a GUI in PE6 or can I intregrate a GUI created outside to PE6
thank you
Krishna

M.Maidhof
Support
Support
Posts: 1753
Joined: Wed 22. Sep 2010, 14:00

Re: how make use of macros

Post by M.Maidhof » Tue 17. Apr 2018, 09:52

Hello,

the Instruments Panel Add-In will give you the possibility to create a button. On pressing this button you can start a macro, which will perform the needed CAN communication.

You can use the Instruments Panel Add-In to create a gui in PCAN-Explorer, or you can also write your own Add-In. See PCAN-Explorer 6\samples directory for more details and examples on how to write own Add-ins.

regards

Michael

krishna
Posts: 7
Joined: Mon 16. Apr 2018, 20:42

Re: how make use of macros

Post by krishna » Thu 19. Apr 2018, 16:55

can you provide me a sample add in which can be created using visual basics or provide me the instruction on how to create it. I would prefer a sample small example on how to transmit a signal using add in
thank you

M.Maidhof
Support
Support
Posts: 1753
Joined: Wed 22. Sep 2010, 14:00

Re: how make use of macros

Post by M.Maidhof » Fri 20. Apr 2018, 10:33

Hi,

no, we only have Add-In sample code for Delphi and VS2010.

best regards

Michael

krishna
Posts: 7
Joined: Mon 16. Apr 2018, 20:42

Re: how make use of macros

Post by krishna » Fri 20. Apr 2018, 15:20

can you give me sample for VS 2010 to create a Add in ofr pcan explorer 6

M.Maidhof
Support
Support
Posts: 1753
Joined: Wed 22. Sep 2010, 14:00

Re: how make use of macros

Post by M.Maidhof » Fri 20. Apr 2018, 16:03

you will find some Add-in examples for Delphi and VS2010 in the PCAN-Explorer 6\Samples directory on your harddisk.

c:\Program Files (x86)\PCAN-Explorer 6\Samples\

regards

Michael

PS: please don´t send emails and write forum posts. This will double our work, and will slow down the responds time!

Post Reply