Sleepy Wombat

MrPLC Admin
  • Content count

    2003
  • Joined

  • Last visited

Files posted by Sleepy Wombat

  1. Port Mon

    Portmon is an applicaiton that lets you monitor serial and parallel activity on your local system or any computer on the network that you can reach via TCP/IP. It is the most powerful tool available for tracking down port-related configuration and analy

    2910 downloads

    Updated

  2. PLCs Power Point Presentation

    A Power Point Presentation Overview on PLCs Covering and Overview of the technology PLC's in HVAC and Web Technologies
    The file includes the Presentation and the latest Power Point Viewer 2003 from Microsoft TM

    13317 downloads

    Updated

  3. SMS - GSM PLC Communications

    Files for Setup of a FALCOM A2D GSM modem to an Omron CJ1M-cpu22 to send SMS text messages. Included files are CX-Prgrammer File and Word Doc explaining the Setup.

    6219 downloads

    Updated

  4. Modscan

    Modscan will emulate a Modbus Master enabling you to check modbus communications with a Slave.

    4918 downloads

    Updated

  5. CS/CJ1 Communications Protocols Reference Manual

    CS/CJ1 Communications Protocols Reference Manual
    Manual W342-E1-07

    3178 downloads

    Updated

  6. ZX Laser Sensor & F160 Protocols

    This set of files contains the CX-Protocol file and PLC code for a CJ1 PLC and serial card to communicate to the ZX Laser sensor and F160 vision system. This was achieved with a serial card and CX-Protocol. The commincations that this sensor uses is Comp

    599 downloads

    Updated

  7. CPM2A Interupt High Speed Counting Sample

    This sample program will allow you to use the standard inputs namely inputs 000.03000.04000.05 as single ended inputs high speed counters. Note the maximum speed on these inputs will be 2kHz. These will count independantly of the scan time.
    Why did

    3887 downloads

    Updated

  8. FCS (Frame Checksum Calculator)

    This little gem of a program will calculate the FCS (Frame check sum) for a given string....an invaluable tool when diagnosing and debugging Hostlink communication sequences with an Omron PLC...

    3438 downloads

    Updated

  9. PLC Clock adjustment with screen

    This program will display the clock time and date on a screen and allow an operator to easily adjust the time/date values though the familar use of thumb wheel switches.
    The screen used was an Omron NT21 and the PLC is the Omron CJ1M.
    The zip f

    2857 downloads

    Updated

  10. CX-Simulator V1.3 Operation Manual

    Omron CX-Simulator V1.3 Operation Manual for Software(WS02-SIMC1-E)
    CX-Simulator is a PLC simulaiton package for Omron PLC's. Can be used in conjunction with CX-Programmer CX-Supervisor CX-Server Lite CX-Server OPC.

    6331 downloads

    Updated

  11. Random Number Generator

    Generates a Pseudo random number using the mixed congrential method.
    Formula r(i+1) = (a r + b) MOD N
    This will generate a random number between 0 & N-1 with N = 2 (pwr 20) = 1048576 a = 1909 b = 221571
    The MOD operation is the integer

    3674 downloads

    Updated

  12. Toggle Button

    This program illustrates how to simply Toggle a bit on or off with a single input. (A basic flip flop if u like)
    Two versions are provided
    The first version will work in a CJ1 / CS1 PLC because of the direct diff funciton on the input bit.
    The se

    3103 downloads

    Updated