Stormworks: Build and Rescue

Stormworks: Build and Rescue

31 lượt đánh giá
UCT Tractor
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Vehicles: Creative, Land, Mechanical
Microcontrollers: Microcontroller
Nhãn: v0.10.11
Kích cỡ file
Đã đăng
Đã cập nhật
209.563 KB
24 Thg02, 2020 @ 1:07am
25 Thg03, 2020 @ 2:35pm
2 ghi chú thay đổi ( xem )

Đăng ký để tải xuống
UCT Tractor

Mô tả
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 bình luận
☦︎ ツドラゴン Ⅷ ❖ 21 Thg04, 2021 @ 11:51pm 
ok!
JarnSorm  [tác giả] 21 Thg04, 2021 @ 10:49pm 
for trucks
☦︎ ツドラゴン Ⅷ ❖ 20 Thg04, 2021 @ 4:21am 
is this for trucks or trailer?
JarnSorm  [tác giả] 2 Thg03, 2020 @ 8:52pm 
as for the complexity of the logic, this is aimed at reducing the likelihood of a connection error
JarnSorm  [tác giả] 2 Thg03, 2020 @ 8:42pm 
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 Thg03, 2020 @ 3:59pm 
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...