Automated Solutions

MrPLC Member
  • Content count

    45
  • Joined

  • Last visited

Everything posted by Automated Solutions

  1. Version 1.1.5

    1451 downloads

    ASBrowse.NET for Allen-Bradley Logix family is a class library for program and tag browsing on A-B Logix family of controllers. View and download any Allen-Bradley Logix Family controller's tag database without RSLogix 5000 or Studio 5000. Can be purchased as ready-to-run application, or as a .NET class library allowing you to incorporate tag browsing into your own applications. Potential uses   Quick and easy browsing and verification of programs and tags outside of programming software Runtime tag selection in conjunction with other Automated Solutions products such as ASComm.NET communications driver. Runtime tag selection in conjunction with third party applications or drivers. Bulk edits for importing back into PLC/PAC programming software Documentation   Key Benefits   Allows you to browse programs and tags on A-B ControlLogix family without the need for RSLogix 5000 Does not require RSLinx or 3rd party drivers Supports controller tags and program tags Supports UDTs and PDTs 100% managed code x86, x64, and Any CPU compatible Visual Studio.NET 2022, 2019, 2017, 2015, 2013, 2012, 2010 (Express, Pro, Premium, and Ultimate Editions) Runtime-free for qualified applications  
  2. File Name: Modbus/TCP, RTU/ASCII Master Driver for .NET File Submitter: Automated Solutions File Submitted: 02 Mar 2011 File Category: Demo Software .NET Component for use in Visual Studio.NET to create HMI/SCADA apps that communicate with Modbus/TCP Server (Slave) devices via Ethernet. Does not require OPC or 3rd party drivers. x86, x64, and Any CPU compatible Visual Studio.NET 2005, 2008, 2010, 2012, and 2013 Compatible Most .NET targets are supported, including Web, Windows, console, and service apps. Extremely high performance - 5~10 mSec typical transaction time Optimizes multiple register configurations into minimal transactions Tag database can be configured via code or visual designer Abstract base classes allow you to write generic code that works with all drivers Synchronous and asynchronous read/write methods Data change notifications Provides common user interface across all driver classes No limit on number of devices or data points Multi-threaded for high data throughput Includes extensive help system Windows, Console, and Web Example applications with VB and C# source code included. Easily connect office systems to factory floor. Runtime-free for qualified applications Click here to download this file
  3. Version 3.11.5.0

    2921 downloads

    .NET class library for use in Visual Studio.NET to create HMI/SCADA apps that communicate with Modbus/TCP Server (Slave) devices via Ethernet.   For .NET Framework 2.0 - 4.8 projects. Does not require OPC or 3rd party drivers x86, x64, and Any CPU compatible Visual Studio.NET 2010, 2012, 2013, 2015, 2017, 2019, and 2022 compatible Most .NET targets are supported, including Web, Win Forms, WPF, console, and service apps Build Win Forms, console, and ASP.NET applications that run on Linux with Mono framework Extremely high performance - 5~10 mSec typical transaction time Optimizes multiple register configurations into minimal transactions Tag database can be configured via code or visual designer Abstract base classes allow you to write generic code that works with all drivers Synchronous and asynchronous read/write methods Data change notifications Provides common user interface across all driver classes No limit on number of devices or data points Multi-threaded for high data throughput Includes extensive help system Windows, Console, and Web Example applications with VB and C# source code included. Easily connect office systems to factory floor. Runtime-free for qualified applications  
  4. What is your best solution?

    If you are, or have access to, a .NET developer, it would be relatively simple to build an ASP.NET web application to serve up ControlLogix data to web pages in real time using Automated Solutions ASComm.NET driver as the interface to the ControlLogix. The ASComm.NET trial download comes with a simple web example project to demonstrate. Refer to Downloads> Allen Bradley> Demo Software> A-B Ethernet Driver for .NET
  5. File Name: GE SRTP Ethernet ActiveX Control File Submitter: Automated Solutions File Submitted: 09 May 2009 File Updated: 10 Feb 2011 File Category: Demo Software Use Visual Studio.NET Visual Basic C# C++ Excel MS Office and other packages to create runtime-free HMI/SCADA apps that communicate with GE SRTP devices via Ethernet. Powerful VB example apps and source code included. Control supports all GE memory types Register: %R %AI %AQ Discrete: %I %Q %T %M %SA %SB %SC %S %G Extremely high performance: 10~15 mSec typical transactions time Context-sensitive help system Does not require any other 3rd party drivers. 30 day fully functioning trial version. Click here to download this file
  6. GE SRTP Ethernet ActiveX Control

    Version

    1113 downloads

    Use Visual Studio.NET Visual Basic C# C++ Excel MS Office and other packages to create runtime-free HMI/SCADA apps that communicate with GE SRTP devices via Ethernet. Powerful VB example apps and source code included. Control supports all GE memory types Register: %R %AI %AQ Discrete: %I %Q %T %M %SA %SB %SC %S %G Extremely high performance: 10~15 mSec typical transactions time Context-sensitive help system Does not require any other 3rd party drivers. 30 day fully functioning trial version.
  7. Version 3.11.5.0

    1511 downloads

    .NET class library for use in Visual Studio.NET to create HMI/SCADA apps that communicate with GE SRTP PLCs and compatible devices via Ethernet. Supports GE/Emerson PACSystems, Series 90, and VersaMax.   For .NET Framework 2.0 - 4.8 projects. Supports PACSystems symbolic variables and CPU rack + slot specification Does not require 3rd party drivers Does not require OPC x86, x64, and Any CPU compatible Visual Studio.NET 2010, 2012, 2013, 2015, 2017, 2019, and 2022 compatible Most .NET targets are supported, including Web, Win Forms, WPF, console, and service apps Build Windows Forms, console, and ASP.NET applications that run on Linux with Mono framework Extremely high performance - 5~10 mSec typical transaction time Optimizes multiple register configurations into minimal transactions Tag database can be configured via code or visual designer Abstract base classes allow you to write generic code that works with all drivers Synchronous and asynchronous read/write methods Data change notifications Provides common user interface across all driver classes No limit on number of devices or data points Multi-threaded for high data throughput Includes extensive help system Windows, Console, and Web Example applications with VB and C# source code included. Easily connect office systems to factory floor. Free 30 day fully functioning trial version available for download Runtime-free for qualified applications  
  8. Modbus Driver

    Automated Solutions offers Modbus ActiveX Controls and a Modbus class library for use with Visual C++.
  9. .net OPC Client PRIMER

    Hi, TW has already pointed you in the right direction about how to get started with OPC but here are some things to think about. 1. .NET developers should seek to implement and deploy 100% fully managed solutions. COM add-ons should only be used when a 100% managed .NET solution is not available. The OPC Automation solution is not a fully managed .NET solution. It is based on COM and carries the limitations and pitfalls of implementing a COM solution, including using setup utility to package application, ensuring core dlls are installed, avoiding dll conflicts, and installation to Windows\System32 directory. 2. OPC solution requires DCOM and Windows configuration. 3. A lot of people in the A-B PLC world think Linx is the only connectivity solution, when there are numerous other third party solutions available. You mentioned "Fortunately, all the plcs are AB so I have thought the easiest way is to install RSLinx in the application computer and through OPC write the parameters into the plcs." However, just because all PLCs are AB doesn't mean you need to use RsLinx, and OPC is not the 'easiest' solution. Ultimately, you will wind up with a more complicated, expensive, and unmanaged solution using OPC Automation rather than a fully managed .NET solution My company offers a fully managed solution that allows you to bypass using OPC and Linx altogether. The product is called ASComm.NET. Regards, Automated Solutions http://www.automatedsolutions.com
  10. File Name: Modbus/TCP Slave ActiveX Control Trial Version File Submitter: Automated Solutions File Submitted: 13 Dec 2007 File Updated: 10 Feb 2011 File Category: Demo Software Automated Solutions' Modbus Slave ActiveX Control allows you to easily incorporate Modbus Slave functionality into any Windows application that functions as an ActiveX Control container. Modbus RTU Modbus ASCII and Modbus/TCP are all supported within a single control. Turn your PC into a virtual Modbus RTU ASCII or TCP/IP slave device with Automated Solutions' Modbus Slave ActiveX Toolkit. Each toolkit comes with a pre-built Modbus Simulator example application (with VB code) that allows you to test your Modbus Serial or TCP/IP Master application without being connected to hardware. Automated Solutions Modbus Slave ActiveX Control is the most powerful, cost effective, and easy to use Modbus Slave ActiveX Control available. No 3rd party drivers required. Click here to download this file
  11. Version

    2199 downloads

    Automated Solutions' Modbus Slave ActiveX Control allows you to easily incorporate Modbus Slave functionality into any Windows application that functions as an ActiveX Control container. Modbus RTU Modbus ASCII and Modbus/TCP are all supported within a single control. Turn your PC into a virtual Modbus RTU ASCII or TCP/IP slave device with Automated Solutions' Modbus Slave ActiveX Toolkit. Each toolkit comes with a pre-built Modbus Simulator example application (with VB code) that allows you to test your Modbus Serial or TCP/IP Master application without being connected to hardware. Automated Solutions Modbus Slave ActiveX Control is the most powerful, cost effective, and easy to use Modbus Slave ActiveX Control available. No 3rd party drivers required.
  12. File Name: Modbus/TCP Master ActiveX Control Trial Version File Submitter: Automated Solutions File Submitted: 13 Dec 2007 File Updated: 10 Feb 2011 File Category: Demo Software Automated Solutions' Modbus/TCP Master ActiveX Control provides high-performance connectivity to Modbus/TCP Compatible slave devices and applications. Use Visual Basic Visual C++ MS Office Visual Studio.NET and many other ActiveX Control Container applications to create HMI/SCADA applications using our runtime-free ActiveX Controls. Powerful pre-built example applications and example VB source code included in development package. No 3rd party drivers required. Click here to download this file
  13. Version

    1411 downloads

    Automated Solutions' Modbus/TCP Master ActiveX Control provides high-performance connectivity to Modbus/TCP Compatible slave devices and applications. Use Visual Basic Visual C++ MS Office Visual Studio.NET and many other ActiveX Control Container applications to create HMI/SCADA applications using our runtime-free ActiveX Controls. Powerful pre-built example applications and example VB source code included in development package. No 3rd party drivers required.
  14. File Name: A-B Ethernet Driver for .NET File Submitter: Automated Solutions File Submitted: 13 Dec 2007 File Category: Demo Software .NET Component for use in Visual Studio.NET to create HMI/SCADA apps that communicate with A-B ControlLogix, CompactLogix, Micro800 Series, PLC5, SLC500, and MicroLogix PLCs via Ethernet. Supports unsolicited messages Does not require OPC, RSLinx, or 3rd party drivers. x86, x64, and Any CPU compatible Visual Studio.NET 2005, 2008, 2010, 2012, and 2013 Compatible Most .NET targets are supported, including Web, Windows, console, and service apps. Can be configured programmatically or visually Visually design your entire communications configuration without writing a single line of code Extremely high performance - 5~10 mSec typical transaction time Supports ControlLogix family native tag names Supports reading and writing entire ControlLogix family UDTs and PDTs Supports block transfers of up to 250 words per transaction Tag database can be configured via code or visual designer Abstract base classes allow you to write generic code that works with all drivers Synchronous and asynchronous read/write methods Data change notifications Provides common user interface across all driver classes No limit on number of devices or data points Multi-threaded for high data throughput Includes extensive help system Example applications with VB and C# source code included. Easily connect office systems to factory floor. Runtime-free for qualified applications Click here to download this file
  15. Version 3.11.5.0

    2803 downloads

    .NET class library for use in Visual Studio.NET to create HMI/SCADA apps that communicate with A-B ControlLogix, CompactLogix, Micro800 Series, PLC5, SLC500, and MicroLogix PLCs via Ethernet.   For .NET Framework 2.0 - 4.8 projects. Does not require OPC, RSLinx, or 3rd party drivers. x86, x64, and Any CPU compatible. Visual Studio.NET 2010, 2012, 2013, 2015, 2017, 2019, and 2022 compatible Supports unsolicited messages. Most .NET Framework targets are supported, including Web, Windows, console, and service apps. Can be configured programmatically or visually Visually design your entire communications configuration without writing a single line of code Extremely high performance - 5~10 mSec typical transaction time Supports ControlLogix family native tag names Supports reading and writing entire ControlLogix family UDTs and PDTs Supports block transfers of up to 250 words per transaction Tag database can be configured via code or visual designer Abstract base classes allow you to write generic code that works with all drivers Synchronous and asynchronous read/write methods Data change notifications Provides common user interface across all driver classes No limit on number of devices or data points Multi-threaded for high data throughput Includes extensive help system Example applications with VB and C# source code included. Easily connect office systems to factory floor. Runtime-free for qualified applications  
  16. File Name: A-B Ethernet ActiveX Control Trial Version File Submitter: Automated Solutions File Submitted: 02 Oct 2003 File Updated: 10 Feb 2011 File Category: Demo Software ActiveX Toolkit for use in Visual Studio.NET, Visual Basic, C++, Excel, and other packages to create runtime-free HMI/SCADA apps that communicate with A-B ControlLogix, PLC5, SLC5/05, and MicroLogix PLCs via Ethernet. Does not require RSLinx or 3rd party drivers. Visual Studio.NET Compatible Supports MicroLogix 1100/1400 unsolicited messaging Supports ControlLogix unsolicited messaging Supports ControlLogix Gateway to DH+ Supports 1761-NET-ENI module Extremely fast, optimal transaction time 5~10 mSec. Supports ControlLogix native tag names including UDTs Supports unsolicited messaging via MSG instruction (PLC5/SLC). Supports block transfers of up to 1000 words per transaction for PLC5 and SoftLogix5 Supports block transfers of up to 250 words per transaction for ControlLogix Supports block transfers of up to 120 words per transaction for SLC500 Built-in auto-polling feature Includes extensive context-sensitive help system Version 2.x control provides common user interface across all version 2.x controls (including Modicon, GE, PLC Direct, etc.) for maximum code portability. ActiveX control is multi-threaded for high data throughput Example applications and source code included. Easily connect office systems to factory floor. Fully functioning 30-day trial version available for download Click here to download this file
  17. A-B Ethernet ActiveX Control Trial Version

    Version

    3039 downloads

    ActiveX Toolkit for use in Visual Studio.NET, Visual Basic, C++, Excel, and other packages to create runtime-free HMI/SCADA apps that communicate with A-B ControlLogix, PLC5, SLC5/05, and MicroLogix PLCs via Ethernet. Does not require RSLinx or 3rd party drivers. Visual Studio.NET Compatible Supports MicroLogix 1100/1400 unsolicited messaging Supports ControlLogix unsolicited messaging Supports ControlLogix Gateway to DH+ Supports 1761-NET-ENI module Extremely fast, optimal transaction time 5~10 mSec. Supports ControlLogix native tag names including UDTs Supports unsolicited messaging via MSG instruction (PLC5/SLC). Supports block transfers of up to 1000 words per transaction for PLC5 and SoftLogix5 Supports block transfers of up to 250 words per transaction for ControlLogix Supports block transfers of up to 120 words per transaction for SLC500 Built-in auto-polling feature Includes extensive context-sensitive help system Version 2.x control provides common user interface across all version 2.x controls (including Modicon, GE, PLC Direct, etc.) for maximum code portability. ActiveX control is multi-threaded for high data throughput Example applications and source code included. Easily connect office systems to factory floor. Fully functioning 30-day trial version available for download
  18. File Name: A-B Serial DF1 ActiveX Control Trial Version File Submitter: Automated Solutions File Submitted: 02 Oct 2003 File Updated: 10 Feb 2011 File Category: Demo Software ActiveX Toolkit for use in Visual Studio.NET Visual Basic C++ Excel and other packages to create runtime-free HMI/SCADA apps that communicate with A-B ControlLogix PLC5 SLC500 and MicroLogix PLCs via Serial DF1. Does not require RSLinx or 3rd party drivers. .NET compatible Highest performance serial product on the market. DF1 Full Duplex and Half Duplex Support Extensive context-sensitive help system. Built-in modem support, no need for third party dialers Supports unsolicited messaging via MSG instruction. Supports an unlimited number of PC communication ports. Built-in auto-polling feature, no external timers required. Multiple executables can share comm ports. Port configuration settable via properties, so you can easily integrate configuration into your own applications. ActiveX control is multi-threaded for high data throughput Powerful example applications and source code included Very cost-effective. Fully functioning 30 day trial version available. Click here to download this file
  19. A-B Serial DF1 ActiveX Control Trial Version

    Version

    2411 downloads

    ActiveX Toolkit for use in Visual Studio.NET Visual Basic C++ Excel and other packages to create runtime-free HMI/SCADA apps that communicate with A-B ControlLogix PLC5 SLC500 and MicroLogix PLCs via Serial DF1. Does not require RSLinx or 3rd party drivers. .NET compatible Highest performance serial product on the market. DF1 Full Duplex and Half Duplex Support Extensive context-sensitive help system. Built-in modem support, no need for third party dialers Supports unsolicited messaging via MSG instruction. Supports an unlimited number of PC communication ports. Built-in auto-polling feature, no external timers required. Multiple executables can share comm ports. Port configuration settable via properties, so you can easily integrate configuration into your own applications. ActiveX control is multi-threaded for high data throughput Powerful example applications and source code included Very cost-effective. Fully functioning 30 day trial version available.