AddOn Instruction Problem in Rslogix Released V16

bhdybc

Member
Join Date
Feb 2007
Location
mumbai
Posts
21
Hi,

I have used 1 Addon block in the Rslogix V16. the block contains two Local timers whose .PRE values were initialised in the Addon logic only.

This block was tested in rslogic Beta V16, and it was working satisfactory. But when same block was used in Rslogix Released V16, The timers were not taking the default values.

if i initialise the values by going in the main program instruction, then it started working.

Have anyone faced this problem, if yes then what would be the solution?
 
This is from a Rockwell product advisory for ver. 16.00


When calling an add0on instruction, if the data types of the tags passed into or out of the instruction do not match the parameter definitions, unexpected behavior can result.

Workaround: Insure each tag you pass into or out of an add-on instruction is the same data type as the parameter you are passing it to.

Also...

Inside of the logic on an add-on instruction, reading a tag of type INT could yield incorrect results.

Workaround: Avoid using INT data type tags inside of an add-on instruction.

These issues are corrected with ver 16.03 but I believe you have to contact Rockwell to make it right.
 
One More problem I am facing with Addon Instruction:

Each addon instruction shows the datatype Size.Is there any limitation on the Datatype size?

Because When the size is more than 100 bytes then i am able to transfer program to PLC.

Is it right..?
 

Similar Topics

I'm running an AOI on a CompactLogix L33ER. In the AOI I trigger a TON (Local Tag) with a input parameter bit (HMI Enable Pushbutton). I have a...
Replies
19
Views
3,762
Hi, I'm creating a simple addon instructions with some inputs and outputs as you normally would (RSLogix 5000 version 20). When I add the...
Replies
3
Views
1,705
for micrologix devices rslinx 5000 I am task with adding some static bars to one of our lines. The current code has 2 bars already in place. I'm...
Replies
3
Views
1,500
I finally got my hands on a copy of RSlogix 5000 and have been playing around with it. I'm a little confused about add on instructions, but I've...
Replies
14
Views
3,251
Hi, I'm new to this PLC game. Using RsLogix 5000 I'm trying to write a addon instruction that will write the result string to a destination SINT...
Replies
5
Views
7,255
Back
Top Bottom