-
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
Automatic Marker using FPScrict
- This topic has 2 replies, 2 voices, and was last updated 11 years ago by HerveM1234.
-
AuthorPosts
-
November 27, 2013 at 10:13 am #12837HerveM1234Participant
Hi,
With a FPS function I detect events on a signal.
Is there a way to set a Marker on the curve using FPScript?
For example, the fuction calculates the maximum of a curve and I would like to place a marker at this maximum point automatically.Thanks in advance
rvNovember 27, 2013 at 10:13 am #8497HerveM1234ParticipantHi,
With a FPS function I detect events on a signal.
Is there a way to set a Marker on the curve using FPScript?
For example, the fuction calculates the maximum of a curve and I would like to place a marker at this maximum point automatically.Thanks in advance
rvNovember 28, 2013 at 8:56 am #9333Bernhard KantzParticipantThere is no way to set marker(s) from FPScript, but there are other ways to achieve the same goal.
Let your FPScript formula extract the desired points as a signal. Add it to the diagram. Using the Properties window of the new curve, switch off the Connection Line and activate the Data Labeling. In the Text field enter
Y = %
X = %
(you may add some formatting too, e.g. %.3f for three decimals).
Change the Angle to 0°, the Position to Top Right and the Background to the desired color. If you want to see the points too, turn on the Symbols and choose the appropriate Type and Colors. -
AuthorPosts
- You must be logged in to reply to this topic.