WO2024046090A1 - Système modulaire de débogage de commande de mouvement de navire et procédé de débogage de commande de mouvement de navire - Google Patents

Système modulaire de débogage de commande de mouvement de navire et procédé de débogage de commande de mouvement de navire Download PDF

Info

Publication number
WO2024046090A1
WO2024046090A1 PCT/CN2023/112520 CN2023112520W WO2024046090A1 WO 2024046090 A1 WO2024046090 A1 WO 2024046090A1 CN 2023112520 W CN2023112520 W CN 2023112520W WO 2024046090 A1 WO2024046090 A1 WO 2024046090A1
Authority
WO
WIPO (PCT)
Prior art keywords
ship
control
motion
module
speed
Prior art date
Application number
PCT/CN2023/112520
Other languages
English (en)
Chinese (zh)
Inventor
夏天
刘序辰
王波
陶江平
尤德武
谢新
蒋荣勤
史艳龙
郭彦军
谢宇
周谊
刘晗
许威
焉诗萌
梁伟
沈璐璐
Original Assignee
上海船舶工艺研究所(中国船舶集团有限公司第十一研究所)
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 上海船舶工艺研究所(中国船舶集团有限公司第十一研究所) filed Critical 上海船舶工艺研究所(中国船舶集团有限公司第十一研究所)
Publication of WO2024046090A1 publication Critical patent/WO2024046090A1/fr

Links

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B23/00Testing or monitoring of control systems or parts thereof
    • G05B23/02Electric testing or monitoring
    • G05B23/0205Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults
    • G05B23/0208Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults characterized by the configuration of the monitoring system
    • G05B23/0213Modular or universal configuration of the monitoring system, e.g. monitoring system having modules that may be combined to build monitoring program; monitoring system that can be applied to legacy systems; adaptable monitoring system; using different communication protocols
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/20Pc systems
    • G05B2219/24Pc safety
    • G05B2219/24065Real time diagnostics

