• مهم : ولأول مرة الآن يمكنك استخدام وتجربة تقنية الذكاء الاصطناعي في ملتقى المهندسين العرب ، كل ماعليك هو كتابة موضوع جديد في أي قسم من أقسام الملتقى ووضع سؤالك أو مناقشتك ، وسوف يجيب عليك المهندس الذكي مباشرة ، كما يمكنك اقتباس رد الذكاء الاصطناعي (المهندس الذكي ) ومناقشته وسؤاله لمزيد من التوضيحات.

شرح مبسط لجهاز Topcon أحد أنواع total station

م/حسام الدين

عضو جديد
إنضم
29 أغسطس 2005
المشاركات
48
مجموع الإعجابات
1
النقاط
0
Topcon: survey procedure​

Setting up the Total Station

Leveling the instrument
  • <LI class=Bullet>Center instrument above maker point using the optical plumb-bob, moving two legs of the tripod to maneuver the Total Station. <LI class=Bullet>Press tripod feet into ground.​
  • Center bull's eye level, first using tripod leg adjustments, then using the three knuckle screws for finer adjustment. After centering bull's eye, center line level, first using two knuckle screws concurrently; then turn Total Station 90 degrees, and use third knuckle screw to finally center the line level.​
Preparing instrument
  • <LI class=Bullet>Connect the data collector with the 18 inch coiled cable to the Total Station. <LI class=Bullet>Turn on the Total Station (with data collector off). <LI class=Bullet>Break plane by moving scope up and down.​
  • Measure height of instrument with tape measure, to center mark on side of scope.​
Preparing data collector

Creating new data file
  • <LI class=Bullet>Press F-2 "Collect data" <LI class=Bullet>Press F-1 "Job File" Type in Job File name followed by ENTER <LI class=Bullet>Press F-2 "Job Prompt" Select FIELDM followed by ENTER. <LI class=Bullet>Press F-3. <LI class=Bullet>Enter JOB I.D. <LI class=Bullet>Enter JOB # <LI class=Bullet>Enter PARTY CHIEF​
  • Enter INSTRUMENT ID -- goes to next screen​



Adding to existing data file
  • <LI class=Bullet>Press F-2 "Collect data" <LI class=Bullet>Press F-1 "Job File" Use arrows to select file. Press ENTER. <LI class=Bullet>Press F-3.​
  • Press F-1.-- goes to next screen​
Obtaining first back sight for Total Station
  • <LI class=Bullet>Enter OCC. PT# (occupied point, normally numbered 1) <LI class=Bullet>Enter OCC. ID (occupied point id., descriptive label for marker point) <LI class=Bullet>Enter INST. (instrument height) in meters. <LI class=Bullet>Enter OCC.NORTH. Press ENTER to accept default, or type in new north coordinate. <LI class=Bullet>Enter OCC.EAST <LI class=Bullet>Enter OCC.ELEV <LI class=Bullet>Press ENTER <LI class=Bullet>Enter Back sighting point, normally point number 0. <LI class=Bullet>Enter Azimuth of back sighting point. <LI class=Bullet>Aim Total Station at back sighting point and press enter of data collector. <LI class=Bullet>Press F1 for Angles. The azimuth on the Total Station LCD should show the entered azimuth. <LI class=Bullet>Recheck the back sighting point in scope, and press ENTER on data collector.​
  • Angles in both horizontal and vertical direction are shown in the LCD.​
Obtaining sighting with the Total Station
  • <LI class=Bullet>Next point # will be shown in the LCD, it will increment up, press enter to accept next point or use digit keys to change point #. <LI class=Bullet>Enter ID (target point description). <LI class=Bullet>Enter Target Height (in meters). <LI class=Bullet>Collect next point appears, enter COARSE (F2). <LI class=Bullet>Continue acquiring (Y/N question). Yes continues, No repeats at section 2.3.. <LI class=Bullet>Collect TOPO POINTS (F3). <LI class=Bullet>Enter OCC.PT# (what point is the Total Station at). <LI class=Bullet>Enter OCC.ID (Same as before). <LI class=Bullet>Enter INST.HEIGHT (in meters).​
  • Instrument will enter auto mode, if the target height does not change, then use F1 to acquire target, if rod height or data label is changed, use F2 to obtain a new topo point.​
Closing down the Total Station
  • <LI class=Bullet>Hit F0 to exit to top menu. <LI class=Bullet>Enter Y to query "Exit <Y/N>" <LI class=Bullet>Enter Y to query "Generate NEZ <Y/N>"​
  • At top menu, turn Total Station off.​
Moving instrument
  • <LI class=Bullet>Move station to new point. <LI class=Bullet>Set up as described in sections 1.1 and 1.2. <LI class=Bullet>Back sight on previously shot point, following instruction in section 2.2.​
  • Follow instructions in section 3.0​
