Accessing IO modules using Vijeo Citect V7.0

sarojj7

Member
Join Date
Dec 2016
Location
Calcutta
Posts
4
This is first time with PLC's & related software.
I am using,
H/W: modicon 340(P342020) as processor, DDI 6402K as input module,DDO 6402K as o/p module.

S/W: Unity Pro M V7, Vijeo Citect V7.4.

Communication: Modnet30 protocol via ethernet port.

Now I take two inputs from two switches(%I0.1.0 & %I0.1.1) logically AND it in Unity Pro and give an output to a Bulb(%Q0.2.0),its working fine.

I want to display the status the input switches and output in a graphic page in vijeo citect but I am unable to do it.

Problem is %I0.1.0 & %I0.1.1 & %Q0.2.0 is not identified by citect and I do not where the data from IO modules are stored in processor(memory locations), therefore I not able to access those.

One interesting thing is I am able to write to %M100 location using citect and I am using this enable my AND logic in Unity Pro.

I have tried many different addresses in variable tag for accessing data coming from IO modules, but its not working.

I am stuck at this juncture for over 10 days now.

Kindly help,I am ready to give any more info needed.

Thanks in advance.
 
This is first time with PLC's & related software.
I am using,
H/W: modicon 340(P342020) as processor, DDI 6402K as input module,DDO 6402K as o/p module.

S/W: Unity Pro M V7, Vijeo Citect V7.4.

Communication: Modnet30 protocol via ethernet port.

Now I take two inputs from two switches(%I0.1.0 & %I0.1.1) logically AND it in Unity Pro and give an output to a Bulb(%Q0.2.0),its working fine.

I want to display the status the input switches and output in a graphic page in vijeo citect but I am unable to do it.

Problem is %I0.1.0 & %I0.1.1 & %Q0.2.0 is not identified by citect and I do not where the data from IO modules are stored in processor(memory locations), therefore I not able to access those.

One interesting thing is I am able to write to %M100 location using citect and I am using this enable my AND logic in Unity Pro.

I have tried many different addresses in variable tag for accessing data coming from IO modules, but its not working.

I am stuck at this juncture for over 10 days now.

Kindly help,I am ready to give any more info needed.

Thanks in advance.

You can't read/write to physical I/O from Citect (and neither would you want to) you need to map your physical I/O to internal %MW in the PLC so Citect can read them.

Do a search, its been covered before.
 
Write the %i0.1.0 digital input in the plc to a %M bit. You can read those bits from Vijeo citect.
Attached is 2 pictures showing ladder and function block diagram.
Have a look on youtube. There is a lot of tutorials showing you these basic functions.

Also give symbol names to your addresses

Ladder.JPG fbd.JPG
 
{DATE,20}{TIME,20}{EQUIPMENT_ID,20}{ALARM_NAME,80}{USER_ID,100}{ACK_DATE_AND_TIME,50}{ACK_STATUS,10}{COMMENT,10}




Hello,

I have configure some digital alarm and thats alarm i have to Log in SQL using cicode but when i am trying to this this it cant work please can any one help me for the cicode for alarm log in SQL.
in the SQL table i want
{LogDate}{LogTime}{EqId}{AlarmName}{AckDate}{AckTime}{Comment}

in which EqId is my plc name in string whatever i will deside.

please give me a sample of the cicode for this

regards,
Chetan Patil
+91 9637138565
 
Why are you hijacking this thread? You already posted this in a thread. Just be patient until someone can help you
 

Similar Topics

Hi all, I am having issues accessing my Cimplicity software - the site code changed after re-install and I am no longer able to attain a new key...
Replies
10
Views
158
For the past few day, I have had problems accessing the Rockwell Knowledgebase. When I try to access it (and I do have a TechConnect Support...
Replies
7
Views
402
Hi, Small issue i've really been beating myself up over today. I've been working with Panelview panels for years. Currently working on an older...
Replies
1
Views
589
Dear experts, I have the following setup: CPU-313C (6ES7313-5BF03-0AB0 V2.6) + CP343-1 (6GK7343-1EX30-0XE0 V2.0) communicating with Siemens PC...
Replies
7
Views
2,685
I'm looking to replace an AB PanelView 600 2711-K6C2 HMI with a C-more EA9-T10WCL. The PLC in the system is a SLC 5/03, which is staying. I...
Replies
2
Views
1,245
Back
Top Bottom