Factorysoft Opc Client Install -
FactorySoft (often associated with tools like the OPC DA Explorer or components used in Factory I/O
) provides lightweight, reliable OPC client software for industrial automation testing and data acquisition. Integration objects
This guide covers the installation and configuration of a FactorySoft-style OPC client, typically used for commissioning OPC Classic (DA) OPC Unified Architecture (UA) connections. Factory IO Prerequisites
Before installation, ensure your system meets these technical requirements: Administrative Access
: You must run installers with administrator privileges to register COM/DCOM components. OPC Core Components : These libraries from the OPC Foundation
are mandatory for OPC DA (Classic) functionality. They include the OPC Server Enumerator and necessary proxy/stub libraries. .NET Framework : Ensure at least .NET Framework 2.0 or later is enabled in Windows Features. www.aggsoft.ru Step-by-Step Installation Guide 1. Install OPC Core Components factorysoft opc client install
Since FactorySoft tools often rely on the OPC Classic standard, the Core Components must be installed first: Weatherford International Download the OPC Core Components Redistributable (x86 or x64 depending on your OS). installer. Restart your computer to ensure the service starts correctly. www.aggsoft.ru 2. Run the Client Installer Execute the FactorySoft or relevant OPC Explorer setup file (e.g.,
Follow the installation wizard prompts to choose the installation directory. Critical Step
: If the client is a standalone executable (portable version), simply move it to a permanent folder; no formal "install" is required. Integration objects 3. Register COM Libraries (For OPC DA)
Install OPC Core on Windows 10, 11, Server 2019, 2022 - AGG Software
Technical Implementation Guide: FactorySoft OPC Client FactorySoft provides specialized developer toolkits designed to build custom OPC (Open Platform Communications) client applications. These toolkits streamline the complex COM/DCOM and OPC specifications, allowing developers to integrate industrial data into Windows-based environments. 1. Pre-Installation Requirements FactorySoft (often associated with tools like the OPC
Before installing or developing with a FactorySoft toolkit, ensure your environment meets the following criteria: Operating System:
Windows versions ranging from Windows 2000/XP to modern Windows Server (2016–2025) and 64-bit client OS for testing. Frameworks: Many FactorySoft components require the .NET Framework
(typically version 1.1, 2.0, or 3.5 depending on the specific toolkit age). Permissions:
Administrative rights are required to register COM/DCOM components and install software services. Firewall ports must be open for OPC communication (e.g., TCP port 4840 for OPC UA or standard RPC ports for DCOM). 2. Installation Procedure
Installation typically follows a standard Windows setup process: Launch Setup: Run the provided installer (e.g., OPC Client.exe ) from your source media or download. Language & Path Selection: Launch setup
Choose your preferred language and destination directory (default is often C:\JXServer or similar). Feature Selection: Select the specific components needed, such as the OPC DA Client Toolkit for real-time data or the OPC A&E Client Toolkit for alarms and events. Registration:
The installer will automatically register the necessary COM/DCOM DLLs required for the toolkit to interact with external OPC servers. 3. Toolkit Capabilities & Configuration
Once installed, the toolkit provides a developer-friendly API to perform the following: Maxum OPC Server User Manual
Step 2: Running the Installer
- Launch
setup.exe. - The Welcome Screen: You will typically see the classic InstallShield Wizard.
- License Agreement: Accept the terms.
- Destination Folder:
- Note: The default path is usually
C:\Program Files\FactorySoft\.... - Legacy Tip: If you are reinstalling to match an existing configuration, ensure the path matches the previous installation exactly, or you will break hardcoded paths in your client applications.
- Note: The default path is usually
- Component Selection:
- You will often see options for "OPC Client ActiveX," "Data Access Client," or "Excel Add-in."
- Select the components required for your specific application. If you are unsure, install them all to avoid missing DLLs later.
A. The OS Compatibility Matrix
FactorySoft software was built for the Windows 9x/NT/2000/XP era.
- Windows XP: Native support. This is the target environment.
- Windows 7: Requires "Compatibility Mode" (Run as Windows XP SP3).
- Windows 10/11: Very difficult. The installers are often 16-bit/32-bit hybrids that modern OS security policies block. Even if installed, the COM architecture has changed significantly.
3.3 Enabling 32-bit OPC Browsing on 64-bit Windows
FactorySoft’s OPC Browser tool is 32-bit. By default, it cannot see 64-bit OPC servers’ registry entries. To fix:
- Close the OPC Browser.
- Launch the 32-bit version of
OPCBrowser.exefromC:\Program Files (x86)\FactorySoft\OPC Client\Bin32. - Create a shortcut on your desktop: Target:
C:\Windows\SysWOW64\mmc.exewith argument/32– then launch the OPC Browser.