Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.comLoad and convert SERIAL.BLD into a BASIC file (F8 function). Load it into the Model1100. Now, enter the terminal emulator (Alt + M then type T). Press the RUN (F1)softkey on the Model 1100. Yo u will be asked a question on your PC's screen. Answer itand press Enter. Watch what happens.The ApplicationBuilder uses the COM: PUT TEXT Pseudocode to transmit serial data.Actually, COM: PUT TEXT is converted into the PRINT # BASIC statement to performserial I/O. Data is gathered into a string variable and output directly to the port in a singleinstruction. The COM: INIT Pseudocode generates a CONFIG # BASIC statement toinitiali7P the serial port. The complexities of the CONFIG statement are hidden from theprogrammer with the simplicity of the Pseudocode.Parallel I/O Made SimpleAn example program thatsequences I/O bits one at atime is on the ApplicationBuilderdiskette: 10.8 LD. Try lowing itand running it. This programdescribes itself with on-screenmessages.RED is the indexers RXWHITE is the indexers TXBLACK is the indexers groundIf you thought Serial I/0 was easy, wait until you take a look at Parallel I/O. The Model1100 has 24 parallel I/O lines built into it. The ApplicationBuilder has a host of I/Opseudocodes. To look at them, press F5 then press the I key. This will display a list ofavailable I/O Pseudocodes.Parker Compumotor AX/SX Demo ProgramThis program demonstrates the Model 1100's capability to control a Parker CompumotorX Series Motor/Driver. This program is on your ApplicationBuilder d i s k —PARKER.BLD. The Model 1100 starts the program at power on and beginscommunicating with the Compumotor X Series Motor/Driver. I t then allows the user tomake simple moves, download sequences, and scale units. This program is a good startingplace for understanding how to communicate with Compumotor X Series Motor/Drivers.• InstallationConnect the Model 1100 to the PC and the Model 1100 to the drive as shown. Model 1100COM2 connects to the PC's COMI or COM2 port. This connection must be made withthe supplied NULL MODEM cable. The Model 1100's COMI port connects to theindexer's serial communication interface. Y o u will need a 3-wire communications cableto connect your indexer to the Model 1100 (this cable, part number AX-SC, can bepurchased from Eason Technology).Turn the power on to the Model 1100 and the indexer/ drive. The program will test forcommunication's integrity and begin execution. I f it. is unable to communicate, check thefollowing areas.0 H a v e you verified that the indexer/drive is in working order?2) Do you have some power-on sequences that automatically start execution on power on?c3) Verify the connections between the indexer/drive and the Model 1100.28 M o d e l 1100 Intelligent Operator InterfaceArtisan Technology Group - Quality Instrumentation ... Guaranteed I (888) 88-SOURCE I www.artisantg.comArtisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com