December 17th, 2010
admin
Several customer have contacted us expressing concern:
“I heard from our local Rockwell rep that the new tag memory structure in Logix firmware v18 and v19 affects INGEAR software“ is this true?
FALSE … firmware changes have no impact INGEAR software’s ability to read/write tags.
Although firmware release v18 &19 changed the internal memory utilization for Tags, it does not affect tag communication.
INGEAR.NET.LOGIX continues to be the leading choice for programmers developing Visual Studio .NET applications to Allen-Bradley Control Logix / Compact Logix programmable automation controllers.
> Download INGEAR.NET.LOGIX
Categories: Allen-Bradley, CE, Community, News, Products, Server, Tips and Tricks, Updates, Vista, Visual Studio, Windows, Windows 7, x64, x86 Tags: Allen-Bradley, C#, CompactLogix, ControlLogix, INGEAR.NET, Visual Basic, Visual Basic .NET, Visual Studio
INGEAR Allen-Bradley Studio ActiveX 6.0 maintenance release is available for immediate download. Build 6.0.2010.1124 corrects CIP Error 66305 / 0×10301 Connect failure (no buffer memory).
INGEAR Allen-Bradley ActiveX Studio 6.0 is a 32-bit OCX to Allen-Bradley ControlLogix / CompactLogix, MicroLogix, SLC and PLC-5 controller. Studio 6.0 supports Ethernet, Data Highway Plus, Data Highway 485, and Serial DF-1 all in a single component.
> Download Studio 6.0.2010.1124
Categories: Allen-Bradley, Community, News, Press Release, Products, Server, Updates, Vista, Visual Studio, Windows, Windows 7, x64, x86 Tags: Allen-Bradley, CompactLogix, ControlLogix, MicroLogix, PLC, SLC, Visual Basic, Visual Basic .NET, Visual Studio
November 19th, 2010
admin
NET.LOGIX Build 3.0.2010.1115 corrects or improves the following problems.
- Corrects potential “Input string is not correct format” exception when machines Regional and Option settings are non English (United States)
- NET.LOGIXCF strong named
- Added VB6 Data Monitoring project
- Setup installs missing NETLOGIXVB6 COM Interop dll
- Setup corrects missing short cuts for example projects
- Updated license dll
INGEAR.NET.LOGIX is a Visual Studio .NET communication class library software for Allen-Bradley ControlLogix/CompactLogix programmable automation controllers.
> DOWNLOAD NET.LOGIX 3.0
Categories: Allen-Bradley, CE, Community, News, Press Release, Products, Server, Updates, Vista, Visual Studio, Windows, Windows 7, x64, x86 Tags: Allen-Bradley, C#, CompactLogix, ControlLogix, INGEAR, INGEAR.NET, Visual Basic, Visual Basic .NET, Visual Studio
A maintenance release of INGEAR.NET.LOGIX 3.0 is available immediate download.
NET.LOGIX build 3.0.2010.1020 has an updated licensing .dll that improves behavior on Windows 7 and 64-bit machines. The maintenance release also fixes a problem with a potential thread block in the Controller class.
All existing NET.LOGIX 3.0 users are eligible for this important update at no cost. Installing this update does not require re-registering or re-activating your existing license.
NET.LOGIX is Visual Studio .NET communication class library for Allen-Bradley ControlLogix and CompactLogix programmable automation controllers.
> Download NET.LOGIX
Categories: Allen-Bradley, Community, News, Press Release, Products, Server, Updates, Vista, Visual Studio, Windows, Windows 7, x64, x86 Tags: Allen-Bradley, C#, CompactLogix, ControlLogix, INGEAR.NET, NET.LOGIX, Visual Basic, Visual Studio
INGEAR.NET.LOGIX 3.0.2010.826 maintenance release is available for download. This build corrects the follow problems:
- Fixes problem with PeerMessage.Value property containing predefine STRING arrays sent from ControlLogixCompactLogix.
- Fixes problem with Tag.Changed Event throwing exception under certain conditions
NET.LOGIX is an easy to use Visual Studio .NET class library for Allen-Bradley ControlLogix and CompactLogix programmable automation controllers.
> Download NET.LOGIX 3.0
Categories: Allen-Bradley, CE, Community, News, Press Release, Products, Server, Updates, Vista, Visual Studio, Windows, Windows 7, x64, x86 Tags: .NET, Allen-Bradley, CompactLogix, INGEAR.NET, NET.LOGIX, Visual Studio
INGEAR.NET.LOGIX 3.0.2010.729 maintenance release is available for download. This build corrects the follow problems:
- Fixes problem with writing UDT with new instance of Tag class.
- Fixes problem with TagGroup reading arrayed tags
NET.LOGIX is an easy to use Visual Studio .NET class library for Allen-Bradley ControlLogix and CompactLogix programmable automation controllers.
> Download NET.LOGIX 3.0
Categories: Allen-Bradley, CE, Community, News, Press Release, Products, Server, Updates, Vista, Visual Studio, Windows, Windows 7, x64, x86 Tags: Allen-Bradley, C#, CompactLogix, ControlLogix, Visual Basic .NET, Visual Studio .NET
INGEAR.NET.LOGIX 3.0.2010.716 maintenance release is available for download.
- Updated INGEAR.NET.Interfaces 3.0 dll
- Updated soft license API dll to v4.1 for improved stability on Windows 7
- Corrects problem with reading UDT and STRING arrays
- Correct problem with thread locks
If you’re an existing NET.LOGIX 3.0 user or have a current Maintenance Subscription Plan you are qualified for a free update.
If you do not have a current Maintenance Subscription Plan, you can download the NET.LOGIX 3.0 for trial and evaluation.
NET.LOGIX 3.0 is a Visual Studio .NET communication class library for Allen-Bradley Control Logix, Compact Logix and Soft Logix programmable automation controllers. Using Visual Basic.NET of Visual Studio C#, you can create and deploy Windows Programs, System Services, Console Applications, ASP .NET services and more runtime free.
>Download NET.LOGIX 3.0
Categories: Allen-Bradley, CE, Community, Press Release, Products, Server, Updates, Vista, Visual Studio, Windows, Windows 7, x64, x86 Tags: Allen-Bradley, ASP .NET, C#, CompactLogix, ControlLogix, Visual Basic .NET, Visual Studio
INGEAR.NET.LOGIX v3.0 scheduled for release in 2Q 2010.
Some of the new features packed into NET.LOGIX v3.0 include:
NEW – Logix.PeerMessage class for Unsolicited Messages
The Logix.PeerMessage class handles communications in the background and fires a MsgReceived event notification when the PLC sends data via a MSG instructions. NET.LOGIX v3.0 supports 3 types of messages.
- CIP Data Table Write
- Uses native tag addressing
- Supports BOOL, SINT, INT, DINT, REAL, STRING, UDT, PDT and MDT data types
- SLC Typed Write
- Supports MicroLogix and SLC (Ethernet IP) controllers
- Supports I, O, B, N, S, F, A, L and ST data table files
- PLC-Type Write
- Supports PLC-5 (Ethernet IP) controllers.
- Supports I, O, B, N, S, F, A and ST data table files
The PeerMessage class automatically distinguishes between the 3 MSG types so there’s no special programming required on your end. When the PLC sends you a message you’ll received a notification event, then just access message information through PeerMessage class members.
PeerMessage Class Members
| Constructor |
|
Description |
|
|
|
Creates instance of the PeerMessage class |
| Properties |
Data Type |
Description |
|
|
String |
IP Address of sending PLC |
|
|
Object |
Data value(s) received |
|
|
TypeCode |
Type of data values received |
|
|
Int32 |
Number of data values received |
|
|
DateTime |
Timestamp when message was receivedq |
|
|
String |
Allows specific Network Interface Card(s) on your PC to receive data |
|
|
Int32 |
Number of request for connections from PLCs’ (1-128) |
| Methods |
|
Description |
|
|
|
Begins background processing for unsolicited messagesq |
|
|
|
Terminates and closes all active connections. |
| Events |
|
Description |
|
|
|
Fires when message is received |
NEW – Logix.DTEncoding Class for Defined Data Type Support
NET.LOGIX v3.0 also adds support for User-Defined Types (UDT’s), Pre-Defined Types (PDT’s) and Module Define Types (MDT’s).
The Logix.DTEncoding class facilitates reading and writing structured data types as blocks without having to read/write each ATOMIC member individually.
Defined Data Types is supported by the PeerMessage class as well.
For more information when on NET.LOGIX 3.0 please contact us at 610.935.8282 or email sales@ingeardrivers.com
> Download NET.LOGIX 2.0
Categories: Allen-Bradley, CE, Community, News, Press Release, Products, Server, Updates, Vista, Visual Studio, Windows, Windows 7, x64, x86 Tags: Allen-Bradley, CompactLogix, ControlLogix, NET.LOGIX, Visual Basic .NET, Visual Studio
INGEAR.NET.LOGIX v.2.0.2010.324 maintenance release available for download. This version corrects the following problems:
- Fixed “Invalid Tag.Name” exception from being thrown when a name contains a colon “:” character. (e.g. Tag.Name = “Program:MyProgram.MyTag”)
- Fixed “Invalid Tag.Name” exception from being thrown if a numeric character followed the colon “:” character in the Tag.Name ( e.g. Tag.Name = “Local:2:I.Data.0″)
- Fixed problem with “Invalid Tag Name” exception not being thrown if there were mismatch in ‘[' and ']‘ characters in Tag.Name (e.g Tag.Name = “MyArray[0", or Tag.Name =" MyArray[0]]”)
- Fixed problem with IEC 1131 2.12 naming standard enforcement
- Fixed problem with cached tag write operation thrown “Tag.Value is null” exception”
- Fixed problem with Tag constructor Tag(Controller, Name, Data Type) throwing an exception when reading an element of a boolean array ( e.g new Tag(MyPLC, “MyBoolArray[0]“, Logix.Tag.Atomic.BOOL”)
How to upgrade to NET.LOGIX v2.0.2010.324
- NET.LOGIX users that have a current NET.LOGIX Maintenance Subscription Plan are eligible for a free software update.
- NET.LOGIX users that have let their support expire should contact (sales@ingeardrivers.com) or call 1.866.935.797 (Toll Free US / Canada) Tel 1.610.935.8282 for pricing.
> Download NET.LOGIX v2.0.2010.324
Categories: Allen-Bradley, CE, News, Press Release, Products, Server, Updates, Vista, Visual Studio, Windows, Windows 7, x64, x86 Tags: Allen-Bradley, C#, CompactLogix, ControlLogix, INGEAR.NET, NET.LOGIX, PLC, Visual Basic .NET, Visual Studio .NET
INGEAR.NET.LOGIX Visual Studio .NET class library for Allen-Bradley ControlLogix and CompactLogix programmable automation controllers has be updated to version 2.0.2010.311 to incorporate the following new features and improvements
- Improved CIP inactivity timeout behavior
- Added support for reading ControlLogix/CompactLogix CPU state
- Controller.GroupRead/GroupWrite reports partial failures
- TagGroup.ErrorString returns malformed/nonexistent tag names for GroupRead/Write operations
- Tag.Name property has stricter enforcement of IEC 1131 2.1.2 naming standard
- Improved STRING data type read/write operation
How to upgrade to NET.LOGIX v2.0.2010.311
- NET.LOGIX users that have a current NET.LOGIX Maintenance Subscription Plan are eligible for a free software update.
- NET.LOGIX users that have let their support expire should contact (sales@ingeardrivers.com) or call 1.866.935.797 (Toll Free US / Canada) Tel 1.610.935.8282 for pricing.
> Download NET.LOGIX v2.0.2010.311
Categories: Allen-Bradley, CE, Community, News, Press Release, Products, Server, Updates, Vista, Visual Studio, Windows, Windows 7, x64, x86 Tags: Allen Bradley .NET, C#, CompactLogix, ControlLogix, INGEAR.NET. Visual Studio .NET, PLC. NET, Visual Basic .NET
Recent Comments