SCADA Citect - Creating Genie

Tim.K

Member
Join Date
Jan 2020
Location
Kamloops
Posts
2
Hi all,

I am very new to Citect, and trying to make my own Genie.

What I have done:
Create my object and assign function -> On when " %Run_Status% = 1.
Made my own equipment type.
Under items, tag names are all -> {equipment.TAGPREFIX}_Run_Status or etc
Linked a Genie into Equipment type.
Under Genie Properties, Run_Status = {equipment.TAGPREFIX}_Run_Status
When I paste Genie on the graphic builder, it gives me an error "Operand Expected."
In Graphic Builder, {equipment.TAGPREFIX} does not transfer into my actual prefix, it stays how it is.

Anyone knows how to transfer {equipment.TAGPREFIX} into actual prefix?

Thanks!
 
Not 100% sure but "Run_Status = {equipment.TAGPREFIX}_Run_Status" probably needs something like:

Run_Status = {equipment.TAGPREFIX} + "_Run_Status"
 
This is the format I used for a genie

mnpr%nwp%_diff_volts


%nwp% is number of the unit i pasting on the screen
When you paste the genie you will be prompted to fill
in a value.


final is = mnpr123_diff_volts
 
I have no idea what you are talking about, but when I saw the word "genie", I thought of that genie game, where the guy can guess any celebrity, athlete, or character you are thinking of.
 

Similar Topics

Hi everyone, I am trying to create a medium sized Citect SCADA project utilising a Control Logix PLC. I want to adopt good practice from the...
Replies
0
Views
2,365
Hello, the system we use is Scada 7.5 series. We have usb key activ now we need additional key to make the system work, how do we solve this...
Replies
0
Views
90
So i've been at this for a long while, i have Citect Scada 2018, i have full access to everything but i can't seem to find any option or...
Replies
0
Views
116
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
346
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
446
Back
Top Bottom