Jump to content

vultac

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

Everything posted by vultac

  1. thanks for the help!
  2. i was just wondering. if i use while loop and i want it to stop if for example my output reaches 1111 in binary form how can i wire the red dot so this could happen? thanks! i was just wondering. if i use while loop and i want it to stop if for example my output reaches 1111 in binary form how can i wire the red dot so this could happen? thanks!
  3. alrite thx buddy would ask again if i encounter some prob!
  4. hey thanks for the reply. how about if i want the current output to be the next iteration input? and i have to do it for like 200iterations?
  5. would it be possible to show me how you do it with the loop as well? thanks!!!
  6. Hi guys, Would like to ask if i use a for loop and keep on loop for eg multiples of 8... and i want to store the outputs and display out all of them later...in what ways could i do it? thanks!
  7. erm so how do i implement the state diagram to become a working labview program? thx!
  8. thx for the reply guys. but my DAQ im actually using mccdaq instead of NI's daq thus more troublesome for me
  9. Hi guys, ive attached a flow chart of what im supposed to design with labview...im stuck at the looping part... some advise would be appreciated thx guys!
  10. Hi guys ive encountered problems storing values into an array. What Im trying to do is generate a number then store it into the array and generate another number then store this new number into the array without using the 2 for loops that was taught on labview basic manual. For eg, If im using a 1d array and it consists of 5 elements. n = 0,1,2,3,4. so how isit possible for me to store it into an array if for example ive generated a number then i need to store it into n= 0 then generate another number then store it into n = 1... ok guys i think its impossible for u to understand wad ive just asked therefore ive attached this picture...basically Ain would receive an analogue signal and the Eng unit would convert it into a numeric....and i want this to be store into n = 0 of the array because later on i would need to extract another Ain and store it n = 1...how is that possible? thanks guys.
  11. vultac

    Binary

    wow. lol!! smart smart thanks!!!
  12. vultac

    Binary

    Hi guys, ive been wondering if there is anywhere in labview that i could program something so that the 1st 2bits would stay constant after i apply an addition to the previous set of bits after a for loop everyttime? for eg. (starting bit) (first 2 bits doesnt change) (first 2 bit doesnt change) 00000010 -> 00000110 -> 00001110 ???
  13. vultac

    boolean

    thanks mate
  14. vultac

    mccdaq! labview

    thanks guys!!
  15. vultac

    boolean

    Hi guys, Could u teach me how could i connect the boolean so taht when i press the stop button it would run the program as seen on the attached image... thx!
  16. vultac

    mccdaq! labview

    okay.....thx...im a little lost tho....well i was able to set D0 and D1 to go high and low...but its the timing now thats giving me a headache...well ive attached a jpeg of my progress so far~ struggling with the wait(ms) vi :/!! Well the pic ive just attached basically shows me making 00000001(D0) go active high then making it go active low...thinking about how i could make D1 go active high when D0 is halfway through being active high....
  17. vultac

    mccdaq! labview

    thanks mate. another question..ive only been able to configure the bit number..and since i have 8 DO 2^8 = ....256....how isit possible for me to only control the first two digital lines (D0,D1) isntead having to deal with bit numbers?
  18. vultac

    mccdaq! labview

    hey how can i represent something like this on labview? 8 D I/O lines. Let D0 & D1 be pulses and D2 - D7 as digital lines Start -> set D0 active high -> set D1 active high -> wait -> Set D0 active low -> wait -> set D1 active low -> finish.
  19. vultac

    DAQ

    hey guys sorry for being vague...i wasnt completely what i was supposed to do till few days ago...well this is a project which i have to do.....now i need help on controling the digital lines of the DAQ....isit possible to display digital timing diagrams on labview? and ammend them to go high or low like what codas can do?
  20. Hi i just bought a DAQ from measuring computing and would like to use the usb-1208fs on labview. Is there any websites which are useful for me? As i know programming labview using measuring computing daq differs a bit from NI! thanks!
  21. vultac

    DAQ

    hi dan, thanks for replying...well i just remember my sensor has got arrays which contain analogue voltage...and how can i extract these arrays out to analyze having only one analogue input to the DAQ?
  22. vultac

    DAQ

    hmmm..cos right now i only can see the DC waveform(analogue voltage) like for eg 9V..... i want it to display 1 or 0's... my resolution i think its 12 bits....so yah...how do i display the digital waveform out?
  23. vultac

    DAQ

    Hi, Ive attached what i have done so far. I think im able to acquire the analogue signal.. but how can i convert this analogue signal into digital signals?!?!
  24. vultac

    DAQ

    hahaha thanks dan. will try to work on it... will keep on updating ya.. btw do u hav msn or something?
  25. vultac

    DAQ

    ACtually my project involves...acquiring an analogue signal from a sensor then converting this signal into digital outputs..... ssome sort of camera thing...dont know how to start man....in programming terms i might have an idea...but using labview....:/!!!!!!!!!!!!!!!!!!!!!!!
×
×
  • Create New...

Important Information

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