citect scada

There are multiple ways to move data from tag to other tags.
For example you can use button to move value as shown below

1. Create two tags name Data01 and Data02
Cicode_Move_01.jpg

2. Create button with Cicode
Code:
Data02 = Data01
Cicode_Move_02.jpg

3. When click button Data01 value will be move to Data02.
Cicode_Move_03.jpg
 
Last edited:
And another solutions by use Cicode and Event to move data every 1 seconds

1. Create Function on Cicode Editor.
Cicode_Move_05.jpg

2. Create event with Cicode that we have written.
Cicode_Move_06.jpg

3. Go to Setup Wizards.
Cicode_Move_07.jpg

4. Enable Events that have created.
Cicode_Move_08.jpg

5. Start runtime when you change data01 then tag value will be move on data02.
 
Accessing Cicode Tags with CitectVBA for script send email vba

Hello, do you have any info for my tag problem, my post has been seen over a hundred times but no one is coming back to me ;-( thank you very much.
cordially
 

Similar Topics

I am trying to display a variable within a cicode function onto a graphics page. This function queries a SQL database. I can get the value onto a...
Replies
3
Views
228
We are trying to set up a newer generation Omron PLC (NX/NS Series) with Citect / Aveva Plant SCADA using the Ethernet/IP CIP Protocol to read...
Replies
2
Views
266
I am new to Citect SCADA and I am building the graphics for a page that will contain the control of a plant by a Kingfisher RTU. The project I...
Replies
0
Views
219
Hi All, I aim to use Aveva Plant SCADA 2020 to read and write data from/to Omron CJ2M CPU35 PLC using OMFINS protocol. However I have Bad Data...
Replies
1
Views
686
Hey, I'm trying to do the following, I have some experience with Citect but can't seem to figure this out. I/O Tag: BoxPos1_ProdNum (Data Type...
Replies
0
Views
554
Back
Top Bottom