Can't Write on a string PLC Tag

Lucian.pasca

Member
Join Date
Nov 2023
Location
Romania
Posts
1
Hi I am trying to Write into a PLC Tag using the Inger v7 , the Plc is a Micrologix 850 2080-LC50-48QWB , I can write bool , interger , but when it come to string I get the following error Embedded Service Error 0x00ff2105: Attempt to access beyond the end of the data object.
When I try to read it it works , the only issue is writing and only on the string type of tag , the string length was set 80 and what I want to write is "Test" but error is the same
 
Welcome to the forum! The Ingear help says: "Attempt to access beyond the end of the data object". Did you set the following:

  • Set Controller.CPUType = CPU.MICRO
  • Set Controller.Path = "0"

Reading/writing to Micro800 is almost identical to CompactLogix/ControlLogix, Strings being one of the few exceptions. My guess is that Ingear thinks you are writing to a CompactLogix, so it is writing 88 bytes, going beyond the size of your Micro800 string.
 

Similar Topics

Hello all, I have a FactoryTalk View SE HMI where I am using a macro to display an appropriate display based upon a value that's passed into the...
Replies
0
Views
1,245
Hello, I am using CITECT V7.2 with the ABCLX driver to communicate to a compactlogix L30ER. I want to make a simple string tag that I can key...
Replies
5
Views
2,580
I'm a fairly experienced DDE user, and use Excel spreadsheets to manage recipe variables on my machines. I have no problems reading an empty...
Replies
7
Views
3,244
Hey All, As the title states, how do I write a MinorFault generated by an instruction, for example a negative .PRE value was entered for a timer...
Replies
12
Views
2,998
Hi everyone, I am wondering if the following is possible: I have several Logix 5000 tags of the following format: TagPre_#_End where only the...
Replies
6
Views
4,381
Back
Top Bottom