Sleepy Wombat

MrPLC Admin
  • Content count

    2003
  • Joined

  • Last visited

Files posted by Sleepy Wombat

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

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

  3. W396-E1-03 CJ1-TCxxx PLC Temp control module

    Omron CJ PLC - CJ1-TCxxx Temperature Controller Special IO Module

    811 downloads

    Submitted

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

    CQM1H Programming manual

    3912 downloads

    Updated

  5. W304-E1-4 C200HW-COM0x Communictations boards

    W304-E1-4 C200HW-COM0x Communictations boards

    1143 downloads

    Updated

  6. V004-E1-2 NTSS 4.1 Software Manual

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

    1239 downloads

    Updated

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

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

  9. Sliding Mode Control Excel Speadsheet

    An excel spread sheet to demonstrate sliding mode control

    1716 downloads

    Updated

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

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

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

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

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

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

  16. NT620C Operation Manual

    Omron HMI - NT620C Operation Manual

    676 downloads

    Submitted

  17. NT Support Tool - Operation Manual

    Omron NT Support Tool Operation Manual (used for programming older model screens - DOS based software)

    754 downloads

    Submitted

  18. NT Series Support Software V4.7 for Windows - Manual

    NT Series Support Software V4.7 for Windows - Manual

    2717 downloads

    Updated

  19. Multiway v7.1.1.1

    Great Free utility from Omron...
    Installation in French... you could be prompted that a newer version of a file already exists and it will prompt you if you wish to retain that file.. remember that Oui = Yes...
    See this thread for original poster of link
    http://forums.mrplc.com/index.php?showtopi...amp;#entry58783

    1863 downloads

    Updated

  20. Modscan

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

    4918 downloads

    Updated

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

  22. Free PID Simulation

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

    29514 downloads

    Updated

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

  24. FB Scale with parameters

    This function block will scale a value and output the rsult as an interger value and floating point (real) number. The result can be clamped or not clamped to the Min and Max range. Output bit indicating Over and Under range is also included.

    3914 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