Stormworks: Build and Rescue

Stormworks: Build and Rescue

31 oy
UCT Tractor
   
Ödül
Favorilere Ekle
Favorilere Eklendi
Favorilerden Çıkar
Vehicles: Creative, Land, Mechanical
Microcontrollers: Microcontroller
Etiketler: v0.10.11
Dosya Boyutu
Gönderilme
Güncellenme
209.563 KB
24 Şub 2020 @ 1:07
25 Mar 2020 @ 14:35
2 Değişiklik Notu ( görüntüle )

İndirmek için abone ol
UCT Tractor

Açıklama
Made in accordance with SIBTaT
controller for transmitting data on the operation of lighting devices, brake and steering functions from the tractor to the semi-trailer
6 Yorum
☦︎ ツドラゴン Ⅷ ❖ 21 Nis 2021 @ 23:51 
ok!
JarnSorm  [yaratıcı] 21 Nis 2021 @ 22:49 
for trucks
☦︎ ツドラゴン Ⅷ ❖ 20 Nis 2021 @ 4:21 
is this for trucks or trailer?
JarnSorm  [yaratıcı] 2 Mar 2020 @ 20:52 
as for the complexity of the logic, this is aimed at reducing the likelihood of a connection error
JarnSorm  [yaratıcı] 2 Mar 2020 @ 20:42 
This controller is universal. like any universal thing, it is quite primitive. it is needed only if you do not understand the principle of data transfer or to simplify the logic without saving space.
agrimes 2 Mar 2020 @ 15:59 
Ok, I'm working on shoehorning this into my first truck, it's pretty dense so I'm going to change the phsical on it. The logic makes no sense tho, I'm calling BS on the columns of SR and the two suceeding AND gates. You had already masked the inputs at the start with AND gates so there is no point in doing that again, just mix them together with the OR gates. Furthermore, if the rig is not using network, or the channel is set to 0, then the output of the net read should always be zero so that can be eliminated too, If the rig IS using network, then the input terminals will not be used and either removed to save space or left unconnected so there is no need to mask them at all, so all you are left with is the OR gates. On the bottom side, you can just add, because one of the inputs will always be 0... This will help keep framerates nice and high on the servers...