FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro-Support
Wissen
Community
Über Uns
Referenzen
Jobs
Allgemeiner Kontakt
Händlerverzeichnis
FlexPro-Support
DE
EN
FR
Placeholder
Produkte und Lösungen
Support und Downloads
Unternehmen
Magazin
Kontakt
Sprache
MyWeisang

Account Einstellungen

Topic

adding coordinate values into text

Startseite ' Community ' Allgemein ' adding coordinate values into text

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #33781
    Dermot Cradden
    Teilnehmer

    Is it possible to create a text object with the value of a cursor embedded? And have that value change when the cursor position changes.

    #33783
    Dermot Cradden
    Teilnehmer

    Is it possible to create a text object with the value of a cursor embedded? And have that value change when the cursor position changes.

    #33782
    Bernhard Kantz
    Teilnehmer

    That’s possible as long as the cursor is active. If you use a label in a 2D-diagram you can automatically update the content (cursor position). Activate the option [b]Update windows[/b] (Diagram Properties|Cursors). The Update windows specifies that the the window is to be refreshed after every cursor move. Select this option if you display data sets, which refer to the actual cursor positions, in the same window.

    Example: Cursor position of the active cursor in the diagram ‘2DDiagram’
    [code]
    %{‘2DDiagram.2D’.Cursor(fpCursorActive, 1).PositionIndex}
    [/code]
    Example: Y-value of ‘Signal’ at the current cursor position
    [code]
    %{Signal[‘2DDiagram.2D’.Cursor(fpCursorActive, 1).PositionIndex]}
    [/code]

    support@weisang.com

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.