-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Programmation
- This topic has 2 replies, 2 voices, and was last updated 17 years, 2 months ago by Anonymous.
-
AuthorPosts
-
August 28, 2007 at 1:51 am #12499AnonymousInactive
Hi,
I am a new user of FlexPro.
I work with the normal version of FlexPro7, not the professionnal one. And so i can’t use the VBA editor. But I would like to “pic up” a point on a curve (for example the highest point) and to export it to an excel file; and i would like to make this operation automatic. Would it be possible to programm it with the functions or “formel” ? OR do we need VBA ?Thanks
guillaume
August 28, 2007 at 1:51 am #8162AnonymousInactiveHi,
I am a new user of FlexPro.
I work with the normal version of FlexPro7, not the professionnal one. And so i can’t use the VBA editor. But I would like to “pic up” a point on a curve (for example the highest point) and to export it to an excel file; and i would like to make this operation automatic. Would it be possible to programm it with the functions or “formel” ? OR do we need VBA ?Thanks
guillaume
August 28, 2007 at 3:25 am #8794Bernhard KantzParticipantWithout VBA you can do the following steps:
– Create a FPScript formula to analyze your data. There are predefined functions to calculate the maximum (e.g. Maximum(Signal)).
– Select the formula in the object list, open the context menu (right mouse click), and choose export…
– Choose CSV export.Alternatively you can paste any FlexPro result directly as a link into Excel. Select the data object in FlexPro and Press Ctrl+C to copy it into the clipboard. CHange to Excel, select the cell where you would like to place the result and choose “Paste link” form the “Edit” menu. In the dialog box, choose “Text” and “Link”
-
AuthorPosts
- You must be logged in to reply to this topic.