Weight Calculation Explanation:
Weights are rounded to two decimal places.
For example, if a part weighs 7.185 kg, the weight field under the part will display 7.19 kg (rounded).
If there are 10 such parts in a nesting layout, the part_weight field of the nesting layout will display 71.85 kg (calculated as 7.19 kg × 10).
{
"gmid": 0,
"start_time": "string",
"end_time": "string"
}curl --location 'https://mcs-gateway.fscut.com/cn-api/api/open_platform/machine/result/list' \
--header 'appId: op191eb50f9b81873c' \
--header 'appSecret: appSecret' \
--header 'timestamp: 1743497261540' \
--header 'appSign: 13622d51e3e4f4935c8ba27728ed309f' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data '{
"gmid": 0,
"start_time": "string",
"end_time": "string"
}'{
"status": 0,
"msg": "OK",
"data": [
{
"uuid": "F01BD7CD-0A81-4B24-B66A-2B74D9BB370C", // Nesting Layout UUID
"plate_name": "排版1", // Layout Name ("Nesting 1")
"nest_name": "20240822_4", // Nesting Job Name ("20240822_4")
"width": 2000, // Plate Width (in mm)
"height": 1000, // Plate Height (in mm)
"thickness": 1, // Plate Thickness (in mm)
"material": "材质1", // Material Type ("Material 1")
"amount": 1, // Quantity of Plates
"parts": [ // List of Parts in this Layout
{
"uuid": "F1FBF9AF-3E76-4379-AD42-15CC868CAFD2", // Part UUID
"name": "5736957-D", // Part Name/ID ("5736957-D")
"width": 272, // Part Width (in mm)
"height": 350, // Part Height (in mm)
"amount": 1, // Number of Parts in the Layout
"area": 91440.65, // Part Area (in mm²)
"weight": 0.72 // Part Weight (in kg)
}
],
"abnor_info": [ // Abnormal (Leftover) Material Information
{
"name": "材质1-余料板-1.00-1", // Leftover Plate Name
"width": 1726, // Leftover Plate Width (in mm)
"height": 1000, // Leftover Plate Height (in mm)
"area"