Definitions

  • the invention relates to the field of ship motion control, specifically a modular ship motion control debugging system and a ship motion control debugging method suitable for laboratory simulation.
  • the present invention provides a modular ship motion control simulation debugging system and ship motion control debugging method, which can meet the secondary development and debugging needs of normal speed and low speed ship motion control, and can compare and analyze changes in control parameters.
  • the movement change trend guides the debugging direction and improves debugging efficiency.
  • the ship motion control debugging system includes a motion control unit, a motion simulation unit and a debugging interface;
  • the motion control unit includes multiple modules for simulating the motion control mode of the ship.
  • the motion control mode of the ship includes under-actuation control of normal-speed ships, dynamic positioning control of low-speed ships, or optionally added editable motion control. algorithm;
  • the motion simulation unit includes a plurality of modules for simulating the motion state of ships with various main scales and propeller and rudder configurations;
  • the debugging interface is used to display the motion state change curves and phase trajectories of the multiple simulated ships through drawings, and adjust parameters of the motion control unit and/or each module of the motion simulation unit by comparing the multiple simulation results.
  • the motion control unit includes a measurement module, an estimation module and a control module;
  • the measurement module is used to simulate a compass to obtain a position reference system, analyze and process the data on ship motion status, propeller operating status and marine environment status transmitted by the motion simulation unit, and then transmit it to the estimation module;
  • the estimation module is used to process the data transmitted from the measurement module to calculate the motion state of the ship;
  • the estimation module includes a true value mode and a filtering mode that can be optionally set;
  • the estimation module defaults to the true value mode , directly using the measured values to calculate the motion state of the ship;
  • the filtering mode includes optionally set median filtering, Alpha-Beta filtering Wave, EKF filtering, passive observer, the filtering mode is used to filter and estimate the data transmitted from the measurement module through the filter and estimator to obtain smooth data;
  • the control module is used to configure the motion control type of the ship and its control methods and parameters;
  • the motion control type of the ship includes normal speed control and low speed control;
  • the normal speed control uses the rudder angle as the control variable, and the default is PID control , and the control parameters can be adjusted, and the control method can be customized to be added or edited;
  • the low-speed control uses the generalized control force of three degrees of freedom as the control variable, and the default is PID control, the control parameters can be adjusted, and the control method can be customized to be added or edited.
  • the control module calculates the control instructions based on the ship motion state calculated by the estimation module and the selected ship motion control type and its control method and parameters, and transmits it to the ship motion simulation unit.
  • the motion control unit also includes a feedforward module
  • the feedforward module is used to compensate for environmental interference data; the feedforward module includes no feedforward mode and wind feedforward mode. The default is no feedforward mode, and the wind feedforward mode can be optionally set.
  • the ship motion simulation unit includes a command module, a propeller and rudder module, an environment module, and a hull module;
  • the command module can optionally set the control force command mode and the propeller rudder command mode;
  • the control force command mode is to receive a three-degree-of-freedom generalized control force command from the ship motion control unit and transmit it to the propeller rudder module;
  • the propeller rudder module The command mode is to receive each propeller rudder command from the ship motion control unit and transmit it to the propeller rudder module;
  • the propeller rudder module includes an optional abstract propeller rudder module and a simulated propeller rudder module;
  • the abstract propeller rudder module simulates the dynamic characteristics of the generalized control force, updates the generalized control force according to the generalized control force instructions, and transmits it to the hull module;
  • the simulated propeller rudder module simulates the dynamic characteristics of each propeller rudder, configures the type, scale, and position of each propeller rudder, updates the propeller rudder status according to the propeller rudder instructions, and calculates the resultant force of each propeller rudder as a generalized control force based on the propeller rudder model. transmitted to the hull module;
  • the hull module includes a normal speed module and a low speed module that can be optionally set, and are used for motion simulation of normal speed ships or for motion simulation of low speed ships.
  • Ship mathematical model modules suitable for different environments can be selected or added; in the normal speed module, In the speed module, a mathematical model for simulating the ship's normal speed motion is generated by inputting the main scale parameters of the ship; after inputting the ship mass and damping parameters into the low-speed module, a mathematical model for simulating the low-speed motion of the ship is generated; the hull module receives the propeller rudder control force , and update the ship motion status according to the corresponding ship mathematical model.
  • the normal speed module includes an uphole model and a propeller rudder model; the normal speed module performs constant speed control by setting a free rudder mode;
  • the low-speed module includes a hull model and a control force model; the low-speed module performs low-speed control by setting automatic direction and automatic positioning methods.
  • the ship motion simulation unit also includes an environment module
  • the environment module includes optionally set wind models, wave models, and flow models; in the wind model, the absolute wind speed, absolute wind direction, wind pressure coefficient, gust parameters, and random wind parameters of the average wind can be set; in the In the wave model, significant wave height, absolute wave direction, and wave spectrum can be set; in the flow model, absolute flow speed, absolute flow direction, and flow force tables can be set; the environment module is configured according to the selected parameters and ship motion. status, calculate the environmental interference force acting on the hull, and transmit it to the hull module;
  • the hull module receives the propeller rudder control force and environmental interference force, and updates the ship's motion status according to the corresponding ship mathematical model.
  • the debugging interface includes a configuration area, a drawing area and a simulation speed control area
  • the configuration area is used to configure the simulation time, control unit, and simulation unit;
  • the drawing area is used to display the heading, longitudinal, and transverse motion states and phase plane diagrams
  • the simulation speed doubling control area is used to control the speed doubling during the simulation process.
  • the configuration area is also equipped with a refresh button, whose default value is set to not refresh, to display the motion state change curves and phase trajectories of multiple simulated ships to facilitate comparison and analysis; when refresh is clicked, the drawing area The data inside is cleared.
  • a refresh button whose default value is set to not refresh, to display the motion state change curves and phase trajectories of multiple simulated ships to facilitate comparison and analysis; when refresh is clicked, the drawing area The data inside is cleared.
  • This application also provides a ship motion control debugging method, including the steps:
  • the low-speed ship motion mathematical model and its PID-based automatic orientation and/or automatic positioning control scheme are loaded and can be run directly;
  • the invention provides a modular ship motion control simulation debugging system and a ship motion control debugging method, which can meet the secondary development and debugging needs of normal-speed and low-speed ship motion control, and can comparatively analyze the motion change trends when control parameters change. , guide the debugging direction and improve debugging efficiency.
  • This application adopts a modular design so that it can be configured with different ship motion types and control types, and is suitable for secondary development of motion control for different ships.
  • the debugging interface can issue the desired pose to the motion control unit, and can also set its control parameters. It can also be displayed graphically to visualize the debugging information, facilitate insight into the movement trends and influence patterns caused by parameter changes, guide debugging ideas, and avoid debugging. Invalid trial and error in the process reduces the boredom and confusion during the debugging process, and improves the debugging experience and efficiency.
  • Figure 1 is a technical roadmap of the modular ship motion control debugging system of the present invention
  • Figure 2 is a partial frame structure diagram of the modular ship motion control debugging system of the present invention.
  • Figure 3 is a schematic diagram of the debugging interface of the present invention.
  • Figure 4 is a schematic diagram of the coordinate reference system used in the present invention.
  • Figure 5 is a frame structure diagram of the modular ship motion control debugging system of the present invention.
  • Figure 6 shows the dynamic control unit, motion simulation unit and debugging interface of the modular ship motion control debugging system of the present invention. Schematic diagram of the data signal connection relationship between surfaces;
  • Figure 7 is a flow chart of the ship motion control debugging method of the present invention.
  • a modular ship motion control simulation debugging system which can meet the secondary development and debugging needs of normal-speed and low-speed ship motion control, can compare and analyze the motion change trend when the control parameters change, and guide the debugging direction. , improve debugging efficiency.
  • the debugging system mainly has the following functions:
  • the mathematical model of normal-speed ship motion is suitable for normal-speed motion control such as autopilot, including longitudinal model, uphole model, main thrust model, rudder model, etc.
  • the mathematical model of low-speed ship motion is suitable for low-speed motion control such as automatic orientation and automatic positioning, etc.
  • interference models for the marine environment as needed, including wind models, wave models, and current models.
  • This system provides basic control functions, such as automatic steering of normal-speed ships, automatic orientation and automatic positioning of low-speed ships.
  • other functions can be secondary developed based on this system.
  • This system provides PID control algorithm, suitable for autopilot, automatic orientation and automatic positioning. If other control algorithms are needed, they can be customized and added based on the PID algorithm format.
  • the debugging process is easy to repeat. This system provides a debugging interface through which the control system can be flexibly configured. After the configuration is completed, when debugging a certain control parameter, you only need to change the control parameters on the interface and then run it. The debugging process is easy to repeat. The initial conditions of the simulation remain unchanged, making it easy to compare and analyze the control effects.
  • Debugging information facilitates comparative analysis.
  • the debugging interface supports multiple simulations to be displayed in the same drawing to facilitate observation of ship motion changes caused by changes in control parameters and guide the debugger to discover debugging rules.
  • the debugging interface also supports the display of phase trajectory diagrams.
  • the phase trajectory can clearly reflect the status changes of the system, more intuitively display the changing rules of ship motion, and facilitate parameter debugging.
  • the debugging interface supports manually refreshing the drawing area and clearing the displayed data.
  • the technical solution of the present invention includes functional design and modular design:
  • the debugging system includes a simulated ship motion control unit, a simulated ship motion simulation unit and a debugging interface.
  • the functions of the ship motion control unit include: determining the control type, selecting the control function and its control algorithm, receiving control algorithm parameters; and calculating control instructions based on the measurement information and desired posture.
  • the functions of the ship motion simulation unit include: determining the motion type, selecting the hull model, propeller and rudder model and environment model, receiving control instructions, and updating the ship motion status, propeller and rudder information and environmental information according to the mathematical model.
  • the functions of the debugging interface include: configuring the ship motion control unit; configuring the ship motion simulation unit; configuring simulation conditions; drawing and displaying multiple simulation results and debugging information for the debugger to compare, analyze and make decisions.
  • the technical route of each function is shown in Figure 1.
  • the feature of the present invention is modularization, and the technical route of modular design is shown in Figure 2. Whether it is the motion simulation of a normal-speed ship or a low-speed ship, the common feature of the motion simulation is that the motion simulation unit can be divided into three parts, the actuator, the controlled object and environmental interference. Based on these common characteristics, each part is modularly designed to realize ship motion simulation of different motion types.
  • the specific modularization method is as follows:
  • the actuator includes a propeller rudder module and a control force module, which can be selected through configuration.
  • the controlled objects include the well model module and the analytical model module, which can be selected through configuration.
  • Environmental interference includes wind module, wave module, and flow module, and multiple selections can be made through configuration.
  • ship motion control is also divided into two categories: normal speed ship motion control and low speed ship motion control.
  • the control functions include autopilot, automatic track, etc., among which the autopilot function is the basic function.
  • the control functions include self-defined orientation, automatic positioning, low-speed path tracking, low-speed trajectory tracking, etc., among which automatic orientation and automatic positioning are the basic functions.
  • This embodiment implements basic functions.
  • secondary development can be carried out based on this debugging system.
  • the common feature of the above control functions is that the control unit includes three parts, measurement system, filtering/estimation and control algorithm. Each part can be modularized to realize the above control functions. Based on this feature, the ship's motion control unit is modularly designed, with the specific contents as follows:
  • the measurement system includes true value mode and simulation mode; if the true value mode is selected, the measurement system directly obtains the ship's motion state; if the simulation mode is selected, the configured position reference system, compass and other sensors are simulated to measure the ship's motion state. Measurement acquisition.
  • Filtering/estimation includes a variety of modules, which can be selected as needed. Filtering and estimation are not required by default.
  • the control algorithm includes a variety of modules, the default is the PID algorithm module, and other control algorithm modules can be added as needed.
  • the beneficial effect of the present invention is that compared with the traditional control parameter debugging work, the debugging system does not need to modify and adjust the code. It only needs to configure the corresponding parameters on the debugging interface to observe the debugging effect, which greatly improves the efficiency of the debugging work. efficiency to meet the motion control design and debugging needs of different ships.
  • the present invention provides two usable configuration solutions, which can be directly read and used through the debugging interface as shown in Figure 3, or based on these two configurations, simple configuration on the debugging interface can achieve multiple usages:
  • the debugging interface can be expanded with new control algorithms, easy to configure, and can save customized configuration plans.
  • Embodiment 2 of the present invention provides a modular ship motion control simulation and debugging system, which mainly includes three parts: a ship motion simulation unit, a ship motion control unit and a debugging interface.
  • a ship motion simulation unit mainly includes three parts: a ship motion simulation unit, a ship motion control unit and a debugging interface.
  • the function of the ship motion simulation unit is to simulate the motion characteristics of the ship and provide simulation of the real ship for the motion control debugging of normal-speed and low-speed ships.
  • the technical content involved in this module is shown in Figure 1, and mainly includes:
  • Propeller model mainly a speed-controlled propeller model, usually the main thruster
  • Environmental interference model usually including the impact of wind, waves and currents on the hull.
  • OXYZ represents the appendage coordinate system fixed at a certain point on the ship, and stipulates that the OX axis points to the bow, the OY axis points to the starboard side, and the OZ axis points vertically to the keel.
  • the kinematic equation represents the mutual conversion relationship between the ship's motion in the two coordinate systems; the dynamic equation describes the various influences on the ship and how they change accordingly.
  • the dynamic equation uses fluid inertia force, viscosity force, propeller rudder force and environmental interference force to drive the change of the ship's motion state, where:
  • I zz the moment of inertia of the hull around the z-axis
  • X represents the longitudinal force on the hull
  • Y represents the lateral force on the hull
  • N represents the rotational moment on the hull
  • the subscript H represents the viscous fluid force of the bare hull
  • the subscript P indicates the thrust of the propeller on the hull
  • the subscript R indicates the rudder force on the hull
  • the subscript E indicates the interference force of the marine environment to the hull
  • x G is the distance between the center of gravity and amidships, and the center of gravity is forward.
  • the result of the ship's fluid inertia force is equivalent to the mass and moment of inertia of the object increasing by a certain value, which is called the additional mass and additional moment of inertia.
  • the ship's additional mass and additional moment of inertia are usually approximated by the approximate estimation formula obtained by Zhou Zhaoming's multiple regression analysis of Japan's famous Genliang diagram.
  • the maneuvering speed of the ship needs to be taken into account when calculating the viscous hydrodynamic forces of the hull.
  • ship maneuvers with speeds higher than 5 knots belong to the normal speed range ship motion type and adopt the Guidao model.
  • the structure of the bare hull model of the Guidao model is
  • X′ uu is the resistance coefficient of direct navigation
  • X′ vv , X′ vr , X′ rr are longitudinal coupling hydrodynamic derivatives
  • Y′ v , Y′ r , N′ v , N′ r are linear hydrodynamic derivatives
  • Y′ vv , Y′ rr , Y′ vvr , Y′ vrr , N′ vv , N′ rr , N′ vvr , N′ vrr are nonlinear hydrodynamic derivatives.
  • m is the hull mass
  • Izz is the moment of inertia of the hull around the Z axis
  • m x , m y and additional inertia J zz are the hydrodynamic coefficients of hull inertia, which can be calculated by CFD technology;
  • r are the viscous hydrodynamic coefficients of the hull, which can be calculated through CFD technology and then fitted.
  • the propeller thrust calculation method generally uses the experimental results of open water propellers, then considers the impact of the hull on the propeller and the impact of the propeller on the hull, and then takes into account the interference of the rudder on the propeller.
  • the thrust calculation formula is
  • X P is the longitudinal thrust, N
  • is the fluid density, kg/m 3 ;
  • n is the propeller speed, rpm
  • D p is the propeller diameter, m
  • k T is the thrust coefficient of the open water propeller
  • the hydrodynamic model acting on the rudder is
  • X R , Y R , and NR are respectively the longitudinal force, transverse force, and rotational moment caused by the fluid reaction on the hull caused by steering;
  • is the rudder angle
  • F N is the positive pressure on the rudder
  • t R , a H , x H are used to represent the interference coefficient of the rudder to the hull.
  • V a is the wind speed
  • ⁇ a is the air density
  • a f is the orthographic projection area of the ship above the waterline
  • a s is the projected area of the ship side above the waterline
  • ⁇ R is the wind angle
  • C Wx , C Wy , and C Wn are the wind pressure (moment) coefficients on each degree of freedom respectively.
  • the wave drift force estimation formula of irregular waves is:
  • represents the density of seawater
  • g represents the acceleration of gravity
  • represents the wavelength
  • represents the relative wave direction
  • n represents the number of regular wave components
  • ⁇ i represents the circular frequency of a certain regular wave component
  • ⁇ i represents the frequency difference between regular waves of adjacent frequencies
  • the subscript H represents the viscous hydrodynamic force
  • the subscript PR indicates the hydrodynamic force caused by the propeller rudder.
  • the control unit obtains the controller and other related parameters by reading the configuration file; then based on the expected position, speed, acceleration and other information set by the user, as well as the ship's position, heading, wind speed and direction measured by the sensor as input to the control unit ; In order to ensure that the control instructions are smooth and stable, various information can be filtered and estimated, and then it is determined whether to implement wind feedforward control as needed; and the control parameters are adjusted according to the debugging information and the control instructions are calculated.
  • the ship motion control unit can realize the automatic steering of normal-speed ships and the automatic orientation and automatic positioning functions of low-speed ships.
  • the operation steps of the autopilot function are as follows:
  • control functions such as autopilot, automatic orientation and automatic positioning
  • the algorithm is presented as a function.
  • the function functions include:
  • PID control Proportional (P) integral (I) differential (D) control
  • the proportion, integral and differential of the deviation are linearly combined to form a control quantity to control the movement of the ship.
  • the control rules implemented in its control subject are:
  • the interface has three functions: (1) controls the simulation process, and can adjust the simulation duration and simulation speed; (2) can configure the ship motion control unit and motion simulation unit to realize the control functions of various ships; (3) provides a debugging interface and Debugging information, where the debugging information includes motion state change curves and phase trajectories, as shown in Figure 3.
  • GUI module GUI module
  • setting module configuration module
  • drawing module drawing module
  • data module data module
  • communication module communication module
  • the GUI module is used for the debugger to interact with the simulation process. It is implemented based on MATLAB DesignApp and is convenient and fast;
  • Setting module including settings of simulation duration and simulation speed
  • the configuration module is used for configuring, reading, and saving ship motion control units and motion simulation units. It is suitable for a variety of ships and a variety of control functions, and facilitates the custom expansion and addition of various ships and various control functions;
  • the drawing module vividly displays running information and debugging information, making it easier for the debugger to observe and guide the debugging direction;
  • Data module used to transfer and store various data.
  • a modular ship motion control simulation debugging system includes a motion control unit, a motion simulation unit and a debugging interface; the motion control unit is based on modular design and is suitable for Underactuated control of normal-speed ships is also suitable for dynamic positioning (DP) control of low-speed ships, and different control algorithms can also be selected and added; the motion simulation unit is based on a modular design to be suitable for various main scales and propellers.
  • Ship motion control with rudder configuration; the debugging interface can set parameters and control methods, and at the same time draw and display the ship motion status and related information, which is beneficial to the debugging process.
  • each module of the unit needs to be configured, including the measurement module, estimation module, feedforward module, and control module.
  • the simulation can be run only after the configuration is completed.
  • the configuration parameters can be saved into the configuration file and the stored configuration can be read. file; the characteristics of each module are as follows:
  • Measurement module Analog compass, position reference system, wind sensor, propeller and rudder device feedback, etc., measure and process the ship motion status, propeller operating status and marine environment status transmitted from the ship motion simulation unit, and then transmit to the estimation module;
  • Estimation module Filters and estimates the data transmitted from the measurement module to obtain smooth data and unmeasurable data; the default is true value mode, using measured values directly without designing filters or estimators; other modes can be selected Value filtering, Alpha-Beta filtering, EKF filtering, passive observer;
  • Feedforward module can compensate for measurable rapidly changing environmental interference; its default is no feedforward mode, and wind feedforward mode can be selected;
  • Control module The ship's motion control type and its control methods and parameters can be configured; the control type includes normal speed control and low speed control; the normal speed control uses the rudder angle as the control variable, the default is PID control, the control parameters can be debugged, and can be customized Add other control methods that need to be debugged; low-speed control uses the generalized control force of three degrees of freedom as the control variable. The default is PID control.
  • the control parameters can be debugged. Other control methods that need to be debugged can be customized; ship motion calculated based on the estimation module status and selected control method, the control module calculates the control instructions and transmits them to the ship motion simulation unit.
  • each module of the unit needs to be configured, including the command module, propeller and rudder module, environment module, and hull module.
  • the simulation can only be run after the configuration is completed.
  • the configuration parameters can be saved into the configuration file and the stored configuration file can be read. ;
  • the characteristics of each module are as follows:
  • the command module can select the control force command mode or the propeller rudder command mode; the control force command mode receives the three-degree-of-freedom generalized control force command from the ship motion control unit and transmits it to the propeller rudder module; the propeller rudder command mode receives the three-degree-of-freedom generalized control force command from the ship motion control unit. Receive each propeller rudder command and transmit it to the propeller rudder module;
  • the propeller rudder module includes the abstract propeller rudder module and the simulated propeller rudder module, which can be selected individually; the abstract propeller rudder module simulates the dynamic characteristics of the generalized control force, and can update the generalized control force according to the generalized control force instructions and transmit it to the hull module; simulated propeller rudder The module simulates the dynamic characteristics of each propeller rudder, and can configure the type, scale, and position of each propeller rudder. It can update the propeller rudder status according to the propeller rudder instructions, and calculate the resultant force of each propeller rudder based on the propeller rudder model, that is, the generalized control force, and transmit it to hull module;
  • the environment module can configure the ocean environment, and choose whether to add the influence of wind, waves, and currents. Multiple selections are possible; if you check wind, you can continue to set the absolute wind speed, absolute wind direction, wind pressure coefficient, gust parameters, and random wind parameters of the average wind; check If you select Wave, you can continue to set the meaningful wave height, absolute wave direction, and wave spectrum; if you select Flow, you can continue to set the absolute flow speed, absolute flow direction, and flow force table; the environment module calculates the effects on the hull based on the above configuration and the ship's motion status. The environmental interference force is transmitted to the hull module;
  • the hull module can configure the motion type of the ship, which is suitable for the motion simulation of both normal-speed ships and low-speed ships.
  • Different ship mathematical model modules can also be selected and added, which is suitable for ship motion simulation in open deep sea areas; After selecting the normal speed module, enter the main scale parameters of the ship for configuration to obtain a mathematical model that simulates the normal speed motion of the ship; after selecting the low speed module, enter the ship mass and damping parameters for configuration to obtain a mathematical model that simulates the low speed motion of the ship; the hull module receives The propeller rudder control force and environmental interference force update the ship's motion status according to the corresponding ship mathematical model.
  • the debugging interface includes a configuration area, a drawing area and a simulation multi-speed control area; the configuration area configures the simulation time, control unit, and simulation unit; the drawing area can display the heading, longitudinal, and transverse motion status and phase plan, and is equipped with refresh
  • the button is not refreshed by default and can display multiple debugging effects to facilitate comparison and analysis.
  • a modular ship motion control simulation debugging system is provided.
  • the modular ship motion control debugging system includes a motion control unit 1 , a motion simulation unit 2 and a debugging interface 3 .
  • it is the data signal connection relationship between the dynamic control unit 1, the motion simulation unit 2 and the debugging interface 3 of the modular ship motion control debugging system.
  • the motion control unit 1 includes a plurality of modules for simulating the motion control mode of a ship.
  • the motion control mode of the ship includes under-actuation control of a normal-speed ship, dynamic positioning control of a low-speed ship, or optionally added editable motion. control algorithm.
  • the motion simulation unit 2 includes multiple modules for simulating the motion states of ships with various main dimensions and propeller and rudder configurations.
  • the debugging interface 3 is used to display the motion state change curves and phase trajectories of the multiple simulated ships through drawings, and adjust the parameters of the motion control unit and/or each module of the motion simulation unit by comparing the multiple simulation results.
  • the motion control unit 1 includes a measurement module 11 , an estimation module 12 , a feedforward module 13 and a control module 14 .
  • the measurement module 11 is used to simulate a compass to obtain a position reference system, analyze and process the data on ship motion status, propeller operating status and marine environment status transmitted by the motion simulation unit, and then transmit it to the estimation module.
  • the estimation module 12 is used to process the data transmitted from the measurement module to calculate the motion state of the ship; the estimation module includes a true value mode and a filtering mode that can be optionally set; the estimation module defaults to the true value mode, directly using measured values to calculate the motion state of the ship; the filtering mode includes optionally set median filtering, Alpha-Beta filtering, EKF filtering, and passive observer, and the filtering mode is used to pass filters and estimators Filter and estimate the data transmitted from the measurement module to obtain smooth data.
  • the feedforward module 13 is used to compensate for environmental interference data; the feedforward module 13 includes a no feedforward mode and a wind feedforward mode. The default is the no feedforward mode, and the wind feedforward mode can be optionally set.
  • the control module 14 is used to configure the motion control type of the ship and its control methods and parameters;
  • the motion control type of the ship includes normal speed control and low speed control;
  • the normal speed control uses the rudder angle as the control variable, and the default is PID control, and the control parameters can be adjusted, and the control method can be customized to be added or edited;
  • the low-speed control uses the generalized control force of three degrees of freedom as the control variable, and the default is PID control, the control parameters can be adjusted, and the control can be customized to be added or edited.
  • Method the control module calculates the control instructions based on the ship motion state calculated by the estimation module and the selected ship motion control type and its control method and parameters, and transmits it to the ship motion simulation unit.
  • the ship motion simulation unit 2 includes a command module 21 , a propeller module 22 , and a hull module 24 .
  • the command module 21 can optionally set the control force command mode and the propeller rudder command mode; the control force command mode is to receive a three-degree-of-freedom generalized control force command from the ship motion control unit and transmit it to the propeller rudder module; the propeller rudder module The rudder command mode is to receive each propeller rudder command from the ship motion control unit and transmit it to the propeller rudder module.
  • the propeller rudder module 22 includes an optional abstract propeller rudder module and a simulated propeller rudder module; the abstract propeller rudder module simulates the dynamic characteristics of the generalized control force, updates the generalized control force according to the generalized control force instructions, and transmits it to the hull module ; The simulated propeller rudder module simulates the dynamic characteristics of each propeller rudder, configures the type, scale, and position of each propeller rudder, updates the propeller rudder status according to the propeller rudder instructions, and calculates the resultant force of each propeller rudder as a generalized control force based on the propeller rudder model. , transmitted to the hull module.
  • the hull module 24 includes a normal speed module 241 and a low speed module 242 that can be optionally set, and are used for motion simulation of normal speed ships or for motion simulation of low speed ships, and ship mathematical model modules suitable for different environments can be selected or added;
  • a mathematical model of simulated ship normal speed motion is generated by inputting the main scale parameters of the ship;
  • a mathematical model of simulated ship low speed motion is generated after inputting ship mass and damping parameters; the hull module receives a propeller rudder control force, and the ship motion status is updated according to the corresponding ship mathematical model.
  • the normal speed module 241 includes an well model 2411 and a propeller rudder model 2412; the normal speed module 24 performs normal speed control by setting a free rudder mode; the low speed module 242 includes a hull model 2421 and a control force Model 2422; the low-speed module performs low-speed control by setting automatic direction and automatic positioning methods.
  • the ship motion simulation unit also includes an environment module 23; the environment module 23 includes a wind model 231, a wave model 232, and a flow model 233 that can be optionally set; in the wind model 231, The absolute wind speed, absolute wind direction, wind pressure coefficient, gust parameters, and random wind parameters of the average wind; in the wave model 232, meaningful wave height, absolute wave direction, and wave spectrum can be set; in the flow model 233, Absolute flow speed, absolute flow direction, and flow force tables can be set; the environment module 23 calculates the environmental interference force acting on the hull according to the selected parameter configuration and the ship's motion state, and transmits it to the hull module 24; the hull module 24 Receive the propeller rudder control force and environmental interference force, and update the ship's motion status according to the corresponding ship mathematical model.
  • the environment module 23 includes a wind model 231, a wave model 232, and a flow model 233 that can be optionally set; in the wind model 231, The absolute wind speed, absolute wind direction, wind pressure coefficient, gust parameters, and
  • the debugging interface 3 includes a configuration area 31 , a drawing area 32 and a simulation speed control area 33 .
  • the configuration area 31 is used to configure the simulation time, control unit, and simulation unit;
  • the drawing area 32 is used to display the heading, longitudinal, and transverse motion states and phase plane diagrams;
  • the simulation speed control area 33 is used to control Double speed during simulation.
  • the configuration area 31 is also provided with a refresh button, the default value of which is set to not refresh, to display the motion state change curves and phase trajectories of multiple simulated ships to facilitate comparison and analysis; when refresh is clicked, the drawing The data in the area is cleared.
  • this application also provides a ship motion control debugging method, including the steps:
  • the invention provides a modular ship motion control simulation debugging system and a ship motion control debugging method, which can meet the secondary development and debugging needs of normal-speed and low-speed ship motion control, and can comparatively analyze the motion change trends when control parameters change. , guide the debugging direction and improve debugging efficiency.
  • This application adopts a modular design so that it can be configured with different ship motion types and control types, and is suitable for secondary development of motion control for different ships.
  • the debugging interface can issue the desired pose to the motion control unit, and can also set its control parameters. It can also be displayed graphically to visualize the debugging information, facilitate insight into the movement trends and influence patterns caused by parameter changes, guide debugging ideas, and avoid debugging. Invalid trial and error in the process reduces the boredom and confusion during the debugging process, and improves the debugging experience and efficiency.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Feedback Control In General (AREA)

