home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / TemaCD / dia / dia-0.90-1-setup.exe / sheets / Contact.sheet < prev    next >
Extensible Markup Language  |  2001-09-09  |  2KB  |  49 lines

  1. <?xml version="1.0" encoding="utf-8"?> <!-- -*- xml -*- -->
  2. <sheet xmlns="http://www.lysator.liu.se/~alla/dia/dia-sheet-ns">
  3.   <name>Ladder</name>
  4.   <description>Components for LADDER circuits</description>
  5.   <contents>
  6.     <object name="LADDER - if">
  7.       <description>A 'if' (normally open) ladder contact</description>
  8.     </object>
  9.     <object name="LADDER - ifnot">
  10.       <description>A 'if not' (normally closed) ladder contact</description>
  11.     </object>
  12.     <br/>
  13.     <object name="LADDER - out">
  14.       <description>A simple output variable</description>
  15.     </object>
  16.     <object name="LADDER - outnot">
  17.       <description>A negative output variable</description>
  18.     </object>
  19.     <object name="LADDER - outs">
  20.       <description>A 'set' output variable</description>
  21.     </object>
  22.     <object name="LADDER - outr">
  23.       <description>A 'reset' output variable</description>
  24.     </object>
  25.     <object name="LADDER - outj">
  26.       <description>A 'jump' output variable</description>
  27.     </object>
  28.     <object name="LADDER - outrcep">
  29.       <description>A receptivity output variable</description>
  30.     </object>
  31.     <br/>
  32.     <object name="LADDER - sout">
  33.       <description>A power-saved simple output variable</description>
  34.     </object>
  35.     <object name="LADDER - soutnot">
  36.       <description>A power-saved negative output variable</description>
  37.     </object>
  38.     <object name="LADDER - souts">
  39.       <description>A power-saved 'set' output variable</description>
  40.     </object>
  41.     <object name="LADDER - soutr">
  42.       <description>A power-saved 'reset' output variable</description>
  43.     </object>
  44.     <!-- TODO : OPERATE, COMPARE, PULSE, TXT, TIMER and various sizes of
  45.          general-purpose blocks
  46.          -->
  47.   </contents>
  48. </sheet>
  49.