Views 
   PDF Download PDF Downloads: 1499

 Open Access -   Download full article: 

Development of Program in VB to Compute Tractor Parameters on Automatic Steering

Raghuvirsinh Parmar*, Nitin Karwasra, Aseem Verma and Baldev Dogra

Department of Farm Machinery and Power Engineering, Punjab Agricultural University, Ludhiana, 141004, India.

Corresponding Author Email: parmarraghuvir-fmpe@pau.edu

 

DOI : http://dx.doi.org/10.13005/ojcst/10.03.12

Article Publishing History
Article Received on : 3-Jul-17
Article Accepted on : 31-Jul-17
Article Published : 03 Aug 2017
Article Metrics
ABSTRACT:

A comprehensible Visual Basic (VB) computer program is developed to find out the tractor parameters for an automated steering system. Tractor parameters such as real wheel and front wheel trajectory coordinates, clockwise front and rear wheel angle and corrected front and rear wheel angle can be calculated. Front wheel trajectory data, rear wheel trajectory, distance between front and rear wheel(X13), Tractor velocity vector(V) and Tractor turning angle with center line are input variables for developed software. The tractor parameters are being calculated with the help of mathematical model which are already fed in program. The developed program successfully calculates the tractor parameters on automated steering . This developed software could guide an autonomous agricultural tractor in the field. Furthermore, software navigates agricultural tractor both in straight or curved path at normal field operational speed.

KEYWORDS: Automatic tractor steering; Tractor paraments; VB application; Visual basic

Copy the following to cite this article:

Parmar R, Karwasra N, Verma A, Dogra B. Development of Program in VB to Compute Tractor Parameters on Automatic Steering. Orient.J. Comp. Sci. and Technol;10(3)


Copy the following to cite this URL:

Parmar R, Karwasra N, Verma A, Dogra B. Development of Program in VB to Compute Tractor Parameters on Automatic Steering. Orient. J. Comp. Sci. and Technol;10(3). Available from: http://www.computerscijournal.org/?p=6435


Introduction

Today’s Indian agricultural is mechanized in terms of agricultural machinery, new implements but, still required labors or tractor drivers so, we can say that it’s not automated yet. That’s why next coherent step is automation in Indian agriculture sector. Steering agricultural machinery in fields to perform various production operations is a tedious job for tractor drivers. Agricultural engineers have already started working in the direction of automatic guidance of farm machines. To solve this problem, automated machinery guidance system has been developed to automatically steer the machinery to perform various agricultural operations. In precision agriculture, automated steering system for tractor play a very important role. (Jingtao et al., 2015). The basic requirements for an automated machinery guidance system include detecting the tractor position; planning for an optimal path for the machinery carefully without damaging the crop and accurately steering the tractor along the desire path. The automated steering system can reduce drive fatigue which results in increase in both productivity and safety of the operation. In terms of functionality, automated steering system can be classified into the two classes which are operator- assisted systems and autonomous systems. An operator assisted system only assists the human operator in guiding the tractor following the desire paths; while in an autonomous system replaces the human driver to perform all field operations. There is also a third approach, combining both of the above.

Automatic steering has advantages like, repeatable path tracking, full use of the implement’s effective width, reduction in overlapping and ease in operation during night time or during low visibility conditions (Holpp et al., 2013). Automatic steering also lowers the costs of agricultural operations (Shinners et al., 2012). The profits generated by automatic steering systems in agricultural machines are determined mainly by the quality of operation (Dunn et al., 2006).

Mostly global positioning system (GPS) is used as navigation sensor. Researchers could guide an agricultural tractor on desired path with real time kinematic GPS based navigation system (Bell,2000). But they have higher percentage of error. To reduce it an inertial measurement unit with an RTK- GPS to provide more accurate navigation information was developed. That could guide tractor performing all field operations including planting cultivating and spraying on both straight and curved paths (Kise et al., 2001, 2002).

Sensors can detect a path in the field. Vision- based guidance can be used to guide the agricultural tractor which can perform various operations (Benson et al., 2003). Numbers of researchers has reported attempts to improve the reliability of pathway determinations for vision based guidance systems. Hague and Tillett (2001) used a bandpass filter to find the path.