Abstract

Système modulaire de débogage de commande de mouvement de navire et procédé de débogage de commande de mouvement de navire. Le système de débogage de commande de mouvement de navire comprend une unité de commande de mouvement (1), une unité de simulation de mouvement (2) et une interface de débogage (3). Des exigences de développement et de débogage secondaires de commande de mouvement de navire à vitesse normale et à vitesse réduite peuvent être satisfaites. Des tendances de changement de mouvement lorsque des paramètres de commande changent peuvent être comparées et analysées, ce qui permet de guider la direction de débogage et d'améliorer l'efficacité de débogage. Une conception modulaire est utilisée, permettant au système de configurer différents types de mouvement de navire et différents types de commande et d'être applicable à un développement secondaire de commande de mouvement sur différents navires. L'interface de débogage (3) permet de délivrer une pose souhaitée à l'unité de commande de mouvement, de régler également des paramètres de commande de l'unité de commande de mouvement et d'effectuer en outre un affichage graphique pour permettre la visualisation d'informations de débogage, faciliter un aperçu des tendances de mouvement et influencer des motifs provoqués par des changements de paramètre, guider des concepts de débogage, éviter des tests invalides pendant un processus de débogage, réduire les sensations de liberté et de trouble pendant le processus de débogage et améliorer l'expérience et l'efficacité de débogage.
PCT/CN2023/112520 2022-08-31 2023-08-11 Système modulaire de débogage de commande de mouvement de navire et procédé de débogage de commande de mouvement de navire WO2024046090A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202211057856.3 2022-08-31
CN202211057856.3A CN115629590A (zh) 2022-08-31 2022-08-31 模块化的船舶运动控制调试系统及船舶运动控制调试方法

