Thank you for your help. I found the answer I needed.
Modify this file:
/admin/controller/pages/catalog/product.php
Line 1043, set $v >= value to desired number. Default setting of 1000 was causing error when product weight was more than 999.99.
Also, make change to Abantecart database: Table "abmv_products", column_name "weight", set "data_type" to decimal(15,2) (in my case to allow whole integers of up to 15 digits and 2 after the decimal point).