05-06-2008 09:07 AM - edited 05-06-2008 09:08 AM
05-06-2008 09:55 AM
05-06-2008 10:54 AM - edited 05-06-2008 10:54 AM
05-06-2008 11:35 PM
MikeS81 wrote:
Nice solution Norbert,
but what´s that?
Mike
Message Edited by MikeS81 on 05-06-2008 11:21 AM
Mike,
That's Norbert's version of Rube Goldberg Code.
05-08-2008 02:22 AM - edited 05-08-2008 02:23 AM
08-17-2023 01:55 AM
Hello. I was told that it is possible also to change specific bit in this way (picture attached). But it doesn't work for me. Can someone help me please? What I want to do is to change specific bit value in the register. Thank you
08-17-2023 04:30 AM
Hi Lily,
you forgot to attach your code - we cannot debug/edit/run images in LabVIEW!
@LilySamchuk wrote:
Hello. I was told that it is possible also to change specific bit in this way (picture attached). But it doesn't work for me. Can someone help me please? What I want to do is to change specific bit value in the register. Thank you
08-17-2023 05:51 AM
for example, I have a register with address xF13 and data there x1111. I want to change bit 4 from 1 to 0. How this can be done ? thank you
08-17-2023 06:03 AM - edited 08-17-2023 06:06 AM
Hi Lily,
@LilySamchuk wrote:
for example, I have a register with address xF13 and data there x1111. I want to change bit 4 from 1 to 0. How this can be done ?
The register address is irrelevant for the task:
When clearing bits you need to create a "negative" mask, that's what the inverted input does…
08-17-2023 06:42 AM
Will it also work in a reverse order ? To change 0 to 1 ?