the graph and its abscissa #26
Replies: 8 comments 15 replies
-
Thank you too. Hearig this makes me happy. Thats what I wanted. All of them posibble but all of them can make issues.
Its possible but cant be milisecond because chart refreshes 1 per second. other than this, there is 2 options
There is another option i can do. There is a raw data logging but it only gives exact data which came from device with out decoding to values, and this log only updates when data changed. But I can make another option for logging with date-time and datas and also this can give you miliseconds too. Again it will update when value changed. This can work but it can make delay to update display. |
Beta Was this translation helpful? Give feedback.
-
Hi MoucheTaMoustache, Did you see the MQTT Data-Stream Option? Ludwich |
Beta Was this translation helpful? Give feedback.
-
Hi webspiderteam!
Thank you for your comprehensive answer!
I didn't know that millisecond will lag software, risking it to crash. I tried to do something like that with python. I used to tried something like with Python that but I had to stop because I don't have the necessary knowledge in coding... XD.
If I understand, it's a matter of balance between program's ability to process information and memory's ability to store it.
In regard of this, milliseconds would be excessives.
Thank you again for your work!
MoucheTaMoustache
De : "webspiderteam"
A : "webspiderteam/Bluetooth-DMM-For-Windows" ,"MoucheTaMoustache" ,"Author"
Envoyé: mercredi 24 Août 2022 14:16
Objet : Re: [webspiderteam/Bluetooth-DMM-For-Windows] the graph and its abscissa (Discussion #26)
Thank you too. Hearig this makes me happy. Thats what I wanted.
All of them posibble but all of them can make issues.
Let me explain
change the timeline to date-time (dd/mm/yy - hh:mm:ss:ms)
Its possible but cant be milisecond because chart refreshes 1 per second. other than this, there is 2 options
I can change only view format. But If I make this it may not show exact time because if device in AUTO or NFC mode chart does not updates. Also if there is connection loss chart will not update. that means chart wil have lost times and will be different between exact time.
I can add date time to data. But if I add it main data takes 4 bytes for each second. That means it will take 14.4Kb in an Hour. If I add date-time (dd/mm/yy - hh:mm:ss) it add 18bytes per second so that means 79.2 Kb per hour. These values are raw only while its in memory it makes 5 times more memory and also slows down the app also can couse memory leak issues, frezing app and can crash.
There is another option i can do. There is a raw data logging but it only gives exact data which came from device with out decoding to values, and this log only updates when data changed. But I can make another option for logging with date-time and datas and also this can give you miliseconds too. Again it will update when value changed. This can work but it can make delay to update display.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@webspiderteam you are a warrior! Values that I would have need :
There is no emergency! Enjoy your sunday! |
Beta Was this translation helpful? Give feedback.
-
@webspiderteam
No no, I have one device.
De : "webspiderteam"
A : "webspiderteam/Bluetooth-DMM-For-Windows" ,"MoucheTaMoustache" ,"Author"
Envoyé: dimanche 28 Août 2022 16:46
Objet : Re: [webspiderteam/Bluetooth-DMM-For-Windows] the graph and its abscissa (Discussion #26)
Are there more than 1 device?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thank you very much!
I am at my job, I can't try it until this evening. I'll keep you informed!
Have a nice day!
De : "webspiderteam"
A : "webspiderteam/Bluetooth-DMM-For-Windows" ,"MoucheTaMoustache" ,"Author"
Envoyé: dimanche 28 Août 2022 19:37
Objet : Re: [webspiderteam/Bluetooth-DMM-For-Windows] the graph and its abscissa (Discussion #26)
Release.zip Use this app
Default settings are like that just check Create server and connect before start Bluetooth dmm
Start Bluetooth DMM and go to settings. In settings make MQTT Client enabled and enter MQTT Settings. In MQTT Settings leave settings as it is. Like picture below.
Enter Values settings and Check Selected Values. Default values Should be like that. Just be sure.
then click save on each window. now you can see values will filled in list when you connected Multimeter to app.
Then Click Start Logging whenever you want. Thats it. When you done click Stop Logging.
there is two things you have to carryful. first if you change any setting both of app must have same settings. Second thing is you need to start Mqtttest app before start the Bluetooth DMM because if you dont Bluetooth dmm wont connect until entering setting and save.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I fixed extention and also that weird charcter problem when its degree. |
Beta Was this translation helpful? Give feedback.
-
Hi Ludwich,
thank you for your answer. I didn't see this. I don't know what is it! ^^
How to find that?
So, no I didn't red wiki, I will read it.
Thank you !
MoucheTaMoustache
De : "ludwich66"
A : "webspiderteam/Bluetooth-DMM-For-Windows" ,"MoucheTaMoustache" ,"Author"
Envoyé: mercredi 24 Août 2022 15:45
Objet : Re: [webspiderteam/Bluetooth-DMM-For-Windows] the graph and its abscissa (Discussion #26)
Hi MoucheTaMoustache,
Did you see the MQTT Data-Stream Option?
Here are more Parameters Configurable.
Did you reed https://github.com/webspiderteam/Bluetooth-DMM-For-Windows/wiki?
Ludwich
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello,
First of all, thank you very much for your program! He is fantastic. You have realized what I have been struggling to do for several months!
I had a suggestion concerning the abscissa of the graph. The abscissa is time. Is it possible to change the timeline to date-time (dd/mm/yy - hh:mm:ss:ms) or create a chart option to customize the abscissa line?
This would allow me to have continuous measurements of the temperature and to identify the exact moment of its variations.
So when exporting to CSV, I will study the raw data and the exact moment of their variation (h/m/s).
Thanks again, that's great!
Moustache
Beta Was this translation helpful? Give feedback.
All reactions