Citect SCADA 2016 Tag Addressing

KorhanGencer

Member
Join Date
Oct 2022
Location
Istanbul
Posts
8
Greetings,

How should I refer the variables that come from Unity Pro as tags in Citect SCADA 2016?

For instance, I want to import some tags whose addresses are in a shape like %I0.2.0. I saw somewhere that %I and %IW can be represented as %M when MODBUS protocol as MODNET30 is being used as communication protocol. Additionally, I presume %M10001 would refer to %I0.0.0.

But how should I refer some variable addresses like %I0.2.X or %Q0.5.X?

Finally, I couldn't find any helpful topics in "Help" section found in Citect SCADA 2016. Any such luck for finding a helpful documentation where I can read the syntaxes of various industrial automation communication protocols for different software?

Thank you in advance,

Korhan
 
Usually ...


In the Modbus Data Model, Inputs (%I...?)are separate from Holding Registers (typically memory e.g. %M...). To read Inputs, use Modbus Function Code 4 (0x04) Read Input Registers; to read Holding Registers, use Modbus Function Code 3 (0x03) Read Holding Registers.

Usually.

Of course, how Unity Pro and Citect SCADA implement the Modbus Data Model could be a whole 'nother thing. See this link.


[Edit: I found this. I think that suggests you need to map (copy? move?) %I values to %M and/or %MW locations and then Modbus(30?) can access those mapped values.]


[Edit II: this link.]
 
Last edited:
Usually ...


In the Modbus Data Model, Inputs (%I...?)are separate from Holding Registers (typically memory e.g. %M...). To read Inputs, use Modbus Function Code 4 (0x04) Read Input Registers; to read Holding Registers, use Modbus Function Code 3 (0x03) Read Holding Registers.

Usually.

Of course, how Unity Pro and Citect SCADA implement the Modbus Data Model could be a whole 'nother thing. See this link.


[Edit: I found this. I think that suggests you need to map (copy? move?) %I values to %M and/or %MW locations and then Modbus(30?) can access those mapped values.]


[Edit II: this link.]
Thank you so much for the information and documentation links. I'll be looking up to them and find a way to solve my problem.
 

Similar Topics

Greetings, How can I create some structure tags that are similar to the ones seen in SIMATIC WinCC Tag Management section? Or does Citect SCADA...
Replies
0
Views
1,176
just wondering if anyone has worked previously on Citect SCADA 2015 (V7.5) before they upgraded Citect SCADA 2016 (V8.0). i have to upgrade my...
Replies
15
Views
8,453
Hi all, Does anybody know what the replacement for the DspAnMove command is? i could really do with being able to move an object referencing x y...
Replies
5
Views
2,170
Hello. Recently, while working in Citect Scada 2016, two issues have popped up that I haven't been able to resolve, mainly, 1. Strings entered...
Replies
2
Views
3,174
Hi All, Please advice me the issued that following slove the problem. Thanks. Bryan Image Link is below...
Replies
1
Views
2,093
Back
Top Bottom