Well if this isn't a fine start to a sleepy day :c
Labview: a new interactive program that allows the user to collects data from multiple instruments, run analysis on that data and analyze the data. It gives the potential for closed loop cyclical cycles. The interface is divided into 2 parts one, the front, which has most of the user interface controls on it. The back panel runs coding(kind of the coding is not necessarily written but created using tool functions and pointer switches.The front panel is directly created to the program, if it is closed the whole program is also closed while if the back panel is closed it is the only window that is closed.
Utilizing the right click on the front panel allows for greater in depth control over you're interfaces. So far focused on boolean situations with buttons and switches. When using the logical function or the two conditions can be used to either inhibit or encourage a process that can be done without a logical.
Doing Math in Labview:
the following program was made in labview it was designed as 3 numeric operators and when 0 is placed in the denominators space a returns inf.(wiring order is necessary but it makes sense visually)
While loopswhile loops appear as structures in labview. can create a button that stops the while loop (stop).Matters that the code is inside the loop structure. Don't run continuously in order to stop.



No comments:
Post a Comment