Siemens B4の取扱説明書

18ページ 0.65 mb
ダウンロード

ページに移動 of 18

Summary
  • Siemens B4 - page 1

    Automation– and Driv e Technology - SCE Training document for the company -w ide automation solution Totally Integrated Automation (T I A) MODULE B4 Data blocks T I A Training doc ument Page 1 of 18 M odule B4 Last revis ion: 02/2002 Data Blocks ...

  • Siemens B4 - page 2

    Automation– and Driv e Technology - SCE This docum ent was provided by Siemens A&D SC E (autom ation and drive technology, Siemens A&D Cooperates with Education) f or training purposes . Siem ens does not m ake any ty pe of guarantee regar ding its contents. The pas sing on or duplication of this docum ent, including the use and r eport o ...

  • Siemens B4 - page 3

    Automation– and Driv e Technology - SCE PA GE: 1. Forward ................................................................................................................. 4 2. Notes for Dat a Blocks .......................................................................................... 6 3. Genera ting Data Blocks ............................ ...

  • Siemens B4 - page 4

    Automation– and Driv e Technology - SCE 1. FORWA RD The m odule B4 is as signed content wise to A dditional functions of S TEP 7- Progra mming . Basics of STEP 7- Programmin g 2 - 3 da y s A m odules A dditional functions of STEP 7- Programmin g 2- 3 days B Modules IT- Communication wit h SIMATIC S7 1- 2 days E modules Industrial field bus system ...

  • Siemens B4 - page 5

    Automation– and Driv e Technology - SCE Required har dware and software 1 PC, Operating system W indows 95/98/2000/ME/NT 4.0 with - Minimal: 133MHz and 64MB RAM, approx. 65 MB f ree hard dis k spac e - Optim al: 500MHz and 128MB RAM, approx. 65 MB free hard dis k s pace 2 Software ST EP 7 V 5.x 3 MPI- Interfac e for the PC ( e.g. PC- Adapter) 4 P ...

  • Siemens B4 - page 6

    Automation– and Driv e Technology - SCE 2. NOTES FOR DATA BLOCKS Data Block s (DBs) can be used by y our program to save data in the CPU. Your hard disk contains up to 8 KBy tes ( 8192 Bytes ) space. There ar e two ty pes of data block s. Global DBs, where all OBs, F Bs and FCs r ead all saved data or can even write in the DB and local instance D ...

  • Siemens B4 - page 7

    Automation– and Driv e Technology - SCE 3. GENERA TING DA TA BLOCKS Data block s are generated and opened lik e program block s in the tool LAD,S TL,FBD: Program blocks . They serve e.g. for the saving of data and sy stem states. In the following text, the generation of a sim ple exam ple is descr ibed by the use of a global data block : Thereby ...

  • Siemens B4 - page 8

    Automation– and Driv e Technology - SCE In order to generate this program exam ple, the following steps m ust be f ollowed (Ther eby the program is dispens ed with the creation of the hardware c onfiguration): 1. Call SI MA TI C Ma n a g e r with a double click ( ® SIMATIC Manager) 2. Create a new project ( ® F ile ® New) T I A Training doc um ...

  • Siemens B4 - page 9

    Automation– and Driv e Technology - SCE 3. In the name path, c reate the projec t with the name T estproject_DB . ( ® ’Tes tproject_DB’ ® OK) 4. Insert a new S7 -Progr am ( ® Insert ® Program ® S7-Program ). T I A Training doc ument Page 9 of 18 Mo dule B4 Last revis ion: 02/2002 Data blo cks Forw ar d Note s Generating data blocks ...

  • Siemens B4 - page 10

    Automation– and Driv e Technology - SCE 5. Highlight the f older Blocks . ( ® Block s) 6. Insert Data Block ( ® Insert ® S7 Block ® Data Block ). T I A Training doc ument Page 10 of 18 M odule B4 Last revis ion: 02/2002 Data blo cks Forw ar d Note s Generating data blocks ...

  • Siemens B4 - page 11

    Automation– and Driv e Technology - SCE 7. Enter the num ber DB10 f or the data block and accept with OK ( ® DB10 ® OK). 8. Open the data bloc k DB10 with a double click ( ® DB10). T I A Training doc ument Page 11 of 18 M odule B4 Last revis ion: 02/2002 Data blo cks Forw ar d Note s Generating data blocks ...

  • Siemens B4 - page 12

    Automation– and Driv e Technology - SCE 9. Ack nowledge the ty pe of data block . ( ® Data Block ® OK ) Note: Data block s with an assigned FB are autom atically display ed by the call of your associated FB. It m ak es no sens e to create this alone. Data bloc ks with assigned us er defined data types (UDT) ar e data block s, whose struct ure w ...

  • Siemens B4 - page 13

    Automation– and Driv e Technology - SCE 10. The Data Bloc k is gener ated with a sy mbol Name . T he Ty pe , an Initial value as well as a Comment (optional) are enter ed. The addres s is autom atically generated and cannot be altered. The data bloc k can be s aved and downloaded into the PLC . The m ode switch on the PLC mus t be on STO P! ( ® ...

  • Siemens B4 - page 14

    Automation– and Driv e Technology - SCE Data in a data block mus t be determ ined through data ty pes. The f ollowing standard- data types are defined in the S7 below : Type and description Size in Bits Format-Options Range and number notation (low est to hig hest values) Example BOOL (Bit) 1 Boolean tex t TRUE/FALSE TRUE BYT E (Byte) 8 Hex adeci ...

  • Siemens B4 - page 15

    Automation– and Driv e Technology - SCE 11. Values should be m odified in a data bloc k. It is not adequate to modif y them in the field Initial valu e . This is only possible, when one switches to the Data View under View ( ® View ® Data View). 12. Now a new value can be entered in the field A ctual value and s aved onto the hard drive with as ...

  • Siemens B4 - page 16

    Automation– and Driv e Technology - SCE 13. In order to generate the progr am with the acc essible data elem ents, the OB1 mus t be opened through a double click in SI MA TIC Ma n a ge r ( ® SIMATIC Manager ® OB1). 14. Then ac cept the setting with OK ( ® OK ). T I A Training doc ument Page 16 of 18 M odule B4 Last revis ion: 02/2002 Data blo ...

  • Siemens B4 - page 17

    Automation– and Driv e Technology - SCE There are t hree possibilities to access th e data: 1. Direct address access: One can acc ess one data elem ent in a data block with the following instructions : Exam ple: L DB 20. DBB2 Load data byte 2 from DB20 into ACCU 1 L DB 22. DBW 4 Load data word 4 from DB22 into ACCU 1 A DB 2. DBX5.6 Carry out an A ...

  • Siemens B4 - page 18

    Automation– and Driv e Technology - SCE 15. W ith LA D, STL, FBD: Progra m blocks , y ou now have an editor that give y ou the possibility to generate your STEP 7-Program . The s chem a for the selec tion of the data elem ent through the button is s hown for the firs t three inputs as s pecified below. If the organization block OB1 is not generat ...

メーカー Siemens カテゴリー Video Games

Siemens B4のメーカーから受け取ることができるドキュメントは、いくつかのグループに分けられます。その一部は次の通りです:
- #BRANDの図面#
- B4の取扱説明書
- Siemensの製品カード
- パンフレット
- またはSiemens B4の消費電力シール
それらは全部重要ですが、デバイス使用の観点から最も重要な情報は、Siemens B4の取扱説明書に含まれています。

取扱説明書と呼ばれる文書のグループは、Siemens B4の取り付け説明書、サービスマニュアル、簡易説明書、またはSiemens B4のユーザーマニュアル等、より具体的なカテゴリーに分類されます。ご必要に応じてドキュメントを検索しましょう。私たちのウェブサイトでは、Siemens B4の製品を使用するにあたって最も人気のある説明書を閲覧できます。

関連する取扱説明書

Siemens B4デバイスの取扱説明書はどのようなものですか?
取扱説明書は、ユーザーマニュアル又は単に「マニュアル」とも呼ばれ、ユーザーがSiemens B4を使用するのを助ける技術的文書のことです。説明書は通常、全てのSiemens B4ユーザーが容易に理解できる文章にて書かれており、その作成者はその分野の専門家です。

Siemensの取扱説明書には、基本的な要素が記載されているはずです。その一部は、カバー/タイトルページ、著作権ページ等、比較的重要度の低いものです。ですが、その他の部分には、ユーザーにとって重要な情報が記載されているはずです。

1. Siemens B4の説明書の概要と使用方法。説明書にはまず、その閲覧方法に関する手引きが書かれているはずです。そこにははSiemens B4の目次に関する情報やよくある質問、最も一般的な問題に関する情報を見つけられるはずです。つまり、それらはユーザーが取扱説明書に最も期待する情報なのです。
2. 目次。Siemens B4に関してこのドキュメントで見つけることができる全てのヒントの目次
3. Siemens B4デバイスの基本機能を使うにあたってのヒント。 Siemens B4のユーザーが使い始めるのを助けてくれるはずです。
4. トラブルシューティング。Siemens B4に関する最も重要な問題を診断し、解決するために役立つ体系化された手続き
5. FAQ。よくある質問
6. 連絡先。一人では問題を解決できない場合に、その国におけるSiemens B4のメーカー/サービスへの連絡先に関する情報。

Siemens B4についてご質問がありますか?

次のフォームを使用してください

見つけた説明書を読んでもSiemens B4の問題を解決できない場合、下記のフォームを使用して質問をしましょう。ユーザーのどなたかがSiemens B4で同様の問題を抱えていた場合、その解決方法を共有したいと考えるかもしれません。

画像のテキストを入力してください

コメント (0)