Jump to content

halum

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by halum

  1. On 5/22/2018 at 7:00 PM, LogMAN said:

    I understand you are eager to learn programming in LabVIEW, but you should really start by learning the concepts first. The learning curve you try to take is way to high in my opinion. That being said, these are your current solutions as far as I can tell:

    
    1) z = (x << 3) + (5 << y)
    2) z = (x² ^ 2) | (y & 1)

    Again, you should manually calculate some results and see if your code returns the correct results.

     

    task2-1.vi

  2. 1) z = (3>>x)+(5<<y) what does it mean << and >> its an array? and by any tools can i design it in block diagram

    2) z = (x² ^ 2) | (y & 1) when i put the boolean oppeartion and try to connect input and out put variable, message show demande mathscrpt

  3. Some one can helps me please :oops:

    I'm new in LabVIEW deveolopment and I need to solve this expression with VI in LabVIEW 2015

    Im tried many solution I cant add mathScript to labview2015..some one helps me to design the VI. thanks alot

    1) z = (3>>x)+(5<<y)

    2) z = (x² ^ 2) | (y & 1)

    :throwpc:

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.