B Craig

MrPLC Member
  • Content count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral

About B Craig

  • Rank
    Newbie

Contact Methods

  • Website URL http://

Profile Information

  • Location Knoxville
  • Country United States
  1. rslogix to pdf

    I use CUTE PDF it is also free and just show up as a printer. I have used it for over a year and have had no proplems with any application.
  2. basic program help

    5 X=0 10 IF X=0 THEN GOTO 50 ELSE GOTO 10 50 REM ******************************************************************* 60 REM *****THIS PROGRAM TAKES SERIAL DATA AND PLACES IT IN THE M FILES*** 70 REM ******************************************************************* 80 REM 90 REM **THE NEXT SECTION OF CODE CONFIGURES THE SERIAL PORTS** 100 MODE (PRT1,9600,N,8,1,N,N) 110 MODE (PRT2,9600,N,8,1,N,N) 120 REM 130 REM 140 REM **THIS SECTIONOF CODE SETS THE STACK AND RUNS CALL 22 FOR PORT 1** 150 PUSH 1 160 CALL 120 170 PUSH 1 180 PUSH 14 : REM MAXIMUM NUMBER OF CHARACTERS 190 PUSH 13 : REM ASCII VALUE USED AS TERMINATION CHARACTER 200 PUSH 1 : REM OUTPUT DATA FILE 210 PUSH 40 : REM OFFSET INTO DATA FILE 220 PUSH 0 : REM STRING NUMBER 230 PUSH 1 : REM BYTE SWAPPING 240 CALL 22 260 REM **THIS SECTIONOF CODE SETS THE STACK AND RUNS CALL 22 FOR PORT 2** 265 PUSH 2 266 CALL 120 270 PUSH 2 280 PUSH 10 : REM MAXIMUM NUMBER OF CHARACTERS 290 PUSH 10 : REM ASCII VALUE USED AS TERMINATION CHARACTER 300 PUSH 1 : REM OUTPUT DATA FILE 310 PUSH 20 : REM OFFSET INTO DATA FILE 320 PUSH 0 : REM STRING NUMBER 330 PUSH 1 : REM BYTE SWAPPING 340 CALL 22 350 X=X+1 360 GOTO 10 This code works if you are using M files to read your data. You can change your offset into data file setting to move the location in the data file.
  3. You can connect with the RS232 using the AB DF1 DH485 driver and the Ethernet I believe you can use either one, I'm running an old version of RSLinx so I only have the one to choose from.
  4. DELL Mogul? Laptop replacement?

    Been using the two screen thing for years, at work and at home. Turned my mechanical guys on to it here at work, now everybody here has two monitors. Just need a monitor that will fit in the case with the laptop.
  5. APS Cross Reference Report .XRF APS Data Table Report .DTR APS UVPROM Translator Files .HEX APS Rung Comment, Instruction Comment, Address Comment, and Symbol Files. .AC$,.B0$,.B1$,.IX$,.LX$,.OP$,.PC$ APS Cross Reference Files . .XD$, .XO$, .B2$ APS Program Listing Report .LIS If this is what you are looking for it can be found in documents on the AB website like this one http://literature.rockwellautomation.com/i...l/info_icon.gif
  6. HITACHI HIZAC J-16

    Hope this helps!