-
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
Import ASCII Hex
- This topic has 2 replies, 2 voices, and was last updated 12 years, 9 months ago by Marcel Bürger.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
February 7, 2012 at 3:14 pm #12752Marcel BürgerMember
How could i import ASCII Hex values from CSV files and use them in FlexPro as integer?
For example: I’ve got ADC values like 0E41 (3649 decimal) without “0x” infront.
February 7, 2012 at 3:14 pm #8418Marcel BürgerMemberHow could i import ASCII Hex values from CSV files and use them in FlexPro as integer?
For example: I’ve got ADC values like 0E41 (3649 decimal) without “0x” infront.
February 8, 2012 at 3:03 pm #9218Bernhard KantzParticipantYou can import those ASCII hex values as strings. To get the numerical value you may use a FPScript formula like in the following example:
Dim hex = “0E41”
Integer16 (“0x” : hex)It concatenates the “0x” prefix to the hex string and converts it to a 16 bit integer.
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.