-
Notifications
You must be signed in to change notification settings - Fork 8
Hi,
I there possibility to use more devices in the same time to register measurements from several different points?
All reactions
Replies: 9 comments 24 replies
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...
All reactions
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.
All reactions
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 :)
All reactions
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.
All reactions
ok I think we can do it. Do you have any programming skill?
All reactions
All reactions
what model is your multimeters?
All reactions
aneng an 9002 multimeter
All reactions
ok I will work on it give me some time
All reactions
thank you sir
All reactions
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..
All reactions
All reactions
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.
All reactions
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
All reactions
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.
All reactions
All reactions
First you have to start setup. Then you will see it in start menu. Start from start menu directly
All reactions
can you video the process
Uploading VID_20250203_222100.mp4...
All reactions
do you have discord?
All reactions
if you have add me : webspiderteam_71418
All reactions
Release.zip
try this
All reactions
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
All reactions
data number
can you help me, the data number start from 0, it can change start from 1? thanks.
All reactions
Done! Release.zip
All reactions
thank you. can you help me to add rel ∆ button. thanks
All reactions
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.
All reactions
All reactions
what is program to edit this source code and gui?