====== Carri Laads 74 4313 (TWA NLA1) ======
|<100% 30% 70%>|
|{{ :l:nat:74:74_4313_laads_twa_nla1.jpg?direct&200 |}} |**L** -> Carro pianale ad assi di tipo speciale|
|:::|**aa** -> Multiplo|
|:::|**d** -> Ad un solo piano per trasporto veicoli|
|:::|**s** -> Ammesso a circolare al regime S (100 km/h)|
----
===== scheda tecnica =====
|<100% 50% 50%>|
|Marcatura letterale|[[l:laads]] |
|Marcatura numerica|24 74 4313 000-050|
|Tipo|TWA NLA1 |
|Nazione di immatricolazione|[[nat:74|]] |
|Regime di scambio|[[riv:24]]|
|Sigla immatricolazione|S-TWA |
|Società detentrice|[[prop:transwaggon|]] |
|Lunghezza (tra i respingenti)| 27.000 mm|
|Lunghezza //pdc// |12.670 mm + 12.670 mm|
|Superficie|74 m2|
|Passo| 9.000 mm + 4.140 mm + 9.000 mm|
|Raggio minimo in curva| 75 m|
|Tara media| 26,5 t|
|Limite di carico|
|<100% 20% 20% 20% 20% 20%>|
| | A | B | C | |
| S | 37,5 t | 45,5 t | 53,5 t | |
| 120 | 00,0 t ||| |
|
----
===== immagini =====
[[https://gallery.carrimerci.it/index.php?/category/73|Galleria fotografica]]
~~NOCACHE~~
|
$cat_id = 73;
$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;
}
|
----