Skip to content

Navigation Menu

Sign in
Sign up

Using more that one devices in the same time #56

Unanswered
mironx asked this question in Q&A
Discussion options

Hi,
I there possibility to use more devices in the same time to register measurements from several different points?

You must be logged in to vote

Replies: 9 comments 24 replies

Comment options

design
hi, can you help me for make this. with 2 multimeter that can hold the value and save the result. thanks.
Uploading design.jpg...

You must be logged in to vote
1 reply
Comment options

the best option is using mqtt. I already created a project for mqtt logging you can look to it https://github.com/webspiderteam/Bluetooth_DMM_For_Windows_MQTT_Test_Project it logs values. Take a look at it.

Comment options

Hi. Sorry for late answer. It's not posible directly in app but app has mqtt ability. So you can run multiple instance and collect it in a mqtt. If you can explain what you need I can help you both :)

You must be logged in to vote
2 replies
Comment options

i have 2 multimeter. this project that record current in multimeter 1 and voltage in multimeter 2. Both of multitester can pick value when i click pick button. and the value saved in csv after some of picked klick butten with export button.

Comment options

ok I think we can do it. Do you have any programming skill?

Comment options

i dont have, but may be i can try Pada Min, 2 Feb 2025 23.45, webspiderteam ***@***.***> menulis:
...
ok I think we can do it. Do you have any programming skill? — Reply to this email directly, view it on GitHub <#56 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPCPHN4ODTRYGBQWMOZOP5L2NZDR7AVCNFSM6AAAAABVK2K2G6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMBTGMYDOMQ> . You are receiving this because you commented.Message ID: <webspiderteam/Bluetooth-DMM-For-Windows/repo-discussions/56/comments/12033072 @github.com>
You must be logged in to vote
5 replies
Comment options

what model is your multimeters?

Comment options

aneng an 9002 multimeter

Comment options

ok I will work on it give me some time

Comment options

thank you sir

Comment options

I made it as much as I can. here it is...
Debug.zip
can you test and inform me?

Usage :
first create server
image
click to create server checkbox and select mqtt server adress then click connect

then open my app. go to settings and check your mqtt settings
image
you Use MAC tetting must be checked and server adress and port settings has to be match with server. then save
after saved connect your first device. after connection done open another app instance without closing first instance.
you should not need to change settings just connect to second device. after that you will see datas in server app.
Click view Datas button you will see your design in this page.
image
there are two combos on top of window. select one of device in this combobox and select other device in second combo box you will see readings in displays. I think you can do other stuffs yourself..

Comment options

how to running it Pada Sen, 3 Feb 2025 pukul 05.23 webspiderteam ***@***.***> menulis:
...
I made it as much as I can. here it is... Debug.zip <https://github.com/user-attachments/files/18634311/Debug.zip> can you test and inform me? — Reply to this email directly, view it on GitHub <#56 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPCPHN3IYHOIOQZ6IVZZTHD2N2LHVAVCNFSM6AAAAABVK2K2G6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMBTGQ4TANQ> . You are receiving this because you commented.Message ID: <webspiderteam/Bluetooth-DMM-For-Windows/repo-discussions/56/comments/12034906 @github.com>
You must be logged in to vote
10 replies
Comment options

PLATFORM VERSION INFO
Windows : 10.0.18363.0 (Win32NT)
Common Language Runtime : 4.0.30319.42000
System.Deployment.dll : 4.8.4270.0 built by: NET48REL1LAST_C
clr.dll : 4.8.4341.0 built by: NET48REL1LAST_C
dfdll.dll : 4.8.4270.0 built by: NET48REL1LAST_C
dfshim.dll : 10.0.18362.1 (WinBuild.160101.0800)

SOURCES
Deployment url : file:///C:/Users/lenovo/AppData/Local/Temp/Temp1_publish.zip/MQTTTest2.application

IDENTITIES
Deployment Identity : MQTTTest2.application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0f249c5b79aef176, processorArchitecture=msil

