Accessing PCAN Explorer objects through macros

Comprehensive CAN monitor for Windows® and its add-ins: Plotter, CANdb Import, Instruments Panel, and J1939
Post Reply
saudrehman
Posts: 1
Joined: Tue 30. Apr 2013, 16:30

Accessing PCAN Explorer objects through macros

Post by saudrehman » Tue 30. Apr 2013, 16:35

Hi,
I wanted to disable/enable a ValueEdit object programmmatically through VB script macros.
How can I do that?

Thanks.

K.Wolf
Software Development
Software Development
Posts: 141
Joined: Wed 22. Sep 2010, 15:37

Re: Accessing PCAN Explorer objects through macros

Post by K.Wolf » Thu 2. May 2013, 16:00

Hi,

enabling/disabling of controls is not supported, neither in Design mode, nor via VBS macro.
You could remove the signal from a ValueEdit through a macro so that it no longer has any function, and later assign a new signal.

Post Reply