so how should i configure ur project to work with myne
i mean i am gonna move my project inside yours so i can use your controls
( audit , alarm , history , users ,the new modified controls u add to it...)
I can't answer that, not enough information... not sure about your project and your goals. Personally, I would merge into Archie's latest beta. I tried to make it easy by putting all of my stuff inside of a folder, just copy and paste. Last time I updated it only took 2-3 minutes.
and one more thing
the ( Who Am I Selection ')
what is it ?
This is a remnant of a feature from another project that I left in. You should probably delete it,
Public Shared Who_Am_I As Integer
in Class/Globals, then go and delete all of the errors reference.
This was a means to control zones or nodes. For example, we had 2 HMIs running the same program, but I didn't want the operator to be able to do the same things on each. Our alarms had a property for zones, which allowed me to show certain alarms for certain zones and allow certain zones to silence or reset alarms. I could also add a property to a basicbutton, for example, and prevent operation unless in that zone. Just remember, this sample app I posted was part of a larger application, I tried to delete all non-relevant items, but I'm sure I missed a few.
The goal of the original post was for multistate, it was just to show the control, not really meant to show the whole app. I included the entire app just to make it easier for people to run it.
I'm working on several projects so I really don't have time to write out detailed instructions on this stuff. Just do your best and come back with a question or two and I will try and help. Godra has been very good lately about giving help, so I'm not the only one that can help. My point, someone should be able to help you.
James
Edit: I can't promise anything, but if you can send me your project I could try and merge files for you. It depends on several factors. One thing to answer, how do you have alarm triggers? My app is really designed for arrays. So, you will need to decide on triggers. My app can do alarm descriptions from both a local file, or strings from a PLC, but I never tested with Modbus, so I would just stick to local. That is easy to do, I can show you if necessary.