APPLICATION SUMMARY
* Installable application.

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:\Users\lenovo\AppData\Local\Temp\Temp1_publish.zip\MQTTTest2.application resulted in exception. Following failure messages were detected:
+ You cannot start application MQTTTest2 from this location because it is already installed from a different location.
+ You cannot start application MQTTTest2 from location file:///C:/Users/lenovo/AppData/Local/Temp/Temp1_publish.zip/MQTTTest2.application it is already installed from location file:///F:/publish/MQTTTest2.application. You can start it from location file:///F:/publish/MQTTTest2.application or you can uninstall it and reinstall it from location file:///C:/Users/lenovo/AppData/Local/Temp/Temp1_publish.zip/MQTTTest2.application. If you reinstall the application, be aware that you might lose any customizations that you made to the application.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [03/02/2025 16:17:04] : Activation of C:\Users\lenovo\AppData\Local\Temp\Temp1_publish.zip\MQTTTest2.application has started.
* [03/02/2025 16:17:04] : Processing of deployment manifest has successfully completed.

ERROR DETAILS
Following errors were detected during this operation.
* [03/02/2025 16:17:04] System.Deployment.Application.DeploymentException (DeploymentUriDifferent)
- You cannot start application MQTTTest2 from this location because it is already installed from a different location.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.ApplicationActivator.CheckDeploymentProviderValidity(ActivationDescription actDesc, SubscriptionState subState)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl, Uri& deploymentUri)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
--- Inner Exception ---
System.Deployment.Application.DeploymentException (DeploymentUriDifferent)
- You cannot start application MQTTTest2 from location file:///C:/Users/lenovo/AppData/Local/Temp/Temp1_publish.zip/MQTTTest2.application it is already installed from location file:///F:/publish/MQTTTest2.application. You can start it from location file:///F:/publish/MQTTTest2.application or you can uninstall it and reinstall it from location file:///C:/Users/lenovo/AppData/Local/Temp/Temp1_publish.zip/MQTTTest2.application. If you reinstall the application, be aware that you might lose any customizations that you made to the application.
- Source:
- Stack trace:

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.

Comment options

its notting. just says " You cannot start application MQTTTest2 from location file:///C:/Users/lenovo/AppData/Local/Temp/Temp1_publish.zip/MQTTTest2.application it is already installed from location file:///F:/publish/MQTTTest2.application. You can start it from location file:///F:/publish/MQTTTest2.application"
just start from here F:/publish/MQTTTest2.exe

Comment options

i start from c. desktop but the application not running. when i start from f.applicaton not running. i change laptop. the aplication not running.

Comment options

Comment options

First you have to start setup. Then you will see it in start menu. Start from start menu directly

Comment options

can you video the process

Uploading VID_20250203_222100.mp4...

You must be logged in to vote
3 replies
Comment options

do you have discord?

Comment options

if you have add me : webspiderteam_71418

Comment options

Release.zip
try this

Comment options

Final working version of dual multimeter test file is here:
Release.zip

also you can find source files from here :
https://github.com/webspiderteam/MQTTTest-Dual-Multimeter

You must be logged in to vote
2 replies
Comment options

data number
can you help me, the data number start from 0, it can change start from 1? thanks.

Comment options

Done! Release.zip

Comment options

thank you. can you help me to add rel ∆ button. thanks

You must be logged in to vote
1 reply
Comment options

sorry we can't... first of all an9002 has no remote control ability. second issue is bluetooth dmm has to be changed to control over mqtt an need to be prepared for this change. but I don't have that much time right now.

Comment options

oke thanks Pada Sel, 4 Feb 2025 16.12, webspiderteam ***@***.***> menulis:
...
sorry we can't... first of all an9002 has no remote control ability. second issue is bluetooth dmm has to be changed to control over mqtt an need to be prepared for this change. but I don't have that much time right now. — Reply to this email directly, view it on GitHub <#56 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BPCPHN3XEJKCAOKMPRBKZLL2OCABLAVCNFSM6AAAAABVK2K2G6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMBVGI3DEMQ> . You are receiving this because you commented.Message ID: <webspiderteam/Bluetooth-DMM-For-Windows/repo-discussions/56/comments/12052622 @github.com>
You must be logged in to vote
0 replies
Comment options

what is program to edit this source code and gui?

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /