HardwareSimulator 1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package HardwareSimulator --version 1.0.0
NuGet\Install-Package HardwareSimulator -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HardwareSimulator" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HardwareSimulator --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: HardwareSimulator, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HardwareSimulator as a Cake Addin #addin nuget:?package=HardwareSimulator&version=1.0.0 // Install HardwareSimulator as a Cake Tool #tool nuget:?package=HardwareSimulator&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Hardware Simulator
Hardware Simulator in MiniStand system
Hardware Simulator in MiniStand system (The first NuGET package) is designed to simulate the hardware center (management) to talk with MiniStand Engine via MQTT protocol.
When MiniStand Engine runs, it send command via MQTT to ask hardware center to do action or measurement, hardware center will post response back then.
If you don't have one or more hardware devices on hand, then it is the chance to let Hardware Simulator to take the role. It doesn’t really communicate with hardware devices, just send back MQTT packages to simulate the device working.
The main UI is taken in the Word document.
In the left panel, you can set the response ahead of getting commands to do action or measurement. The right panel shows the log sending response to MiniStand Engine.
Sorry currently no multilang provided.
The MiniStand Engine’s UI was taken a screen shot in the Word document too.
Every time when Start button was clicked, MiniStand Engine will send a MQTT command to ask hardware action or measurement described in selected testing items.
MiniStand Engine has some multilang jobs done, but not 100% sure. Default language is Chinese Simplified.
The work flowchart is like in the PowerPoint slide.
MiniStand sends out the commands to do action or measurement via MQTT package, and doesn’t care about who responds to it, Hardware Center or Hardware Simulator, either one.
Prerequisite:
- You must run GeneralInstaller (the 2nd NuGET package) to install some necessary components with Administrator permission. Just run GeneralInstall.exe and all the COM components will be registered.
- Install MQTTX at https://mqttx.app
- Configure MiniStand Engine
First, MiniStandShell.exe is at C:\Program Files (x86)\PatrickGamp\MiniStandShell, it just takes the only parameter in its own config file – usually it is C:\Program Files (x86)\PatrickGamp\MiniStandShell\assets\config_v2.db.
Seconds, run following command in command line prompt:
C:\Program Files (x86)\PatrickGamp\GeneralConfigApp>GeneralConfig_v2.WpfManager.exe "C:\Program Files (x86)\PatrickGamp\MiniStandShell\assets\config_v2.db"
General Config App will help you make some configuration items as your needs.
Remember, unpack InstallBits.zip and run the GeneralInstaller.exe with Administrator permission to use that. Also, 4 db files under assets will help you go through with existing data faster. Please reference to HardwareAndMiniStandWorkFlow.docx under sub folder 'docs'.
For technique support or business, please call the cell phone ++0086-18603016232, email: patrickgamp@hotmail.com, WeChat(A Chinese popular chat app) id is same to the cell phone number
I am a professional with 26 years software RD experience. In 2005-2018, worked for Microsoft Windows Mobile and Windows Phone developing team, XBox One manufacturing automation team, and Surface imaging test team, after 2019, opened a small automation software corporation at the first strong manufacturing city in the world - Suzhou, China. If you have some industry automation related software project to oursource, or any Windows desktop based non-Web softare developing requirements, please send me email to contact.
Author
Patrick Gamp
Published date
January 6, 2024
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.8
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
initial submit.