Down Loading Data
  • <LI class=Bullet>Log on to a DEC station with FC-4 connected to /dev/tty0 (at the rear) via RS-232 cable. <LI class=Bullet>Turn on FC-4 <LI class=Bullet>Enter "File Manager" (F-3) <LI class=Bullet>Select "Data Transfer" (F-2) <LI class=Bullet>Select "Send A File" (F-1) <LI class=Bullet>Select "Send FC-4 Data" (F-1) <LI class=Bullet>At prompt type pcomm (to start Pro Comm program). <LI class=Bullet>Type <ctrl>A D select TOPCON from menu <LI class=Bullet>Type <ctrl>A N select ASCII (#6) <LI class=Bullet>Type in FILENAME then press RETURN <LI class=Bullet>Use FC-4 arrow keys to select data file then press ENTER... <LI class=Bullet>When finished transfering file press Enter to send a new file​
  • Repeat:​
Type <ctrl>A N select ASCII (#6)​

Type in FILENAME then press RETURN

Use FC-4 arrow keys to select data file then press ENTER..

until all files are transfered.
  • <LI class=Bullet>Exit out of Pro Comm. Type <ctrl>A X.​
  • If problems arise in transfering data be sure to check that the FC-4 and ProComm have the same settings "N (parity not checked) 8 (data bits) 1 (stop bit)" and the same baud rate. Baud rates of 9600 and higher have been known to have problems in transfering all the data in a file.​
Preparing Data Files for MATLAB.
  • <LI class=Bullet>Using a xxxx.n file from the Topcon. (NEZ files).​
  • Type the following at the Unix prompt:​
tr `012\' ` ` <xxxx.n >xxxx.txt​

in other words-- tr (a Unix command) (one space) ` (single quote) 012\ (ASCII code for a carriage return) ' ` (a single quote, followed by a space and another single quote) ` (then a space followed another single quote) < filename (`less than' character and input file name) >filename ( `greater than' character followed by output file name).



The above converts the Topconto a single string.
  • Use NOTEPAD (dxnotepad) or other file editor to insert a carriage return after each data lable in the file.​
This converts the file to five columns containing:​

| Point Number | Northings | Eastings | Elevation | Data Label |
 

مواضيع مماثلة

ahmedlutfi

عضو جديد
إنضم
22 مايو 2006
المشاركات
90
مجموع الإعجابات
1
النقاط
0
ارجو المساعدة في كيفية استعمال الداتا كوليكتر الداخلية لجهاز توب كون 1310
وشكرا
 

عدنان ابراهيم

عضو جديد
إنضم
6 يوليو 2006
المشاركات
71
مجموع الإعجابات
0
النقاط
0
الاخ العزيز احمد لطفي
ارجو التوضيح أكثر حتى اتمكن من مساعدتك

كيفية استعمال الداتا كوليكتر؟؟؟؟؟؟

ماذا تعني بكلمة استعمال
هل هو تنزيلها على الكمبيوتر و معالجتها !!!
 

ahmedlutfi

عضو جديد
إنضم
22 مايو 2006
المشاركات
90
مجموع الإعجابات
1
النقاط
0
الاخ عدنان:
انا اسال عن كيفية ادخال نقاط الرصد الميداني الى الداتا بدلا من التسجيل اليدوي في دفتر الميدان
 

ايمن_غزالى

عضو جديد
إنضم
4 يوليو 2006
المشاركات
3
مجموع الإعجابات
0
النقاط
0
الاخ م/ حسام الدين
بعد التحية
مش ممكن يكون الشرح دا بالعربى حتى تتم الاستفادة
و شكرا،،،،،،
 

اكرم جبار

عضو جديد
إنضم
6 نوفمبر 2006
المشاركات
193
مجموع الإعجابات
0
النقاط
0
شكرا للاخ حسام الدين لقد ترجمة النسخة الى العربية
 

اكرم جبار

عضو جديد
إنضم
6 نوفمبر 2006
المشاركات
193
مجموع الإعجابات
0
النقاط
0
الى الاخوه اعضاء المنتدى ارجو ارشادي عن تصميم جسر مشاة حديدي معلق بدون ركائز بطول 30متر
 

سليمان مساح

عضو جديد
إنضم
25 نوفمبر 2006
المشاركات
7
مجموع الإعجابات
0
النقاط
0
الى المهندس حسام الدين
السلام عليكم.
ارجو توضيح المعلومات عن Total Stationبالعربي لكي نستفيد ازيد.
علما بانني اشتريت هذا الجهاز قبل ايام . وانا اعرف كيفية رفع العوارض بهذا الجهاز ولكن نا ضعيف جدا في اسقاط العوارض لذا ارجو التوضيح وشكرا.
 

sosohoho

عضو جديد
إنضم
6 يوليو 2006
المشاركات
605
مجموع الإعجابات
9
النقاط
0
ارجو لمن لدية شرح الاجهزة باللغة العربية ((total staion))وضعها على الموقع مع الشكررررررررررررر
 

حويزي

عضو جديد
إنضم
9 يوليو 2006
المشاركات
121
مجموع الإعجابات
3
النقاط
0
رجو لمن لدية شرح الاجهزة باللغة العربية ((total staion))وضعها على الموقع مع جزيل الشكر
 

احمد الشطري

عضو جديد
إنضم
17 يونيو 2006
المشاركات
2
مجموع الإعجابات
0
النقاط
0
السلام عليكم
ممكن احد يساعدني في شرح لجهاز توتل ستيشن
:60:
 

عبد الناصر07

عضو جديد
إنضم
18 أبريل 2007
المشاركات
2
مجموع الإعجابات
0
النقاط
0
شكرا جزيلا أخي الكريم على الشرح ولكن ممكن تعيده لنا بالعربي
 

mrniceguy2932000

عضو جديد
إنضم
31 مايو 2007
المشاركات
948
مجموع الإعجابات
7
النقاط
0
بارك الله فيك اخي الكريم مع اني لم استطع قراءته كاملا حيث ان نوع الخط لم يظهر عندي واضحا
مع الشكر
 

delof2008

عضو جديد
إنضم
30 يوليو 2007
المشاركات
7
مجموع الإعجابات
0
النقاط
0
ممكــــــــــــــــــــــــــــن لو سمحتو شرح بالعربــــــــــــــــــــــــي
 

alrahede

عضو جديد
إنضم
12 يوليو 2006
المشاركات
6
مجموع الإعجابات
0
النقاط
0
السلام عليكم
والله الشرح كويس بس لو كان في العربي :86:
 
أعلى