06-13-2006 05:55 AM
06-13-2006 11:59 AM
Hi,
It's not clear to me what you are saying. Can you tell a bit more about what you want.
06-14-2006 01:54 AM
06-14-2006 02:27 AM - edited 06-14-2006 02:27 AM
Hi,
Before i try to understand what you did in LV. I made a different VI from the description you gave.
Maybe this is what you want.
BTW: I am not helping out concurrent firm here
am i ? Modbus and alarms, is it for a safety system ?
Message Edited by K C on 06-14-2006 09:30 AM
06-14-2006 03:17 AM
Hi,
do you mean something like this:
Because in an Array every control or indicator has the same name. You just can have one name. In an Cluster you´re free, There you can have independent names. And with Property Nodes you can set the Captions. Not the Lable!!!!!:
Hope this is what you´re looking for!
Alex Rudolph
NI Switzerland
06-14-2006 05:51 AM
Hi,
Thank you and almost what I need. I see that you can get the activ bit much better with your programm. But the thing must running so:
On modbus protocol I have 120 Boolean, those are alarms, it means, when they are equal to 1, it means that exist an alam. Where when come an alarm I will see - for instance -:
Bit 1 = 0 means "nothing - empty "
Bit 2 = 1 means "Daniel"
and so on. Mein programm can do that, but now I need to put "Daniel" when bit 2 is equal to 1. On the array is not possible, because the array accept only one text to all. And like a cluster, could be possible, but I do not know how!!! . Maybe will be easy but I do not have a lot experience.