An affordable, flexible, and adjustable flight mill design.
Insect flight behavior is of interest to a range of scientists, from those interested in the basic behavior of insects under variable environments to specialists in biocontrol who needing to understand how conditions influence the propensity of a pest species to disperse. Flight behavior can be studied by various methods that range from flight 'treadmills' and wind tunnels that approximate field conditions to static tethered flight devices. Tethered flight mills, like the one presented here, are limited in that certain aspects of flight, such as changes in altitude, cannot be measured14. However, tethered flight mills do allow insects to fly uninterrupted and thus allow researchers to quantify parameters such as speed, distance and periodicity of flight and correlate these parameters with environmental conditions, physiology, and morphology.
The flight mill presented here was designed to allow researchers without specialized knowledge of electronics to build and use a tethered flight mill in order to study flight behavior in insects. One advantage of this design is that the overall cost of the flight mill is low compared to other designs. The overall cost can be maintained well below 300 US dollars. The plastic acrylic sheets are the most costly item. The second advantage is that the flight mill is adaptable for the limited controlled condition workspaces available in many laboratories, as opposed to a specialized wind tunnel. The use of 3 mm thick transparent acrylic plastic sheets means that the structure is both transparent, to allow easy observation of the insects, and also light weight, enabling the flight mill to be moved to the appropriate location for flight trials. The stacked configuration of the flight mill cells maximizes the number of samples run while minimizing the footprint of the device. Further, the device can be easily disassembled for storage. Additionally, the flight mill was designed to allow for large numbers of individuals to be sampled relatively easily. Each flight mill contains 8 cells, enabling researchers to record flight activity of multiple individuals simultaneously. Attaching insects indirectly to the pivoting arm through an insect pin allows for individual insects to be placed in and removed from the flight mill rapidly. Finally, the data recording electronics is simple and easy to use, with freely available software for data analysis. Once assembled, the flight mill uses simple IR sensors to record flight activity. The passage of the foil flag at the end of the arm through the infrared beam allows each revolution of the arm to be recorded. The rate of revolution allows data like speed, distance traveled, total flight time and patterns of flight to be recorded as input into a data-logger.
The flight mill is able to be adapted for a number of different types of insects. The use of hypodermic steel tubing for the pivoting arm is more effective than other options, such as wooden sticks or drinking straws because, even though heavier, the drag produced is reduced by the narrow diameter, allowing even small insects to be flight-tested. Recently, small pieces of optic fiber have been used in a flight mill for small insects25. The bent ending of the arm can be glued to the armature at different angles relative to the support axis in order to position the experimental insect in its natural flight orientation. In the design presented, in which the radius is 10 cm in length, the entire distance traveled in one revolution is 62.8 cm. Removing the central vertical wall will allow an alternative configuration of the flight mill in which the arm radius can be doubled in length to accommodate larger insects and revolution distances up to 1.20 m. In this case, stronger magnets are recommended to accommodate and stabilize longer mill’s arm.
As stated throughout, the flight mill design is flexible and adaptable for the insect species of interest and researchers are able to customize it for their particular needs. This includes not only the physical needs of the insect, including parameters such as size, power, structure of the cuticle, but also biological differences among species. One potential drawback to all flight mills is that the lack of tarsal support 'forces' the insects to fly, perhaps to exhaustion. While this is true in some species, for example, we observed the automatic flight response with our milkweed bug trials, it is not true for all the insects we have tested (for example N. vespilloides). However, even with the automatic response, we never observed insects flying to exhaustion or death, in part because of the recording time we chose to accommodate the biology of the insects. Thus, it is important to do preliminary observations on the insect of interest to understand its behavior in the flight mill in order to optimize data collection. An additional, well-known issue with flight mills, is that inertia can maintain motion even after the insect has stopped actively flying. The script provided accounts for the misreadings due to inertia of the flight mill, characterized by rapid decrease in flight speed and increasing distances between peaks. The script 'flight_analysis.py' discards these 'false peaks' and constructs a new signal for analysis. The user can choose the speed threshold for correction, as explained in the notes provided in the script.
A 5 V power source is enough to obtain a readable voltage signal, however a power unit with variable output voltage can be used as power source to allow the power input to be varied and thus optimize working voltage for each sensor. Such a solution can also help to increase the visualization quality of peak signals in the software's recording interface. The sensor’s output is shown in the software interface as formed by a base and peak voltages where the base voltage represents the lowest output voltage from the sensor at rest (when the IR beam is not interrupted) while the peak voltage is the rise from base voltage that occurs when the IR beam is interrupted as the arm travels through the beam. An input voltage of 5 V provides a rise of around 100 mV while increasing the input to 7 V increases the peak’s rise to 300 mV allowing for a clearer discrimination of base and peak voltages. The size of the chosen solderless breadboard determines how many flight cells can be accommodated. In order to minimize drops in the voltage signal during recording from multiple sensors, it is recommended to place the resistors in alternate rows along the breadboard (see Figure 3C).
Customizable signal standardization and analysis scripts written for the open access programming language Python.
The standardization and analysis of the voltage signal are conducted by using custom written scripts in Python, which is a free, widely used general-purpose and high-level programming language. The end user can easily customize the scripts to work with own specified settings. The customization is achieved by simply changing numerical values or variable names. Notes on how to customize the parameters can be found within the scripts themselves. The default values in the scripts are set to deliver a fine tune signal standardization, but the user can define any desired threshold according to the value of the mean voltage for each channel. In the flight analysis script, the function flying_bouts from line 105 calculates the duration in seconds of longest and shortest flying bouts, the percentage of time spent in flight over the total recording time and the number of flying bout events of a specified duration range. The ranges can be modified according to the user experimental requirements. In order to do so, all the numerical values inside the function (included the ones in the variable name, for example in the variable “flight_300_900”) need to be changed to the desired value. The number of ranges and their duration simply depends on the user’s specification. The script will print on screen the results of the analysis for each channel. These include: average flying speed, total flight time, distance travelled, shortest and longest flying bouts and flight composition. Additionally, the script returns a *.DAT file for each channel and saves it in the output folder specified by the user. Each *.DAT file contains two columns: the first one represents the relative time of the peak event, the second is the detailed speed variation between two successive peak events. This file can be imported in Excel or R to produce a graph of the speed variation over time and visualize the flight activity patterns.
In conclusion, these results demonstrate that this flight mill design can be easily and successfully implemented to gather data for behavioral studies looking at flying activity patterns in different insect models. Such data can be used to investigate individual variation in movement patterns as dependent for example on physiology and morphology. This can offer great insights into the underlying physiological and morphological traits determining individual variation in movement patterns like foraging or migratory activity, which ultimately affects population as a whole. The detailed speed variation over time can be used in combination with detailed physiological and morphological measurements, offering a tool to study patterns of resource consumption or effects of variation in body part morphology on the flight activity.