Factorysoft Opc Client Install [top] -

FactorySoft (historically associated with eMation) provides developer-focused toolkits for building OPC Alarms & Events (A&E) and Data Access (DA) client applications. Installation Guide Because these are developer toolkits rather than standalone consumer software, the installation process usually integrates into your development environment (like Visual Studio). Download the Toolkit : Obtain the latest version of the FactorySoft OPC A&E Client Toolkit or the DA variant. Run the Installer : Execute the file. This typically installs DLLs, header files, and sample projects to your local drive. Register Components : During installation, the toolkit usually registers necessary COM/DCOM components. Ensure you have administrative privileges, as OPC Classic relies heavily on Windows registry settings. Configure DCOM : If your client needs to connect to a remote server, you must configure Windows DCOM settings (via ) to allow the FactorySoft components to communicate across the network. Integration : Open your IDE (e.g., Visual Studio) and add references to the FactorySoft DLLs installed in step 2 to begin building your client. Review: FactorySoft OPC Client Toolkit Based on developer feedback and technical documentation, here is a review of the toolkit's performance in industrial environments. Ease of Use for Developers : The toolkit is highly regarded for its "clean, developer-friendly API". It abstracts the complex DCOM and A&E specifications, allowing developers to focus on application logic rather than low-level communication protocols. Reliability : It is designed for building reliable industrial applications , particularly for subscription and filtering workflows in Alarms & Events. Legacy Support : It is a solid choice for maintaining or creating OPC Classic (DA/A&E) connections , which are still prevalent in many factory floor systems today. Integration Flexibility : The license often allows for redistribution in commercial applications, making it a flexible choice for OEMs and system integrators. Limitations OPC UA Support : While FactorySoft has historically focused on OPC Classic, modern industrial standards are shifting toward OPC UA. Users looking for native, cross-platform UA support might find these toolkits more limited compared to newer frameworks like Open Automation Software : Some components and documentation are older, which may require additional troubleshooting on modern Windows 10/11 environments due to stricter DCOM security requirements comparison between the FactorySoft toolkit and modern OPC UA alternatives? FactorySoft OPC A&E Client Toolkit Download

Installing the FactorySoft OPC Client (often referred to as the Simple OPC Client) is a straightforward process designed for testing and troubleshooting OPC DA (Data Access) connectivity.   Installation Steps   Download the Installer : Ensure you have the latest version of the SimpleOPCClient.exe or the installation package from the official FactorySoft source or your authorized distributor. Run as Administrator : Right-click the installer file and select Run as Administrator to ensure the software has the necessary permissions to register COM/DCOM components. Follow the Setup Wizard : Accept the license agreement. Choose your destination folder (the default is usually C:\Program Files (x86)\FactorySoft ). Complete the installation and click Finish . DCOM Configuration : Since this is an OPC DA client, ensure that OpcEnum is running on the target server machine so the client can "browse" for available servers.   Quick Start Guide   Once installed, follow these steps to verify your connection:   Connect to a Server : Launch the application, click on File > Connect , and select your OPC Server from the list. If the server is on a remote machine, enter the IP address or Hostname first. Add a Group : You must create a group before adding tags. Click Group > Add and give it a name (e.g., "TestGroup"). Browse for Tags : Click Item > Add to open the address space browser. Select the tags you want to monitor and move them to the "Items to Add" list. Monitor Data : The main window will now display the Value , Quality , and Timestamp for each tag in real-time.   Troubleshooting Common Issues   "Server Not Found" : This usually indicates a DCOM mismatch or a firewall blocking the connection. Ensure Port 135 is open on the server. "Access Denied" : Check that the user account running the FactorySoft client has permissions in the DCOM configuration of the OPC Server. Empty Server List : Ensure the OPC Core Components are installed on your machine; these are required for the client to communicate with the OpcEnum service.

FactorySoft OPC Client Install — Step-by-step guide This article walks through installing and configuring the FactorySoft OPC Client so you can connect to OPC servers, read/write tags, and troubleshoot common issues. Assumes Windows environment (FactorySoft products are typically Windows-based). Overview FactorySoft OPC Client is an OPC Classic (DA) client application used to browse OPC servers, subscribe to item updates, and interact with process data for monitoring or integration. This guide covers prerequisites, installation, basic configuration, testing, and troubleshooting. Prerequisites

Windows 10/11 or Windows Server (64‑bit recommended). Confirm product requirements in vendor docs if unsure. Administrative privileges for installation and COM/registry configuration. .NET Framework (version required by the specific FactorySoft release) — install via Windows Features if needed. OPC Core Components (Microsoft OPC Core Components Redistributable) if not included with the package. Network setup: if using remote OPC servers, ensure firewall rules allow DCOM and OPC traffic and both machines can resolve each other’s hostnames or use IPs. OPC server running and accessible (e.g., Kepware, Matrikon, vendor PLC OPC server). factorysoft opc client install

Download and installer

Obtain the FactorySoft OPC Client installer from your licensed vendor/source. Verify the file integrity (checksum) if provided. Unblock the installer file (right-click → Properties → Unblock) if Windows marked it from the internet.

Installation steps

Right-click the installer and choose “Run as administrator.” Follow the setup wizard:

Accept the license agreement. Choose Install Location (default typically under C:\Program Files\FactorySoft\…). Select components (Core client, examples, drivers). Install OPC Core Components if offered and missing. Choose Start Menu shortcuts and whether to allow automatic updates.

Finish and reboot if prompted.

Post-install configuration (local machine)

Start the FactorySoft OPC Client application as Administrator (right-click → Run as administrator). Configure OPC settings (common knobs):