Publications (1)

Publication Number Publication Date
WO2024046090A1 true WO2024046090A1 (fr) 2024-03-07

Family

ID=84903365

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2023/112520 WO2024046090A1 (fr) 2022-08-31 2023-08-11 Système modulaire de débogage de commande de mouvement de navire et procédé de débogage de commande de mouvement de navire

Country Status (2)

Country Link
CN (1) CN115629590A (fr)
WO (1) WO2024046090A1 (fr)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115629590A (zh) * 2022-08-31 2023-01-20 上海船舶工艺研究所(中国船舶集团有限公司第十一研究所) 模块化的船舶运动控制调试系统及船舶运动控制调试方法

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01150189A (ja) * 1987-12-08 1989-06-13 Mitsui Zosen Akishima Kenkiyuushiyo:Kk ミニ操船シミュレータ
CN104483845A (zh) * 2014-11-21 2015-04-01 大连海事大学 一种船舶自动舵算法测试仿真系统
CN105676871A (zh) * 2016-01-19 2016-06-15 武汉理工大学 基于模型船的欠驱动无人船自主航行控制仿真系统及方法
CN108897322A (zh) * 2018-07-18 2018-11-27 大连海事大学 无人船自主航行航迹跟踪控制器测试仿真平台及工作方法
CN113110468A (zh) * 2021-04-22 2021-07-13 中国船舶重工集团公司第七0七研究所九江分部 一种应用于欠驱动双桨双舵船舶自主靠泊的控制方法
CN115629590A (zh) * 2022-08-31 2023-01-20 上海船舶工艺研究所(中国船舶集团有限公司第十一研究所) 模块化的船舶运动控制调试系统及船舶运动控制调试方法

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01150189A (ja) * 1987-12-08 1989-06-13 Mitsui Zosen Akishima Kenkiyuushiyo:Kk ミニ操船シミュレータ
CN104483845A (zh) * 2014-11-21 2015-04-01 大连海事大学 一种船舶自动舵算法测试仿真系统
CN105676871A (zh) * 2016-01-19 2016-06-15 武汉理工大学 基于模型船的欠驱动无人船自主航行控制仿真系统及方法
CN108897322A (zh) * 2018-07-18 2018-11-27 大连海事大学 无人船自主航行航迹跟踪控制器测试仿真平台及工作方法
CN113110468A (zh) * 2021-04-22 2021-07-13 中国船舶重工集团公司第七0七研究所九江分部 一种应用于欠驱动双桨双舵船舶自主靠泊的控制方法
CN115629590A (zh) * 2022-08-31 2023-01-20 上海船舶工艺研究所(中国船舶集团有限公司第十一研究所) 模块化的船舶运动控制调试系统及船舶运动控制调试方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
YAO HUA HU: "A simulation system for ship motion control", JOURNAL OF DALIAN MARITIME UNIVERSITY, vol. 26, no. 2, 15 June 2000 (2000-06-15), pages 25 - 28, XP093142957 *

