syntax = "proto3"; message IV_struct_define { int32 Tempature = 1; int32 RunMode = 2; int32 SystemError=3; float RobotSpeed=4; float RobotPower=5; };