contact
support
Download
order
news
AGG Software Forums
November 23, 2024, 05:30:26 PM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: Welcome on our forum!
Home
Help
Search
Login
Register
AGG Software Forums
>
Online Help Center
>
Data loggers and plug-ins
>
convert scientific notation string into float
Pages: [
1
]
« previous
next »
Print
Author
Topic: convert scientific notation string into float (Read 13635 times)
ccdr
Jr. Member
Karma: +0/-0
Posts: 71
convert scientific notation string into float
«
on:
May 14, 2017, 04:48:04 AM »
Hi
My device can only reponse with string in scientific notation with unit.
Like
-2.208827E-12A representing -2.2pA.
I just want pure float data, i.e. -0.000000000002208827 without any character.
How can I achieve that with Data logger suite?
Thanks.
Logged
Arthur Grasin
Tech. Support
Administrator
Hero Member
Karma: +0/-0
Posts: 806
Re: convert scientific notation string into float
«
Reply #1 on:
May 15, 2017, 07:39:01 AM »
Hello.
You may extract this value (-2.208827E-12) in the parser and specify the Float data type. Then you may use the FormatFloat function in the Expressions plugin
NEWVALUE=FORMATFLOAT('0.00000000000000000', VALUE)
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
News & Feedbacks
-----------------------------
=> News and Updates
=> Site Comments
-----------------------------
Online Help Center
-----------------------------
=> Advanced Serial Port Monitor
=> Data loggers and plug-ins
=> Data loggers ActiveX
=> Advanced USB Port Monitor
=> Virtual Null Modem
=> Software for DNC and CNC
=> Other questions
-----------------------------
Development
-----------------------------
=> Feature Requests
Loading...