MultiPlug.Ext.Hermes 1.0.1-alpha

This is a prerelease version of MultiPlug.Ext.Hermes.
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MultiPlug.Ext.Hermes --version 1.0.1-alpha
NuGet\Install-Package MultiPlug.Ext.Hermes -Version 1.0.1-alpha
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="MultiPlug.Ext.Hermes" Version="1.0.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MultiPlug.Ext.Hermes --version 1.0.1-alpha
#r "nuget: MultiPlug.Ext.Hermes, 1.0.1-alpha"
#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 MultiPlug.Ext.Hermes as a Cake Addin
#addin nuget:?package=MultiPlug.Ext.Hermes&version=1.0.1-alpha&prerelease

// Install MultiPlug.Ext.Hermes as a Cake Tool
#tool nuget:?package=MultiPlug.Ext.Hermes&version=1.0.1-alpha&prerelease

MultiPlug IPC HERMES 9852 Extension used for the transfer of PCB related data between manufacturing equipment on a electronics assembly line.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.22 259 11/1/2023
1.0.21 99 10/25/2023
1.0.20 127 9/21/2023
1.0.19 206 6/30/2023

* Functionality
This Extension, with the use of MultiPlug.Ext.Networks, allows you to connect to Up-line and Down-line electronics production equipment that are also capable of communicating using the IPC-HERMES-9852 messaging standard (https://www.the-hermes-standard.info/).

The modes of operation are Pass Through and SMEMA Adaptor.

The Pass Through mode allows the creation of a Hermes man-in-the-middle to capture message data which will include PCB (Printed Circuit Board) information.

The SMEMA Adaptor mode (IPC-SMEMA-9851) requires additional hardware (available at https://www.4ir.uk/products/smema-hermes-adaptor/) to interface with the SMEMA I/O. This mode allows SMEMA equipment to be upgraded and prevents PCB data from being lost as a PCB moves along an assembly line.

* Setup
1. Within MultiPlug.Ext.Networks, create a Client Socket for the Up-line machine and use its IP address and the default port 50101.
2. Create a Socket Endpoint for the Down-line machine and use the default port 50101.
3. For the Client Socket, subscribe to the Hermes Up-line message send event.
4. For both the Socket Endpoint, subscribe to Herme Down-line message send event.
5. Within MultiPlug.Ext.Hermes Up-line settings, subscribe to the Client Socket read event.
6. For the Hermes Down-line setting, subscribe to the Socket Endpoint read event.

Setup for the SMEMA Adaptor mode will be documented with the adaptor instructions.

* Changelog
1.0.1 First Release