05-18-2010 01:02 AM
Hi,
This is Siva... Now i am practiseing examples for CLD exams. your attached prectise code was too good. I got new experiance with LVlOOP.
I have one clarification can you please Help me.?
You build the logic as a array concept. Its good. But, In NI security system Model question paper. They have mention the 6 zones(alarm switches , Bypass Switches and Tamper Switches) as a group of cluster.they formed the group of switches in one cluster. you formed the Zone switch as a single cluster.
Whether they will accept these type of control changes?
Thanks
05-18-2010 01:05 AM
I think that would be ok.....You can do that if your complete code is getting modular.....
I am not very sure, maybe some NI person can help us here.....
05-18-2010 02:17 AM
Hi Thanks for your kind replay.
I have one more clarification. What is the advantage of using Object control Instead of cluster? this is the first time, I am seeing this object control.
Thanks
SIVA
05-18-2010 02:31 AM
With LVOOP, I save on the time required to create a template which accepts cluster input, error input and give respective outputs. Also, I get different ready templates for Read/Write Data access, Dynamic Dispatch etc. in LVOOP, thus saving me time to create templates.
You can use clusters here. However, I am comfortable with LVOOP since I use it for large projects for Object Oriented Design.
I have given my CLD with LVOOP, am waiting for the result. However, in my CLD, I used LVOOP as well as clusters for different purposes.