-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
adding coordinate values into text
- This topic has 2 replies, 2 voices, and was last updated 14 years, 8 months ago by Dermot Cradden.
-
AuthorPosts
-
March 10, 2010 at 7:34 am #12572Dermot CraddenParticipant
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.
March 10, 2010 at 7:34 am #8235Dermot CraddenParticipantIs it possible to create a text object with the value of a cursor embedded? And have that value change when the cursor position changes.
March 10, 2010 at 6:05 pm #8923Bernhard KantzParticipantThat’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]}
-
AuthorPosts
- You must be logged in to reply to this topic.