« Tech Support: Communicating with PC | Main | Tech Support: Resource sharing »

Tech Support: Several outputs at once

Neil's problem:
I will have no difficulty learning to use program however I need to use as many as five outputs on one line. I can not find the method in the tutorial. Great program
Hi Neil, the instruction you need is probably OutputM. This will update up to 8 contiguous outputs simultaneously. For example, the following program will produce a 5-bit binary count sequence in outputs 9 through 13
Loop:    IncX               ;Inc counter
         Push               ;Make a copy
         LoadX      %11111  ;Select bits to be output
         OutputM    9       ;Send to o/p 9 ...
         Pause      50      ;delay
         GoTo       Loop    ;repeat

TrackBack

TrackBack URL for this entry:
http://www.splatco.com/cgi-sys/cgiwrap/microcon/managed-mt/mt-tb.cgi/81

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)


About

This page contains a single entry from the blog posted on December 11, 2007 7:30 PM.

The previous post in this blog was Tech Support: Communicating with PC.

The next post in this blog is Tech Support: Resource sharing.

Many more can be found on the main index page or by looking through the archives.

Creative Commons License
This weblog is licensed under a Creative Commons License.
Powered by
Movable Type 3.33