-
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
Import ASCII Hex
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 12 Jahren, 9 Monaten von Marcel Bürger aktualisiert.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AutorBeiträge
-
Februar 7, 2012 um 3:14 pm Uhr #12752Marcel BürgerMitglied
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.
Februar 7, 2012 um 3:14 pm Uhr #8418Marcel BürgerMitgliedHow 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.
Februar 8, 2012 um 3:03 pm Uhr #9218Bernhard KantzTeilnehmerYou 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.
-
AutorBeiträge
Viewing 3 posts - 1 through 3 (of 3 total)
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.