Search found 2 matches

by hbeyer
Fri 30. Jun 2017, 12:35
Forum: PCAN-Explorer 5 & Add-ins
Topic: Zugriff auf Cursor-Daten in Plotter mit VBS
Replies: 1
Views: 3332

Zugriff auf Cursor-Daten in Plotter mit VBS

Hallo,

gibt es eine Möglichkeit, via VBScript auf die aufgelisteten Daten im Plotter (Legende) an der Position des Cursors zuzugreifen?

Ich kann zwar auf die Datenpunkte via DataY() zugreifen, aber so recht klappt das nur, wenn ich weiß, wo ich mich mit dem Cursor befinde. Und da fehlt mir die ...
by hbeyer
Thu 30. Mar 2017, 18:52
Forum: PCAN-Explorer 5 & Add-ins
Topic: VBS function with parameters from Instruments Panel
Replies: 1
Views: 2999

VBS function with parameters from Instruments Panel

Hello,

is it possible to call a function with values from e.g. the valueEdit panel?
We have a 2d matrix with 150 Elements and want to send a can message (ID: 0x501) with the value AND the position in the matrix (x,y).

It would also be okay when we can retrieve the caller / the button which wants ...