====== Carri Laadrs 87 4354 (TVD 407) ======
|<100% 30% 70%>|
|{{ :l:nat:87:87_4354_laadrs_tvd_407.jpg?direct&200 | }} |**L** -> Carro pianale ad assi di tipo speciale|
|:::|**aa** -> Multiplo|
|:::|**d** -> Ad un solo piano per trasporto veicoli|
|:::|**r** -> A due elementi: lunghezza //pdc// ≥ 27 m|
|:::|**s** -> Ammesso a circolare al regime S (100 km/h)|
----
===== scheda tecnica =====
|<100% 50% 50%>|
|Marcatura letterale|[[l:laadrs]] |
|Marcatura numerica|23 87 4354 200...300|
|Tipo|TVD 407|
|Nazione di immatricolazione|[[nat:87]]|
|Regime di scambio|[[riv:23]]|
|Sigla immatricolazione|F-GEFCO |
|Società detentrice|[[prop:gefco]] |
|Lunghezza (tra i respingenti)|33.000 mm|
|Lunghezza //pdc// |31.760 mm|
|Passo|10.000 mm + 6.500 mm + 10.000 mm|
|Raggio minimo in curva|75 m|
|Tara media|35 t|
|Limite di carico|
|<100% 10% 10% 10% 10% 10%>|
| | A | B | C |
| S | 29,0 t ||| {{stars>2}} |
| 120 | 00,0 t ||| |
|
----
===== immagini =====
|
$cat_id = 74;
$per_page = 6;
$site = "https://gallery.carrimerci.it/ws.php?format=php&method=" ; //CONFIG: your site Api address
$get_api = $site . "pwg.categories.getImages&recursive=true&cat_id=$cat_id&order=date_upload&per_page=$per_page";
$resp_arr = unserialize(file_get_contents($get_api)); //get the response and put to array
foreach ($resp_arr["result"]["images"] as $value) {
echo '' . PHP_EOL;
}
|