1 / 5

Use of the ACRO-400e

Use of the ACRO-400e. Communications environment. PC used as a “dumb” terminal to ACRO-400 Bi-directional communications interface 9600 baud, 1 stop, 1 start, no parity, no handshaking. ACRO-400e. Acro 400e functional configuration. ACRO 400e Basic intrepreter.

aquene
Download Presentation

Use of the ACRO-400e

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Use of the ACRO-400e

  2. Communications environment • PC used as a “dumb” terminal to ACRO-400 • Bi-directional communications interface • 9600 baud, 1 stop, 1 start, no parity, no handshaking

  3. ACRO-400e • Acro 400e functional configuration

  4. ACRO 400e Basic intrepreter • Line numbered BASIC Interpreter • Enter line number and statement • Delete line numbers by entering blank line • No effective editing • Includes special analog and digital I/O commands • Resolve = [8-17] sets A/D resolution • Range(ch) = [0.1 ,1, 10] sets the volt range of A/D channel • x = VIN(ch) reads A/D channel into the variable x • Uses BASIC’s simple command syntax • NEW – clears the program space • RUN – executes the program • LIST – displays the program • Uses BASIC’s simple program structures and statements • FOR J=1 TO 100 / NEXT J – loop 100 times incrementing J • Print x – prints the variable x • GOTO line no. – allows jump in program

  5. Example Acro 400e program • Program to read A/D channel 1 and print the result repeatedly 10 RANGE(1) = 1 20 RESOLVE = 17 30 X=VIN(1) 40 PRINT X 50 GOTO 30 • Use ctl-C to break the program execution

More Related