THIS IS THE TEST SITE OF EUROBRICKS!
-
Posts
92 -
Joined
-
Last visited
About Ludo
- Birthday 10/22/1958
Spam Prevention
-
What is favorite LEGO theme? (we need this info to prevent spam)
Trains
Profile Information
-
Gender
Male
-
Location
Harelbeke
-
Interests
Trains & City
Extra
-
Country
Belgium
Recent Profile Visitors
1,367 profile views
Ludo's Achievements
Enthusiast (6/14)
Recent Badges
-
Ludo started following DB BR 50 with Kabinentender , Controlling switches with geekservos? , Fx Bricks (Michael Gale) announces Fx Track system and 2 others
-
@Sjoeland I will order some 9g Geekservos, but keep attention to what kind you buy! See: https://www.robotshop.com/collections/servo-motors as example. The RED one is a motor, NO Servomotor. It has only 2 wires. The Grey and Lime motors are Servomotors with a different angle (270° and 360°). If anyone is interested in building virtual with Studio or LDraw, you can find files on the site from Philippe Hurbain. see: https://philohome.com/studio/packs.htm and go to the bottom (Third Party motors pack) They includes Geekservo servomotors and motors, mechanically compatible with LEGO, Circuit Cubes Cubit motor, and CADA micro motor. I still use MLCad and found a little error in the 2 Cirquit Cube files, t1064c01.dat and t1064c02.dat You need to change the first line in the header. The original header is like: 0 | Circuit Cubes Cubit Motor Body 0 Name: t1064c01.dat 0 Author: Philippe Hurbain [Philo] and need to be changed to (remove the | character and one space): 0 Circuit Cubes Cubit Motor Body 0 Name: t1064c01.dat 0 Author: Philippe Hurbain [Philo] I notified Philippe abouth this error. An other 'issue' is where those parts can be found in MLCad. The Geekservo motor can be found in the 'directory' Electric. The other motors (CADA & Cirquit Cube) can be found in the 'directory' Other Parts\C I notified Philippe also for this. Because they are all Electrical components they should be all in the 'directory' Electric. Success Ludo
-
Hi @Sjoeland Perhaps this video here can help you? https://www.youtube.com/watch?v=Ciy0LV3lTRc He is using the Geekservos.
-
Hi, I based my balasting on the one from Dennis Tomsen Note that this is for MODUVERSE, 1 plate higher than the MILS modules from L_Gauge.org Top side and Bottom Side for the L-Gauge 'system' see my backside here: I recomment the use of the 'plate 1x2 with door rail' as you can see in my picture to prevent the 'Plate 1x8 with door rail' to pop off. Some of my R64P curves got the problem that certain 'Plate 1x8 with door rail' where popping up , others not. By replacing them by 'Plate 1x2 with door rail' could I prevent this 'problem'.
-
Hi, I just posted some pictures on my Flickr account of the P40 Left hand switch. The gap in the module is to place a servo motor in it to command the switch. The commandbar extention use a Technic Plate 1x6 (4262) and a Technic plate 1x4 (4263) placed on a tile 1x8. Eventually, this can be replaced with a Technic Rack 1x8 (6630) or a Technic Rack 1x10 (6592) placed upside down. One end connects to the switch with a Technic Pin 1/2 (4274), on the other side I placed a Technic Gear 12 Tooth Double Bevel (32270) to command the Technic Gear Rack. I notice some mechanical stress when placing the ballasted switch to the MILS module. See here the principle of the command bar extention using the Technic Gear Rack.
-
If I understand correctly, one should: Remove both switch rails. Remove the incorrect tie bar. Place the new tie bar in the place of the old one. Replace 1 switch rail and check for electrical contact. if ok, place the second switch rail and check for electrical contact. Ready.
-
Someone already ballasted the R64P Curved track? Any pictures available? Thanks in advance.
-
Thanks @Moz& @Phoxtane for the reply's. Did read the reply's on the provided original article too, interesting.
-
Hi community, The BrickTracks R104 switches are already a while available on the market and the FX switches will follow soon. I ordered some FX switches, (I have only 9V track) and was wondering if someone already automated his switches using any kind of automation, using servos or anything else. I am completely aware that the driving mechanism of the BrickTracks switches are different than the FX switches (Rotate versus slide motion), so any idea is welcome. My switches will be placed on MILS modules, so there is some space to use a servo, just not knowing how to do so. The experience I have with the servo's on my level crossing controlled by an Arduino UNO are a bit strange. When the controller gets initialized, the servo's are 'flying' full in one direction (using the servo library), and If not proper controlled I guess that the driving mechanism of the switch will be destroyed if this happen. Knowing this behaviour, I guess also that it is recommended to set the switches in a kind of 'start' position before the servos are initialized, this should be executed before the end of an event. Anyone out there who have more experience with servo's and their behaviour who are willing to share it here? The do's and dont's, the pitfalls, ... Thanks in advance. Ludo
-
Hi, As far I can see in the code, you need a H bridge to connect between your Arduino and the track. You can't connect you motor straight to the Arduino pins. Most use this kind of H bridge (L298N) - see picture: https://dronebotworkshop.com/dc-motors-l298n-h-bridge/ - scroll down to find the connections. http://synacorp.my/v3/121-large_default/arduino-l298n-dc-motor-driver-dual-h-bridge.jpg the AnalogWrite(ENA,110) sets the speed for the motor. the IN1 and IN2 are connections on the H bridge module and need te be connected with the right pins of your ESP. I dont have a ESP, but check if the pin numbers in the script correspond with the ones on your ESP board. Increase the value (110) to run faster, decrease it to run slower. when checking the code on the above link, i notice that your ENA pin is not set as output, can be your problem. see: https://www.arduino.cc/reference/en/language/functions/analog-io/analogwrite/ for more info I hope this info can help you solve your problem. Best regards.
-
Hi all, As far as I can see on technical drawings from locomotives and coaches, all dimensions are given in mm (Europe). Examples: typical wheel diameter for a passenger coach and some cargo cars are 920 mm (EAOS,FAS). The wheel diameter for the TRAXX (and Vectron?) locomotive is 1250mm Ludo
-
@Russell844, I have no idea how to run this on a iMac, perhaps there is some info on the DOCUMENTATION page tab on the https://bluebrick.lswproject.com/ site? What I can tell to everyone in that version 1.9.1 is out. the changes are: Version 1.9.1 This version is a critical fix for downloading language package and part library package from within BlueBrick. BlueBrick was using the non encrypted protocole (http://), and I've recently updated the bluebrick website to use the secure protocole (https://). BUGFIX (Alban): Update the application to download the part package in https instead of http, since the website has moved to https. BUGFIX (Alban): Fix the height calculation of the preview image in the Export Image Windows. BUGFIX (Alban): Fix the drawing of the watermark when the scrollbar is displayed. Best regards.
-
Hi Simon, any chance that the building instructions for the 2nd version will be available on Bricks on Rails? best regards, Ludo
-
Downloaded it and now taking time to explore. Will need the video from time to time to find the great changes back. :) Thanks a lot for this new version. Ludo
-
@gvb2003, I see you are from Holland. I ordered a few weeks ago my ball-bearings in Germany, at https://www.kugellager-express.de/deep-groove-ball-bearings__2_3__5_3 The numbers at the end of the link send you straight to the MR52 type of bearings. Then you can select with or without flange, ceramic balls, ... Thats up to you. Save you import taxes - on large amount - and according to the text on their site, they should be of well known ball-bearing manufactures. They are not cheap and I hope they are of a better quality of the cheap Chines ball-bearings. Some of my Chinese ball-bearings suffer from friction inside the bearing, and this only after one show (2 days). Perhaps there's no grease in them, and are running dry. The bal-bearings I ordered are the: https://www.kugellager-express.de/miniature-deep-groove-ball-bearing-mr52-zz-2x5x2-5-mm I need also to be honest that most of the original LEGO train axles don't fit into the German ordered bearings, due to the tolerance on the axle diameter. Lets hope we can order the axles from BT (https://www.bricktracks.com/) soon in Europe.
- 6 replies
-
- beneluxtrein
- nmbs
-
(and 3 more)
Tagged with:
-
@Dragunov2, can you explain a bit more what you see as difference? How many base plate you used and the difference in mm or cm. I use always BlueBrick to draw my layout for exebitions, but never used LDD. BlueBrick use 8 pixels by 8 pixels for a 1x1 plate / brick.