Gilmour (1960), Brooke and David (1968), MacHardy (1967), Rushing (1959) have looked into the use of different path guidance systems. Richey (1959), Liljedahl and Strait (1962), Parish et al., (1970), Grovum and Morris (1968) have investigated different types of control mechanisms. However, little attention has been paid on effect of tractor parameters on automatic steering. Many of the design factors used for modern tractors, e.g., visibility, operator comfort and control location have little bearing on the design of an automatic tractor (Shukla et al.,1970).

According to Moncaster and Harries, (1984) the basic need for automatic control of agricultural steering system to increase efficiency of field operation. An automatic guidance system for agricultural tractors should be authentic, flexible, simple to operate , easy to maintain and versatile (Grovum and Zoerb, 1970).

The major advantage of the software is that by accurately controlling the straight or curved paths of agricultural tractor, the width of coverage and soil compaction in the soil can be minimized. A real-time guidance system is required to keep field equipment operating only on the predetermined paths.

The aim of this study was to develop computer program using visual basic software on the basis of mathematic modelling which has already been developed by various scientists. That mathematical modeling shows the relationship between tractor parameters and automatic steering accuracy. The findings of the study can help in determining various tractor parameters in automated steering system on predefine curve path. So, software can easily help in calculating the tractor steering parameters while the tractor is turning.

Figure 1 – The schematic diagram used in developing the  mathematical model of steering system

Figure 1: The schematic diagram used in developing the mathematical model of steering system 



Click here to View figure

 

Materials and Methods

Mathematical Model: A model was developed carrying the relationship between tractor parameters, speed and tractor position (Shukla et al., 1970). In the first-place model was little bit complex, but after assumptions like operation on a plane surface at low speed so that inertia and soil reaction forces could be neglected. The various annotations used in developing the mathematical model and its schematic diagram is shown in Fig. 1.

Some few assumptions were taken in tractor all wheel that tends to make a clockwise turn (Fig. 1) were considered positive angle value. Also, an anti-clockwise turn was considered as negative value. These mathematical models were developed back in earlier days so, all units used were feet, seconds and radians.

For simplification time derivatives was used as the dot notation shown as per follow,

Vol10_No3_Dev_Rag_F1a

But for this research work we took was static so, that the above equation have equal to X8. From Fig. 1 rear wheel geometry of agricultural tractor,

Vol10_No3_Dev_Rag_F1

Formula

Also, we can write from Fig. 1

Vol10_No3_Dev_Rag_F5

For a four-wheel drive tractor, the tractor velocity (V) was considered known and the velocities of the front wheel (V1) and rear wheels(V) were calculated from equation (6) and equation (7):

Formula

For the automatic steering system of agricultural tractor, the response from the steering was considered to be a function of the error. For front wheel steering system, the front steer angle was considered as a function of the front tracking error, which is denoted by lf , i.e.:

Formula

In this four-wheel steering system, if we are trying two points on the path of the vehicle, the rear steering angle was a function of the rear tracking error, which is denoted by lr, i.e.

Formula

Even if, for rear wheel steering, for an example a self-propelled combine harvester, the steering response was a function of the error at the front,

Formula

In this research, a relative relationship between computer error and steering response was used.

Steering Geometry

Related to steering from the starting it was assumed that the tractor had perfect steering geometry, the developed mathematical model equations were used only when the agricultural tractor was turning counter clock wise whereas when the tractor was turning clockwise, eqn. (11) developed by Schilling (1960) and by Shukla et al., (1970) were used depending upon the type of steering. Schilling’s equation is as follows

Formula

Where,σf1 = turning angle of the outside front wheel.

In case of front wheel steering equation (11) used. For rear wheel steering, a similar version of Schilling’s equation was used as follows:

Formula

Where,σf1= turning angle of the outside rear wheel.

The Schilling’s equation was very useful to see the effect of steering geometry. That’s why it was added to mathematical model. For any turn, the point of turning is called where the center line of all wheel axles must intersect in a common point. A wheel nearest the center of turning must have a steeper turning angle than a wheel farther from the center of turning. Hence, radius of turning, the left front wheel would have a more outrageous tuning angle for a counter wise turn than for a clockwise turn. Schilling’s equation was used to reduce the turning angle of the left front wheel when it was an outside wheel. Similar points out enforce to the rear wheels for rear wheel steering geometry.

