Computer viruses are programs that copy themselves automatically and may destroy
your files. One of the effect of a virus on a usb flashdrive is turning all its contents
to Protected Operating System Files so that if you insert it to a computer, you can't
see any files inside because it is hidden. Showing the hidden files on the folder
options is not enough, you have to uncheck the 'Hide Protected System Files' option
as well. But this will not solve the problem. You can only see your files temporarily.
To overcome this, follow the instruction below.
1. Open command prompt.
2. Type: attrib -S -H G:\*.* /S /D /L
* This will unset the attribute "Protected Operating System Files" on the files from a usb
flashdrive on drive 'G:'.
This blog will contain different stuffs I found to be useful for me and hope for you too especially NIA design engineers.
Tuesday, November 5, 2013
Structural analysis for vertical concrete canal linings.
Assumptions:
1. No water inside the canal and the embankment outside
is up to the top bank of the canal.
2. Soil is saturated.
Procedure of analysis:
1. Compute for pressure at canal bottom using the formula:
(1-sin(A))
Ph = ----------- x SoilWeight x CanalHeight
(1+sin(A))
A = Angle of internal friction of soil
1. No water inside the canal and the embankment outside
is up to the top bank of the canal.
2. Soil is saturated.
Procedure of analysis:
1. Compute for pressure at canal bottom using the formula:
(1-sin(A))
Ph = ----------- x SoilWeight x CanalHeight
(1+sin(A))
A = Angle of internal friction of soil
Thursday, September 5, 2013
Rankine's Earth Pressure Theory
Rankine's earth pressure theory is widely used in analyzing the lateral pressure exerted by earth to a vertical wall (e.g. Retaining Wall) as long as it meets certain assumptions used in this theory.
Assumptions are the wall should be vertical and the friction resistance between the wall and the soil is neglected and the soil should be granular.
Assumptions are the wall should be vertical and the friction resistance between the wall and the soil is neglected and the soil should be granular.
Friday, April 12, 2013
RC Beam Design
Here is a simple excel application for designing a reinforced concrete beam. This
uses USD.
uses USD.
Elevated Flume Design
This is a console application I wrote for the design and analysis of elevated flumes (used for conveying water). This has 3 parts,
1. Hydraulic Analysis
2. Structural Analysis and
3. Stability
Please post questions about the program if there is something you couldn't understand while I'm working on the documentation of the application.
Here is a sample screenshot of the project:
1. Hydraulic Analysis
2. Structural Analysis and
3. Stability
Please post questions about the program if there is something you couldn't understand while I'm working on the documentation of the application.
Here is a sample screenshot of the project:
Tuesday, March 26, 2013
Inverted Siphon
This is a program I made for designing siphons with rectangular sections.
Kapain nyo na lang muna habang di ko pa nagagawa documentation.
Screenshots:
Kapain nyo na lang muna habang di ko pa nagagawa documentation.
Screenshots:
Friday, February 22, 2013
Android Vertical Drop Designer
This tool is just a designer for vertical drop structures for irrigation canals.
This is developed for android devices running android 2.2 and up.
Click here to download
Then click start downloading from sendspace.
This is developed for android devices running android 2.2 and up.
Click here to download
Then click start downloading from sendspace.
Tuesday, February 19, 2013
Import Terrain Surface From Google Earth to Autocad Civil 3D
Well as the title says we will input contours from google earth autocad civil 3D.
First, you will need to have Autocad Civil 3D and Google earth installed in your system and an internet connection as well. First go to google earth and zoom in to areas that you're insterested in getting the terrain, then go to Cad to set up coordinate system. Go to Toolspace,then Settings, then right click on the drawing
First, you will need to have Autocad Civil 3D and Google earth installed in your system and an internet connection as well. First go to google earth and zoom in to areas that you're insterested in getting the terrain, then go to Cad to set up coordinate system. Go to Toolspace,then Settings, then right click on the drawing
Saturday, February 16, 2013
Export point coordinates from Autocad to Excel
Export point coordinates from Autocad to Excel::
This tutorial uses a programming language called Lisp to
be loaded in autocad.
First copy this code to a text file then save it as exportPoint.lsp,
Thursday, February 14, 2013
Android Canal Design Software
First of all I want to apologize to those whom I've distributed my first android app during the training on Palawan, which is for designing of canals. It has a glitch on the part of computation for wetted area and wetted perimeter.
I missed to include the depth of water for the computation so there is an error although there are times that it
I missed to include the depth of water for the computation so there is an error although there are times that it
Design of Shear Reinforcement for Structural Members
DESIGN FOR SHEAR REINFORCEMENT
WSD
Procedure:
(Note: This procedure is a simplified
version I summarized of the theoretical computation to be used for
NIA structural designs. Please check with your conventional method.)
1. Compute for actual shear at a
distance d from the support.
(d being the total height of the beam
where the critical shear is)
Wednesday, February 13, 2013
Import Coordinates from Excel to Autocad
To those who doesn't know this stuff yet, this will be useful especially if you want to sketch your water surface gradeline by trial & error.
I found this useful because after our surveyor plotted the profile of a proposed canal, the hard copy could be lost someplace. So it is beneficial to have a soft copy on the computer.
I found this useful because after our surveyor plotted the profile of a proposed canal, the hard copy could be lost someplace. So it is beneficial to have a soft copy on the computer.
Tuesday, February 12, 2013
Vertical Drop v2
I want to share this app I wrote about design of vertical drop structure.
This tool uses CB elevations of the canal inlet and outlet instead of water surface elevation to solve the cistern depth and height.
Download Vertical Drop v2
Please leave comments..
This tool uses CB elevations of the canal inlet and outlet instead of water surface elevation to solve the cistern depth and height.
Download Vertical Drop v2
Please leave comments..
Remove Password from Excel Spreadsheet
Warning: This tutorial is for educational purposes only and the sole purpose is to teach how to open a protected document for improvement of the application. Please use this at your own risk.
Programmers protect their spreadsheet to protect the program/routines from being edited.
Instruction:
In excel, press Alt+F11 then right click on the left pane and select insert module. Then in the code window of the module, paste the following codes.
Programmers protect their spreadsheet to protect the program/routines from being edited.
Instruction:
In excel, press Alt+F11 then right click on the left pane and select insert module. Then in the code window of the module, paste the following codes.
CanDe 1.0.0.1
I just want to share this tool I wrote as a console application. This is called CanDe, stands for canal design.
This features designing of concrete and unlined canal. It also includes a quantity estimate for volumes of
This features designing of concrete and unlined canal. It also includes a quantity estimate for volumes of
Subscribe to:
Posts (Atom)