I worked on the LabVIEW program for bending the fibers to make it finish heating them at a set time. To do that, I added to the program we already had and developed three other programs: one to calculate how long it will take to heat the water, another to convert the completion time to seconds, and a third to monitor the current time and control the other two new programs. The computer should not be constantly calculating how long it will take to heat the water. To avoid that unnecessary calculation, I used case structures and shift registers to make the main program call the calculating function only at the beginning of a run and after a change to our desired completion time. | I worked on the LabVIEW program for bending the fibers to make it finish heating them at a set time. To do that, I added to the program we already had and developed three other programs: one to calculate how long it will take to heat the water, another to convert the completion time to seconds, and a third to monitor the current time and control the other two new programs. The computer should not be constantly calculating how long it will take to heat the water. To avoid that unnecessary calculation, I used case structures and shift registers to make the main program call the calculating function only at the beginning of a run and after a change to our desired completion time. |