Problem with comparison.
/Designs/Measuring_instruments/RMDS02D/CAD/src/terarium_pad.scad |
---|
0,0 → 1,70 |
x_size = 20; // horizontal outer size of the aquarium pedestal. |
y_size = 20; // |
thickness = 10; // thickness of the pad bellow aquarium. hairs lenght is 12mm. |
rim_height = 7; // height of upper rim for fixing the aquarium in position. |
mount_hole = 3.5; |
clear = 0.175; |
// aquarium pad |
difference () { |
intersection() { |
union(){ // bottom part with rim/fixing pin |
rotate([0,0,45]) |
cube([x_size, y_size ,thickness], center = true); |
translate ([sqrt(pow(x_size,2) + pow(x_size,2))/4, sqrt(pow(x_size,2) + pow(x_size,2))/4, thickness/2 + rim_height/2]) |
cube([sqrt(pow(x_size,2) + pow(x_size,2))/2, sqrt(pow(x_size,2) + pow(x_size,2))/2, rim_height], center = true); |
}; |
rotate([0,0,45]) |
cube([x_size, y_size ,4*thickness], center = true); |
} |
cylinder (h = thickness + rim_height, r= mount_hole, $fn=20); // hole for screw head |
translate ([0, 0, -thickness]) // hole for the screw |
cylinder (h = thickness + rim_height, r= mount_hole/2, $fn=10); |
rotate([0,0,-45]) // hole for top part mounting nut |
translate ([ 0, -x_size/3, thickness/3]) |
cube([5.5, 2.5, thickness], center = true); |
rotate([90,0,-45]) // hole for top part mounting screw. |
translate ([ 0, thickness/4, 0]) |
cylinder (h = thickness + rim_height, r= mount_hole/2, $fn=10); |
} |
translate ([0, 0, 3*thickness]) // separate two parts |
//Top part |
difference () { |
rotate([0,0,-45]) |
translate ([0, -3, rim_height/3]) |
cube([x_size, y_size ,thickness + rim_height/4 ], center = true); |
rotate([90,0,-45]) |
translate ([0, 0, rim_height/3]) |
minkowski() { |
cube([0.5,3,10]); |
cylinder(r=1.5,h=1,$fn=50); |
} |
wall_thickness = 2; |
union(){ // copy of bottom part |
rotate([0,0,45]) |
cube([x_size, y_size ,thickness], center = true); |
translate ([sqrt(pow(x_size,2) + pow(x_size,2))/4 -wall_thickness, sqrt(pow(x_size,2) + pow(x_size,2))/4 -wall_thickness, thickness/2 + rim_height/2]) |
cube([sqrt(pow(x_size,2) + pow(x_size,2))/2, sqrt(pow(x_size,2) + pow(x_size,2))/2, rim_height], center = true); |
}; |
} |
/Designs/Measuring_instruments/RMDS02D/CAD/src/Enclosure_pedestal.scad |
---|
0,0 → 1,15 |
pedestal_height = 130; // height of pedestal |
x_size = 250; // horizontal outer size of the aquarium pedestal. |
y_size = 300; // |
thickness = 10; // thickness of walls |
rim_height = 10; // height of upper rim for fixing the aquarium in position. |
difference () { |
cube([x_size, y_size ,pedestal_height]); |
translate ([thickness, thickness, pedestal_height - rim_height) |
cube([x_size - 2* thickness, y_size - 2* thickness, thickness]); |
cube([x_size - 2* thickness, y_size - 2* thickness, pedestal_height - rim_height - thickness]); |
} |
/Designs/Measuring_instruments/RMDS02D/DOC/SRC/img/RMDS02D_station.jpg |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Designs/Measuring_instruments/RMDS02D/PrjInfo.txt |
---|
0,0 → 1,16 |
[InfoShortDescription.en] |
Radio Meteor Detection Station with GPS |
[InfoShortDescription.cs] |
Stanice pro radiovou detekci meteorů s GPS |
[InfoLongDescription.en] |
Radio meteor trail detection set. It is upgraded by GPS time and frequency synchronization to determining itner-station reflection variation and doppler shift. Station computer is single board ARM computer. Signal is digitalised by SDR-Widget and power supply system is improved. |
[InfoLongDescription.cs] |
Set pro radiovou detekci meteorů. Je rozšířen o časovou synchronizaci a kmitočtovou stabilizaci LO k určení variací a doplerovského posunu odrazu přijatého několika stanicemi. Staniční počítač je jednodeskový ARM signál je digitalizován konstrukcí SDR-Widget a je vylepšen systém napájecích zdrojů. |
[End] |
/Designs/Measuring_instruments/RMDS02D/RMDS02D_Small.JPG |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Designs/Measuring_instruments/RMDS02D/SCH/RMDS02D_system.dia |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |