Simple Animation Question

Hello. I am having a small issue with animations.

I can change the visibility of an object in real time by assigning it to a 'bit' tag, but find that using GETBIT to look at a bit within a word tag does NOT update during real time, only when the screen is 'started'.

I am monitoring the word, and it updates as it should.

Is there any way to 'force' the screen to update (or at least the animation to update) if the monitored tag updates?

Parents Reply
  • Hi.

    I cannot find any info on 'BITAND', unless you mean 'bitwise AND', in which case I cannot figure a way to get a yes / no result for the bit I am trying to isolate.

    Likewise I cannot find 'TagRead' unless you mean 'GetTagValue'

    I'm just trying to reduce the tag count for all of the digital feedback for the plant. If I have to configure bit-level tags for all of the possibilities, then I will quickly go over my project limit.

Children