Configuring 1756-IF16 Programmatically

plcnovel

Member
Join Date
Feb 2006
Location
LHR
Posts
215
I am trying to Configure 1756-IF16 Programmatically using DDE connection, basically the following parameters:


LowEngineering
HighEngineering
LowSignal
HighSignal
RangeType

I am having success in writing the first 4 values but the "RangeType" i am not being able to write properly. Can anyway tell me if it is writable through DDE connection? Anyhelp wil be highly appreciated. Thanks in advance
 
Hi
I wil appreciate if somebody can help me if we can write to configuration tags og 1756-IF16 Modules through DDE connection?
 
OK, here's your detail....

In the following example, module is in slot 1, and configuration for channel 0, the tag you need to set is :-

Local:1:C.Ch0Config.RangeType

0 = -10V to 10V
1 = 0V to 5V
2 = 0V to 10V
3 = 0ma TO 20ma

The RangeType tag member for each channel is data-type SINT.

From what you have said, I believe your problem is your DDE write is not using SINT data.

There are no issues with writing to the tag-member itself, it's just tag data in the database, just remember that RSLogix can do it.
 
Be aware that just changing values in the tag browser for the module will not do anything for you in almost all cases.
You need to communicate directly to the module, using the MSG function from the program to do specific reconfiguring, or force the module to reset to load new scaling values.
 
Quite right, rdrast, but I left that info out since plcnovel stated he is having problems writing to the tags.

When he needs to, from V15 onwards (I think), there is a specific "Module Reconfiguration" message type, which allows the module configuration tag to be written to the module, without shutting down and restarting the connection to the module.
 
Quite right, rdrast, but I left that info out since plcnovel stated he is having problems writing to the tags.

When he needs to, from V15 onwards (I think), there is a specific "Module Reconfiguration" message type, which allows the module configuration tag to be written to the module, without shutting down and restarting the connection to the module.

Well, only some things can be reconfigured at all without shutting down the connection to the module. Latched alarm resets, and setpoints for one thing. Changing the range still requires a shutdown and restart, even if this is hidden in the message.
 

Similar Topics

Hi, Currently struggling trying to connect this card onto the DH+ Network. There is 4 nodes currently in the network and I am trying to add this...
Replies
8
Views
3,793
I've searched Allen Bradley and online, but cannot figure out how to configure this 1756-IF8 card to 8 single-ended analog inputs in the Logix...
Replies
4
Views
3,420
I think I know the answer , but I want to make sure. I need to change a 1756-IT6I. I would like to configure it at another location ( another rack...
Replies
4
Views
3,353
Hello Everyone, I am working with an Allen Bradley Controllogix PLC and I have the following problem. This PLC is connected to a switch that also...
Replies
3
Views
4,634
Hello all and happy Friday, I'm curious if anyone here has experience sending data over an Anybus Bolt II (HMS AWB6001-A) using a Compact Logix...
Replies
4
Views
765
Back
Top Bottom