Software

Python Library

1. Requirements

Make sure Python 3.7+ is installed and pip is available on your system.

2. Download the Package

Click the button below to download the latest release of the Python package:

Download Python Package

3. Install via pip

Open a terminal and run the following command:

pip install https://en-z-em.edwardschmitzsoftware.com/downloads/SigCore-1.0.0-py3-none-any.whl

4. Test the Installation

Verify the installation by importing the library in Python:


from SigCore import SigCore, Relays

device = SigCore()
if device.connect():
    device.set_digital_output(Relays.R1, True)
    device.disconnect()
                

Need Help?

Visit our Support Page or Contact Us for assistance.

.NET Library

1. Requirements

Requires .NET Framework 4.8 or later.

2. Download the Library

Click below to download the latest version of the SigCore .NET library:

Download SigCore.dll

3. Usage

Reference SigCore.dll in your .NET Framework 4.8 projects.

For IntelliSense support, ensure SigCore.xml is placed alongside the DLL.

Need Help?

Visit our Support Page or Contact Us for assistance.

Control Panel Application

1. Requirements

Works on Windows 10 or later with .NET Framework 4.8 installed.

2. Download the Installer

Click below to download the latest installer for the Control Panel application:

Download ControlPanelSetup.exe

3. Installation Path

The application installs to:

C:\Program Files\en-Z-em\ControlPanel

4. Features

  • Relay control (R1–R8)
  • Digital and analog input monitoring
  • Analog output configuration
  • Custom calibration and settings

Need Help?

Visit our Support Page or Contact Us for assistance.