Lua gcs:send named float 20 values limit

Hello, I’m trying to send 30 named value float @t 0,5hz with the lua command gcs:named_value_float().

I only get 20 values to mission planner.

I created this topic in discuss mission planner:
Gcs:send_named_float: 20 values limitation in mission planner - Ground Control Software / Mission Planner - ArduPilot Discourse

I also asked many month ago this:

Mission planner limits number of custom fields to 20? - Ground Control Software / Mission Planner - ArduPilot Discourse

nobody replyed…

I hope you can unlock this feature.

This is hard coded. Named_float is supposed to used for testing and debugging.
You can develop your own plugin to handle extra messages or use DATA64, DATA96 messages to send a larger amount of data at once, but you also need a plugin to process them.

2 Likes

Thank you Andreas.

Where is hard coded? Mission planner? Or ardupilot?

Can you help me to send data64 with lua ?

There is also named int but I don’t found lua biding for it…