Also Published As

Publication number Publication date
CN115629590A (zh) 2023-01-20

Similar Documents

Publication Publication Date Title
CN106292287B (zh) 一种基于自适应滑模控制的uuv路径跟踪方法
CN107168312B (zh) 一种补偿uuv运动学和动力学干扰的空间轨迹跟踪控制方法
CN105843233B (zh) 一种基于非线性观测器的自主水下航行器运动控制方法
CN107957727B (zh) 水下机器人控制系统及动力定位方法
Skjetne et al. A nonlinear ship manoeuvering model: Identification and adaptive control with experiments for a model ship
Dukan et al. Dynamic positioning system for a small size ROV with experimental results
Hegrenaes et al. Comparison of mathematical models for the HUGIN 4500 AUV based on experimental data
WO2024046090A1 (fr) Système modulaire de débogage de commande de mouvement de navire et procédé de débogage de commande de mouvement de navire
WO2015134759A1 (fr) Systèmes et procédés d'interface utilisateur de navigation
JP2017206154A (ja) 水中航走体制御装置、水中航走システム、水中航走体制御方法及びプログラム
CN110083057A (zh) 基于水翼运动姿态的pid控制方法
CN112015086B (zh) 一种欠驱动水面船有限时间路径跟踪输出反馈控制方法
Zhou et al. Dynamic modeling and motion control of a novel conceptual multimodal underwater vehicle for autonomous sampling
CN114721298A (zh) 一种小型无人船的虚拟仿真控制系统
CN113467231A (zh) 基于侧滑补偿ilos制导律的无人艇路径跟踪方法
CN117250971B (zh) 一种微小型auv的控制方法
CN109521798A (zh) 基于有限时间扩张状态观测器的auv运动控制方法
CN116482984B (zh) 基于船舶拖缆张力监测的模型自适应最优控制方法及系统
CN106773740B (zh) 一种临近空间浮空器风场自适应调整装置及方法
Lind et al. Simulation and control of submarines
Steenson et al. Maneuvering of an over-actuated autonomous underwater vehicle using both through-body tunnel thrusters and control surfaces
Cutipa-Luque et al. Robust control of an underactuated auv
Bühler et al. Dynamic simulation model for an autonomous sailboat
Avizzano et al. Design of a motion based sailing simulator
Smierzchalski The structure of the control system for a dynamically positioned ship

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 23859124

Country of ref document: EP

Kind code of ref document: A1