Drawback of Schilling’s equation is not able to handle the example of four-wheel steering if any degree of error is present in steering geometry. For example, if the vehicle is translating crabwise as well as turning. To handle the general case of four-wheel steering, the following equations were developed by Shukla et al., (1970):

Formula

Where, C= (Y34-Y12)/2

To find out whether the tractor was turning clockwise or counterclockwise, crabbing side wise only, or traveling straight ahead a comparability task carried out which gives the directions and magnitudes of the turning angles of the left front and left rear wheels. This equivalence was made continually and equation (12) and (13) were inserted into the analysis whenever the vehicle was making a clockwise turn.

Input Parameters: The input parameters for the developed computer program are mainly divided in two parts, namely front wheel trajectory and rear wheel trajectory. The inputs include Front wheel angle (σf) Distance between front wheel (Y12), Distance between front axle and front trajectory point (X17), Rear wheel angle (σr) Distance between rear wheel (Y34) and Distance between rear axle and rear trajectory point (X38), Distance between front and rear wheel (X13), Tractor velocity vector (V) and Tractor turning angle with center line. Beside the input group, the equations which are derived by Shukla et al., (1970)were used in the program. The program window for input parameter is shown in Fig. 2(b). The input data as per parameters discussed was taken only for indication purpose. For automated steering parameters calculation, i.e. rear wheel trajectory coordinates, front wheel trajectory coordinates, clockwise front wheel angle, clockwise rear wheel angle, corrected front wheel angle, and corrected rear wheel angle, a separate output form is created which is shown in Figure 2(c). The flow chart of the developed program is shown in the Figure 3.

Figure 2(a) –  Welcome screen of the developed program

Figure 2(a): Welcome screen of the developed program



Click here to View figure

 

Figure 2(b) –  Input screen of the developed program

Figure 2(b): Input screen of the developed program 



Click here to View figure

 

Figure 2(c): Output screen of the developed program

Figure 2(c): Output screen of the developed program

 

Click here to View figure

 

Figure 3. –  Flow chart of the developed program

Figure 3: Flow chart of the developed program 



Click here to View figure

 

Results and Discussion

General inputs of software were taken from the previous researcher data and general considerations. In the present study, the indicative data is tabulated in Table 1. The software output for these runs is given in Table 2. Table indicates that the developed program is capable of calculating all components of automated steering system for tractor on curved path which is given or predefined.

Ismail et. al., (2012) developed similar kind of software for autonomous tractor in agricultural application and it work successfully. In that whole system include ICP- CON controller module and mechanical relay and whole project was developed by using Microsoft Visual Basic to design software. The same kind of technique is also mentioned by Ismail et. al., (2011) which used a camera vision with color detection for the variable rate technology (VRT) automated sprayer. They develop visual basis base software to detect green leaves.

Table 1: Input parameters

Inputs

Data

Front Wheel Trajectory

Front wheel angle (σf)

30

Distance between front wheel (Y12)

1.2

Distance between front axle and front trajectory point (X17)

0.5

Rear Wheel Trajectory

Rear wheel angle (σr)

10

Distance between rear wheel (Y34)

2.5

Distance between rear axle and rear trajectory point (X38)

0.7

Other tractor related parameters

Distance between front and rear wheel (X13)

3.5

Tractor velocity vector (V)

30

Tractor turning angle with center line

60

 

Table 2: Output parameters calculated by developed software

Output

Data

Rear wheel trajectory coordinates

X= -103.776

Y= -23.477

Front wheel trajectory coordinates

X= -122.863

Y= -188.345

Clockwise front wheel angle (0)

1.1557

Clockwise rear wheel angle (0)

0

Corrected front wheel angle (0)

-0.09393

Corrected rear wheel angle (0)

-0.22138

 

Conclusion

The developed software is capable to calculate various tractor parameters on automated steering system and can calculate real wheel and front wheel trajectory coordinates, clockwise front and rear wheel angle and corrected front and rear wheel angle. This could be helpful in guiding the tractor, with acceptable precision for field operations, with more accurate position. A mathematical model based upon a variable steering rate might improve the stability of the guidance system with microcomputer base system. Some further improvements can be done by real field operation.

