

lego3057
Eurobricks New Members-
Content Count
7 -
Joined
-
Last visited
About lego3057

Spam Prevention
-
What is favorite LEGO theme? (we need this info to prevent spam)
trains
-
Which LEGO set did you recently purchase or build?
120
Profile Information
-
Gender
Male
Extra
-
Country
Portugal
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Is 8w or 9w closer to minifigure scale?
lego3057 replied to SteamSewnEmpire's topic in LEGO Train Tech
If you add one 1x2 brick to the legs of minifigure, you got a more proportional figure around 1/40 scale. But then we are on the 9 to 11 wide models, which, by the way, are very interesting models. -
Control all your Powered Up & Power Function (SBrick) devices with a single software
lego3057 replied to Cosmik42's topic in LEGO Train Tech
Hi I also have that problem with reading colors, from time to time. The main reason why the BAP protection only works with distance sensor is because the color sensor is not that reliable Yes, one sensor after the switch -
Powered Up 3.0 update
lego3057 replied to kbalage's topic in LEGO Technic, Mindstorms, Model Team and Scale Modeling
Hi How can one use the second connected hub in the app? -
Control all your Powered Up & Power Function (SBrick) devices with a single software
lego3057 replied to Cosmik42's topic in LEGO Train Tech
Hi, The invert option can have a drawback: the train passes the coloured plate, and when it comes back it inverts again. So I if you use setmotorspeed or equivalent, it will always go the right way. -
Control all your Powered Up & Power Function (SBrick) devices with a single software
lego3057 replied to Cosmik42's topic in LEGO Train Tech
So there is no way you can change the value of a variable, that was declared in global code? Thanks. -
[MOC] FS ALn668 Ceva-Ormea in 1:38 scale
lego3057 replied to Paperinik77pk's topic in LEGO Train Tech
Hello. Nice work. 10 wide trains are a new world to explore. In your model I would try to use the 4x3x1 windows and the 2X3X1. The top tecnhic bars I wouldnt´ use. It adds a lot of weight. I would use 2 train motors (power, speed and easier buildind. -
Control all your Powered Up & Power Function (SBrick) devices with a single software
lego3057 replied to Cosmik42's topic in LEGO Train Tech
Hello I´d like some help with C++ variable assignment and reassignment. In Global code I declare: publ INT B_red=0; In Sensor event code: if(B_red==0); //its OK B_red=1; //gives an error So I only want to be able to change the value of B_red in sensor event code, how do I achieve that? Thanks