vultac Posted January 29, 2009 Report Share Posted January 29, 2009 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! Quote Link to comment
ned Posted January 29, 2009 Report Share Posted January 29, 2009 QUOTE (vultac @ Jan 28 2009, 05:26 PM) 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! Have you looked at For and While loops? Quote Link to comment
Anders Björk Posted January 30, 2009 Report Share Posted January 30, 2009 QUOTE (vultac @ Jan 28 2009, 11:26 PM) 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! I would look up state machines. The major components of a state machine is: While loop, Case structure and shift registers. Quote Link to comment
LAVA 1.0 Content Posted January 30, 2009 Report Share Posted January 30, 2009 QUOTE (vultac @ Jan 28 2009, 11:26 PM) 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! Try to get your hands on the NI State Diagram Toolkit (not the statechart module). It is obsolete but perfect for what you want. Another (good) option is using a statue machine, for instance the JKI statemachine (after how many plugs do I get a VIPM license?) Ton Quote Link to comment
Mark Balla Posted January 30, 2009 Report Share Posted January 30, 2009 NI Has a realy nice free student trainning series found here Each section has a Tutorial, Video and Excercise. These are great for people getting started with LabVIEW. You'll find a section on loops and state machines. Quote Link to comment
vultac Posted January 30, 2009 Author Report Share Posted January 30, 2009 thx for the reply guys. but my DAQ im actually using mccdaq instead of NI's daq thus more troublesome for me Quote Link to comment
Grampa_of_Oliva_n_Eden Posted January 30, 2009 Report Share Posted January 30, 2009 QUOTE (vultac @ Jan 29 2009, 11:07 AM) thx for the reply guys. but my DAQ im actually using mccdaq instead of NI's daq thus more troublesome for me Vultac, All of the above replies apply to MC hardware as well as NI's version. Ton suggested the State Diagram Editor and would be a good fit for you since your initial post posted a State Diagram. The interface looks like this. http://lavag.org/old_files/monthly_01_2009/post-29-1233246453.jpg' target="_blank"> Ben Quote Link to comment
vultac Posted January 31, 2009 Author Report Share Posted January 31, 2009 erm so how do i implement the state diagram to become a working labview program? thx! Quote Link to comment
Grampa_of_Oliva_n_Eden Posted January 31, 2009 Report Share Posted January 31, 2009 QUOTE (vultac @ Jan 30 2009, 06:08 AM) erm so how do i implement the state diagram to become a working labview program? thx! The State Diagram Editor was an add-on tool that now cost extra. You don't need it if you http://zone.ni.com/devzone/cda/tut/p/id/3024' target="_blank">review this tutorial. Ben Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.