Sleepy Wombat

MrPLC Admin
  • Content count

    2003
  • Joined

  • Last visited

Files posted by Sleepy Wombat

  1. 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

  2. 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

  3. 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

  4. 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

  5. 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...

    3435 downloads

    Updated

  6. 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

  7. 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

  8. CS/CJ1 Communications Protocols Reference Manual

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

    3178 downloads

    Updated

  9. Modscan

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

    4918 downloads

    Updated

  10. 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

  11. 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

  12. 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

  13. Rawwrite

    This program is a replacement for the traditional command line rawrite. This version works under Windows NT 4 and derived versions like Windows 2000 and Windows XP. It also works under Windows 95 and derived versions like Windows 98 and Wi

    1020 downloads

    Updated

  14. CX-Simulator Introduction Guide

    CX-Simulator Introduction guide... (Similar format to the CX-Programmer Intruction Guide)

    5833 downloads

    Updated

  15. CX-Simulator - Using UM2 and UM1

    The attached file conatains setup notes and a sample program showing how to debug a plc programme using CX-Simulator and UM2

    2066 downloads

    Updated

  16. CJ1W Tempcontrol Operation Manual W396-E1-03.

    CJ1W Temperature Control Cards Operation Manual W396-E1-03.

    993 downloads

    Updated

  17. W364-E1-2 CQM1H CPU and Inner Board Programming Manual

    CQM1H Programming manual

    3912 downloads

    Updated

  18. Free PID Simulation

    A neat little PID simulation package that includes a compiled help file.

    29514 downloads

    Updated

  19. Modbus Protocol Macro

    Omron Protocol Macro for Modbus Communicaitons RTU. Master and Slave.. To be used with the CJ/CS serial cards capable of Protocol Macro.
    Original version by Omron.
    Modified by me getting rid of a couple of bugs!!!

    9391 downloads

    Updated

  20. Woodwood Controler Example Protocol Program

    This is a sample program to communicate to a Woodwood controller. This program is to be used in conjunction with the Modbus Protocol Macro Software. (See download section)

    1700 downloads

    Updated

  21. Compact Flash Memory Write

    The attached code will enable the Omron CJ1 PLC to write a combined text number file in a csv format to the compact flach memory card.
    To extract the data some minor manipulation is required. The file is stored as an DATA.IOM file in the TEST directo

    2937 downloads

    Updated

  22. Scaling in CJ1 CS1 PLC's

    The use of the old scaling functions SCL really suck when it comes to the new CJ1/CS1 PLC's mainly because it still relies on BCD etc....Today is so easy to use INT UINT values in the program i hardly ever use BCD any more.....
    Therefore I n

    3745 downloads

    Updated

  23. V004-E1-2 NTSS 4.1 Software Manual

    NTSS 4.1 Software Manual for NT20M/NT600M touchscreens in pdf form

    1239 downloads

    Updated

  24. FB Calculate Day Of Week

    Will calculate the day of the week given and date of Year Month and Day

    2066 downloads

    Updated

  25. FB Extract Time Date into SecMin Hr Day Mth Yr

    Will extract and output the Time and Date in 6 different output words being Sec Min Hours Day Month Year. The year output is a Y2K format in that the range is 1980 thu 2079.

    2565 downloads

    Updated