References

  1. Bell, T. Automatic tractor guidance using carrier-phase differential GPS. Comp. and Elec. in Agri.2000;5(1–2): 53–66.
    CrossRef
  2. Benson, E.R., Reid, J.F., Zhang, Q. Machine vision-based guidance system for agricultural small-grain harvester using cut-edge detection. Biosystems Eng.2003; 86(4):389–398.
    CrossRef
  3. Brooke, David, W. Off-the wire guidance for leader cable vehicles. Trans. of the ASAE.1968;68:819.
  4. Dunn, P.K., Powierski, A. P., Hill, R. Statistical evaluation of data from tractor guidance systems. Precision Agriculture.2006;7(3):179-192.
    CrossRef
  5. Gilmour, W. D. An automatic control system for farm tractors. Jr. of Agri. Eng. Res.1960;418-432.
  6. Grovum, M.A., Zoerb, G.C. An automatic guidance system for farm tractors. Trans. of the ASAE.1970; 13(5):565-573.
    CrossRef
  7. Grovum, Morris, A. An automatic guidance system for farm tractors. Unpublished M.S. Thesis Dept. of Mech. Eng. Univ. of Saskatchewan, Saskatoon, Canada.1968.
  8. Hague, T., Tillett, N.D. A bandpass filter-based approach to crop row location and tracking. Mechatronics.2001; 11(1):1–12.
    CrossRef
  9. Holpp, M., Kroulik, M., Kviz, Z., Anken, T., Sauter, M., Hensel, O. Large-scale field evaluation of driving performance and ergonomic effects of satellite-based guidance systems. Bio systems Eng.2013;116(2):
    190-197.
    CrossRef
  10. Ismail, W.I.W., Hudzari, R. M.M., Ridzuan, M.N. Development of Variable Rate Sprayer for Oil Palm Plantation. Bulletin of the Polish Academy of Sciences Technical Science.2011;59(3):299-302.
  11. Ismail, W.I.W., Hudzari, R.M.M., Saufi, K. M., Fung, L.T. Computer-controlled system for autonomous tractor in agricultural application. Journal of Food, Agriculture & Environment.2012;10(2):350-356.
  12. Jingtao, H., Lei, G., Xiaoping, B., Taochang, L., Xiaoguang, L. Review of research on automatic guidance of agricultural vehicles. Trans. of the Chi. Soc. of Agri. Eng.2015;31(10):1-10.
  13. Kise, M., Noguchi, N., Ishii, K., Terao, H. Development of agricultural autonomous tractor with an RTK-GPS and a FOG. Proceedings of The Fourth IFAC Symposium on Intelligent Autonomous Vehicles, Sapporo, Japan.2001:(99–104).
    CrossRef
  14. Kise, M., Noguchi, N., Ishii, K., Terao, H. The development of the autonomous tractor with steering controller applied by optimal control. Proceedings of Automation Technology for Off-Road Equipment, Chicago, USA., 2002;(367–373).
  15. Liljedahl, L.A., John, S. Automatic tractor steering. Agri. Eng.1962;43(6):332-335.
  16. MacHardy, F.V. An automatic guidance system for farm tractors. Canadian Agri. Eng.1967;9:17-19.
  17. Moncaster, M.E., Harries, G.O. Automatic control of tractors and field machines. In Proceedings of the first international conference on robotics and intelligent machines in agriculture. ASAE Publication.1984; 4-84:
    120-127.
  18. Parish, Richard, L., Goering, C.E. Developing an automatic steering system for a hydrostatic vehicle. Transactions of the ASAE.1970;13(4):523-552.
    CrossRef
  19. Richey, C.B. Automatic pilot for farm tractors. Agri. Eng.1959;40(2):78-79.
  20. Schilling, E. The geometry of steering mechanism of tractors. Land technische Forschung, 1960; 10(1).
  21. Shinners, T.J, Digman, M.F., Panuska, J. C. Overlap loss of manually and automatically guided mowers. Applied Eng. in Agri.2012;28(1):5-8.
    CrossRef
  22. Shukla, L.N., Carroll, E.G., Day, C.L. The effect of tractor parameters on automatic steering. Diss. University of Missouri, Columbia, 1970.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.