panic mode

MrPLC Admin
  • Content count

    3016
  • Joined

  • Last visited

Files posted by panic mode

  1. simple backup utility

    simple command line backup utility. monitors one folder and when files of given type are detected, they are copied to another location (or two). original can be deleted or renamed. to avoid typing, all options are stored in an INI file. if missing, this file is created once the program is started... successful actions are highlighted in green, failed ones are red. this should also work on older Windows such as Win2K (tested) and WinXP (not tested). 
    use at own risk, this was literally something i just winged... if there is a bug or feature required, let me know. i will try to get to it as time allows. 

    2257 downloads

    Updated

  2. Automated Manufacturing Systems; PLCs - Lab Guide

    original post removed by accident while trying to modify broken link. sorry. here is the manual again.
    hugh jack - lab manual EGR 450.pdf

    98 downloads

    Submitted

  3. KR175 SPOT Manual

    Manual for KR175 Spot

    6 downloads

    Updated

  4. KRC4 Compact Optional Interfaces

    KUKA, Optional Interfaces for KRC4 Compact controller such as I/O, fast measure interface etc.

    43 downloads

    Submitted

  5. KUKA: IIWA (collaborative robot, 7 axis)

    KUKA: IIWA is a collaborative robot with 7 axis, built in force sensors on all axes, built in mastering tool etc.

    38 downloads

    Updated

  6. KUKA: Sunrise Controller (Collaborative)

    KUKA: Sunrise controller
    It is very similar to KRC4 compact but for collaborative robot (IIWA)

    14 downloads

    Submitted

  7. Updated

  8. Updated

  9. KUKA: Agilus

    KUKA: Agilus six axis

    18 downloads

    Updated

  10. KUKA: KRC4 compact

    KUKA: KRC4 UL Compact Operating Instructions

    20 downloads

    Updated

  11. KUKA: KRC4 NA UL Operating Instructions

    KUKA: KRC4 NA UL Operating Instructions

    22 downloads

    Updated

  12. KUKA: CREAD/CWRITE manual

    KUKA: Cread, Cwrite KSS 8.2, 8.3
     
     
     

    89 downloads

    Updated

  13. KUKA: WorkVisual 4.0

    KUKA: WorkVisual 4.0
     
     

    128 downloads

    Updated

  14. KUKA: System Variables KSS8.x

    KUKA: System Variables KSS 8.1, 8.2, 8.3, 8.4

     
     

    59 downloads

    Updated

  15. KUKA: Operating and Programming Instructions for System Integrators (KSS8.3)

    KUKA: Operating and Programming Instructions for System Integrators (KSS8.3)

    84 downloads

    Updated

  16. MR-J2S-xxA Servo Drive (SH_NA_030006-J)

    Manual for MR-J2S-xxA servo

    6602 downloads

    Updated

  17. SH_NA_3179-F (MR-J2-nC Servo Amp)

    Manual for Servo Amiplifer MR-J2-nnC

    1906 downloads

    Updated

  18. AutoPlay for CDs (autorun.inf)

    if you have tried to make own cd with autoplay you may have noticed that
    AUTORUN.INF only works on executables (exe or bat for example) but what if
    discs with data you want to share with customers for example only contains documents
    like presentations spreadsheets PDFs etc.?
    one can easily make BAT file with START "MY_DOCUMENT" but the downside is
    that command line box shows up during loading etc.
    there are numerous programs on the internet that can take care of that but
    all i was able to find was not free (well it could be there i didn't look too hard).
    this is why this little program is made. it is based on ShellEx API
    it's simple to use simply specify inside INI file what document you want to open when disc is inserted
    and edit AUTORUN.INF to be something like this:
    [AutoRun]
    OPEN=AutoPlay.exe
    ICON=Icon.ico
    note that AutoPlay.exe looks in AutoPlay.ini for line OPEN=
    and file name should be enclosed by quotation marks
    for example OPEN="My Presentation.ppt" or "New Developments.pdf"
    also AUTOPLAY.INI must be in same folder as AUTOPLAY.EXE
    to make your disc start properly when inserted you need:
    1. AUTORUN.INF
    2. AUTOPLAY.EXE
    3. AUTOPLAY.INI
    4. end user PC that don't have autoplay feature turned off (sorry can't control everything)
    and before i forget:
    AutoPlay.exe does not handle your files. it simply tells Windows to open them.
    in other words target pc should have installed software to handle specified file type or
    the moment of glory will be...well without glory...
    good luck

    579 downloads

    Updated

  19. IB(NA) 66236C

    User Manual for A2C I/O unit

    1686 downloads

    Updated

  20. Controlling another application with VB.NET

    Small demo how to write program that uses another application (any). In this demo (VB.NET source included) remote application is Windows Calculator.
    Things to note:
    - launch check if running and close remote app
    - issue commands such as minimize maximize and restore (note that this works even if actual icons in upper right corner are grayed out this only prevents access in normal use not when accessed remotely like through API)
    - read and write text from/to remote app (also works if user cannot see remote app like when minimized etc.).
    - issue mouse clicks (to be effective should not be affected by user moving mouse cursor and should not interfere with user interaction with computer)
    - it can focus on and control specific instance of the application (try to run several Calculators) etc.
    panic mode
    PS. To really see what is inside remote app you want to manipulate (check class caption etc.) you will need program like ShowWindow http://www.thescarms.com/VBasic/ShowWindow.aspx

    2326 downloads

    Updated

  21. NT31 data entry

    Attached file is sample basic HMI application for Omron NT series HMIs.
    It shows how to do numeric and string input and it contains compact
    version of ASCII keyboard which will fit NT31 (will work on any other NT screen)
    which is something my version of NTST does not include and keypads for 620
    screens don't fit (NTST menu Windows Symbol Manager).
    Note when creating keypads they have to be in "1-3999 (Window/Keyboard)"
    while normal screens are in folder "1-3999 (Standard)"
    When creating new keypad from scratch:
    create new keyboard screen note dashed line rectangle. that indicates size
    of the popup window. all new keys/buttons must fit inside (what doesn't fit
    into frame will not be downloaded to HMI and will not show up)
    when creating standard screen:
    drop numerical input or string input object onto screen. note that there are
    two overlapped objects that are linked. one of them is tied to PLC memory and
    specifies focus type (i changed it from flashing inverted to just inverted).
    the frame around it is touch switch object which brings popup window
    (Input Key window/keyboard specify keyboard screen number).
    notes:
    you can have different functions assigned to touch switch.
    pay attention to cursor location or you may end up overwriting wrong value.
    objects on screens interact with tables (numeric string etc.).
    tables contain reference to PLC memory locations.

    1036 downloads

    Updated

  22. Communication setup when using Panasonic GT display with Omron PLC

    Step by step instructions on comm setup of Panasonic GT series HMI and Omron PLC (CJ1M in this case)

    954 downloads

    Updated

  23. FR-A7NC Instruction Manual (CC-Link comm.)

    IB_NA_0600167ENG-B
    Variable Frequency Drive FR-A7NC Instruction Manual (CC-Link communication)

    1625 downloads

    Updated

  24. Atlas Copco Open Protocol

    Atlas Copco Open Protocol Rev22

    2964 downloads

    Updated

  25. Configuring CC-Link

    Just a small introduction to configuring CC-Link...
    It doesn't replace manual it's just brief overview and
    short example how setup could look like on Q series PLC but
    this is very generic and most of it will apply to other platforms.

    4488 downloads

    Updated