10/14/2010 10:08 AM | |
Posts: 31 Rating:
|
How can i make an internal bit tag that will be active when 2 other internal bit tag activated. Internal bit = Internal bit 1 AND Internal bit 2 tnx |
10/14/2010 11:00 AM | |
Joined: 9/28/2005 Last visit: 3/15/2025 Posts: 2957 Rating:
|
Hello, This is strange task, I would try to use PLC for that and use external tags, but if you need this with internal tags then here's what you should do: write a script which checks tag1 and tag2 and sets tag3 if both tag1 and tag2 are true. Call this script on value change on both tag1 and tag2. I've made simple project for you to check the functionality. Only I used I/O field for changing values of tag1 and tag2 because if I use Invertbit function on button then change value script is not triggered. So check it. Attachmenttest.zip (94 Downloads) |
Best regards, |
|
10/15/2010 10:22 PM | |
Posts: 31 Rating:
|
tnx for the help guys especially for your time darius... i will used PLC tags.. |
Follow us on