pfort

MrPLC Member
  • Content count

    398
  • Joined

  • Last visited

Everything posted by pfort

  1. Log whit CPM2A

    Nice and simple example for understanding indirect adressing
  2. Structured text in FB

    I have a question on programming a FB in ST: Is there a way to read and copy the content of a variable on a rising edge of the EN input, or, in a very short laps of time? In that FB i need to make some maths with the value that this variable had at the moment of the step that enable the EN input. What i mean is something similar to : @MOV Thanks
  3. Copying label formats in CX-Designer

    Hi, You said: You can copy/paste portions of the label format but not the entire colums at once. You can copy/paste entire columns, and even more than 1 column at a time if you want. I forgot to say: For doing so, left click on the title of the column (That select all the column) then you left click on the first line of that column, and choose: Copy Then you left click on the first cell of the column you want to paste to (as you would do in Excel) and choose: paste
  4. Copying label formats in CX-Designer

    Hi again, i found what i was looking for, and maybe that will help you...i hope so For a given screen, Edit menu -> Edit Properties That will open this table. In this window you can copy something (color, or font, etc.) and paste to multiple lines at a time, like you would do in Excel.
  5. Copying label formats in CX-Designer

    Hi, I had almost the same issue today with an NSJ, i want to make english and french labels, but dont want to set again fonts, fonts color, etc.... I will try again tomorrow, if i find something i will post it here. Otherwise i will keep an eye here hoping that someone else have the ''trick'' if there is one...
  6. Numerical Display for C200 PLC

    To be honest, i already knew this HMI and used it with omron PLC's before OMRON sell it. It is also sold by Eaton Cutler-Hammer. The software is free. This is exactly the same product. The software is almost the same. http://www.eaton.com/EatonCom/Markets/Elec...rface/index.htm
  7. Numerical Display for C200 PLC

    Only CP1? Are you sure?
  8. Numerical Display for C200 PLC

    NT11 is almost obsolete thing...no touch screen, only 4 lines display (Only text, number and graphbar). If you want to use Omron product i suggest this: http://www.omron247.com/marcom/pdfcatal.ns...pdf?OpenElement It is not really made by Omron, (like the NT2S) but it is a touch screen, not more expensive than that NT-11, and less than half the price of monochrome NS product.
  9. CQM1 cpu 21 cx programmer 6.1 syswin 3.4

    now i know we can post very very looooooooooonnnnnnnnngggggggggggg pasted screenshots here
  10. Hi all, it is my first experience with DeviceNet. I use CX Integrator. No problem with all modules except with E5ZN-DRT. Master is NSJ8 (node 63), and display error code: ''D6'' for that node. I sent screenshot of monitor device for that node as attachment. I looked at p.122 of W380-E1-07. There are many possibility but i suspect the IO size. Is anyone experienced this? Oops Maybe it is confusing...when i wrote ''that node'' i meant the node off the E5ZN-DRT, (node 10 )
  11. DeviceNet and E5ZN-DRT problem

    Thanks PMCR, Yesterday i saw someone from OMRON Canada, and he found the problem. In Edit Device Parameters, Allocation Area1, i had clicked on the Default Settings button. I thought it was safe that way. I was wrong. I can not explain exactly why, now, (i am still learning) but since we reduced the size of these allocation, all work fine.
  12. Simply scale to 0-8000, then multiply the result by 2.5
  13. conditioning 100mV to 10V input for MAD42 card

    Not sure but i think your MAD 42 can read 0-20 mA. Maybe you could just make a 0-20mA loop with a 5 Ohm resistor
  14. DL05 and D0-07CDR card

    OK i tried the card in another PLC (DL06) and it worked fine, so i will order another DL05 assuming it is defective.
  15. Hi all, i am new to Koyo and experiencing a problem: I have a D0-07CDR card (4 in, 3 relays out) in a D0-05DR PLC. Outputs for the card are Y100, Y101 and Y102. I was never able to close contact of theses 3 relays. I have no problem to close contacts of Y0 to Y5, forcing them or programing them, but, even if i try the same way with Y100 to Y102, nothing happen with them. Anyone have an idea?
  16. DL05 and D0-07CDR card

    Is it CPU version? if yes, it is 5.20
  17. Current monitor with CJ1W-TC003

    Hi, i need help with CJ1W-TC003. (2 loops with heater burnout) Heater current monitor for loop 1 of unit 0 is 2013 and for loop 2 of unit 0 it is 2014. (n+13 or n+14) 1: I want to display the current on an HMI. 2: I want detect if, because of a fautive SSR, current is flowing even if the output of the controller is OFF. My problem is: when the output of the controller is off (because it is 0% or Stop Bit is ON), the value in the word for heater current monitor (n+13 or n+14) keep the last value before the output was OFF. So, because it is not monitored when output is not ON, i can not display the true value when it is 0, and I can not generate an alarm if current is flowing when it should not. Someone has a solution? Hope my english understandable