Command-Column-Implementation: Difference between revisions

From *** My Personal Wiki ***
Jump to navigation Jump to search
New page: == References == *Temperature-Profile-Notes
 
Embeddedrf (talk | contribs)
No edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Command Column Design Constraints ==
* limitation = 20 characters length column length
== Possibilities ==
*1- auxiliary digit I/O outputs 1's | 0's ... quantity=7 - triggered at the beginning of the design profile segment
*2- a file name -
*3- command strings - make an extensible interface.  Allow messages to be sent in & out.
== Controller Driver Notes - Writing output state ==
*in order to use more than one output you must read and mask off the output bit register to prevent changing other bits
[[Image:Controller-Register-Constants.jpg]]
*MAXDIGOUT - is a constant = 35 so I assume the unused are available for digital I/O
<br><br>
[[Image:Anafaze-Output-MemoryMap.jpg]]
*The address of the digital I/O registers
<br><br>
[[Image:Anafaze-Driver-Outputs.jpg]]




Line 5: Line 39:


*[[Temperature-Profile-Notes]]
*[[Temperature-Profile-Notes]]
*[[Anafaze-Project-CheckList]]

Latest revision as of 18:11, 24 December 2008

Command Column Design Constraints[edit]

  • limitation = 20 characters length column length

Possibilities[edit]

  • 1- auxiliary digit I/O outputs 1's | 0's ... quantity=7 - triggered at the beginning of the design profile segment
  • 2- a file name -
  • 3- command strings - make an extensible interface. Allow messages to be sent in & out.



Controller Driver Notes - Writing output state[edit]

  • in order to use more than one output you must read and mask off the output bit register to prevent changing other bits

  • MAXDIGOUT - is a constant = 35 so I assume the unused are available for digital I/O



  • The address of the digital I/O registers





References[edit]