-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
adding coordinate values into text
- Dieses Thema hat 2 Antworten und 2 Teilnehmer, und wurde zuletzt aktualisiert vor 13 Jahre von
Dermot Cradden.
-
AutorBeiträge
-
März 10, 2010 um 7:34 am Uhr #12572
Dermot Cradden
TeilnehmerIs it possible to create a text object with the value of a cursor embedded? And have that value change when the cursor position changes.
März 10, 2010 um 7:34 am Uhr #8235Dermot Cradden
TeilnehmerIs it possible to create a text object with the value of a cursor embedded? And have that value change when the cursor position changes.
März 10, 2010 um 6:05 pm Uhr #8923Bernhard Kantz
TeilnehmerThat’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 Update windows (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’
%{'2DDiagram.2D'.Cursor(fpCursorActive, 1).PositionIndex}
Example: Y-value of ‘Signal’ at the current cursor position
%{Signal['2DDiagram.2D'.Cursor(fpCursorActive, 1).PositionIndex]}
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.