pszczepan

MrPLC Member
  • Content count

    438
  • Joined

  • Last visited

Everything posted by pszczepan

  1. NTC temperature sensor and CP1H

    Can I set switch threshold for the sensor in this ABB relay. Anyway please write model of this relay. Thanks in advance Pawel
  2. NTC temperature sensor and CP1H

    Yes you are right - it is thermistor I have such a sensor integrated with moisture sensor to control ground temperature. Could you write model of this ABB relay - is it analog converter to signal 0..10VDC or something? regards
  3. Inverter JX to CX drive

    Hi I have problem to connect JX inverter to CX drive using cable RJ45 to RS232 - the cable is from Invertetr V1000. I have USB-RS232 adapter and it works everytime with different hardware , but now when I try to make autodetection I have no success.: I chose JX inverter , direct connection and I have only 4800 speed and after while I have info NOT detected What I am doing wrong? thanks for clue Pawel
  4. Work bits does not exist

    Hi I wanted to add Work bits to CP1L tags in NTXS but I do not see them. Is it bug or I have to use Link words for it? Pawel
  5. FB + structured text and array question

    Hi I need to put values from D area f.e. D110-D117 to array Do I have to prepare 7 input variables as I did below or I can set in FB that values for Array variable are in some memory areas, and it gets values automaticly - it would be useful
  6. GT Designer 2 and key code

    Hello ! I got some application for GT1020 and I have to fix sth. On one screen I have touch and key code. Could you write why it has value 2648. I am nor familiar with Mitsubishi. Thanks for any clue. thanks
  7. GT Designer 2 and key code

    Assuming it is one character I would like to know aim of that. What for is sending character when the switch is pressed. What sequence I should find in PLC program to cooperate with such a key code. thank you
  8. GT Designer 2 and key code

    I know they are 2 characters: 2648 - it is &H. What for designer could use this codes and if I use conversion I can just converse one character. f.e if I type &H I got 0026 regards
  9. CQM1H-CPU51,CQM-CIF02

    Hi ! CQM1H has two ports - peripheral is connected to CIF11 and RS232 to NT11. Recently it stopped working as before. Using RS232 I could connect CX Programmer with PLC. CQM1H has adapter CS1W-CN114. To establish connection I used CQM-CIF02 and set PLC DIP switch 5 to ON. I couldn't make connection. I used also option in CX Programmer - Network settings / Scan Serial Ports for PLCs. I set all bauds rates and cable types. It didn't find any PLC. CIF02 - is OK - I connected without problem to CPM1A. Does it mean that peripheral port in my CQM1H burnt out?
  10. Smartslice GRT1-CP1-L - supply question

    Hi ! I want to connect encoder with line driver - 5VDC I have dip switches in my card in OFF position, but still I have 24VDC between V and G on card. It will burn my encoder. Do I need external supply for encoder - strange it should be 5VDC thanks Pawel
  11. OMRON data for EPLAN

    I downloaded eplan.zip from myomron and it is definetely outdated - it is for eplan 4.0 and it is useless for P8. I do not speak spanish - CSR - could you attach more precise link for your eplan source. Maybe another link???
  12. Smartslice GRT1-CP1-L - supply question

    I have Omron Encoder - E6B2-CWZ1X - it is only for 5VDC Hmm
  13. Hello ! Worked OK 2 hours ago. Now I cannot upload program either compare What is that Thanks for fast help
  14. Macro - bit value indexing

    works perfect -
  15. Macro - bit value indexing

    Hi I have FOR.. NEXT Loop On the left there is a macro definition, at the right is a simulator The question is - why $SW27 after 6 loops has value 28 when it started from 10 and it has 2 increase. For me it should be 22. Thanks for clue.
  16. Macro - bit value indexing

    Where can I find this option "index registers are ticked and that BINARY is selected (not BCD)". I found that, but all the time I have here binary thanks
  17. Macro - bit value indexing

    Thanks for answer. Anyway I have still problem with 6th loop. If I set H10 for a first loop I get value in W10 next is H10 + 2 (H12) and value is for W12 next H12 +2 (H14) value is for W14 next H14 +2 (H16) value is for W16 next H16 +2 (H18) value is for W18 next H18 +2 (it is not 20 - it is 1A) but I want to get value for W20. How I have to implement it - I cannot find solution ?
  18. CX simulator - problem - CXONE 3.0

    OK I got it - it is a problem with WHILE DO statement. If the WHILE condition is not meet CX simulator stop connection. Resolved
  19. Smart solution request

    Hi ! I am just thinking how to implement such a process. boxes are going on the line with encoder installed. Each box has a few parameters: - box order - values: 1,2,3...8 - box ID - word value ( 1..65536) - the position on the line from encoder - word value ( 1..65536) - target info - values (0,1,2, or 4) At the beginning box get order f.e 1 and ID f.e 34567; next box get 2 later 3.... to 8 with different box ID They are going and in some moment when boxes pass the sensor they get value from the encoder about their position on the line. In mean time the PLC get reply from the SQL about target info and this value has to correspond to box with unique ID box. I am thinking about indirect addressing. Any other proposition about the smartest solution. Pawel
  20. IR words

    I want to work around indirect addressing and I downloaded IR Monitor, I installed FINSgateway from CxOne3.0 I started cx simulator and monitor shows timeouts as in attachment. There is no manual how to setup Finsgateway to work with IR Monitor . Could you describe the procedure to working IR monitor - any suggestions? thanks Pawel
  21. NQ - data logger

    Hi I wanted to show on the screen time when some events happened - I guessed I could use data logger - but after some research and manual read I do not think I can do that using data logger What I read: - I cannot display logged data on screen - just upload and look at Calc as a CSV. It is more for application designer than end user. I cannot set option - new insert to data log when the tag state changed - only every some interval inserts are make. Is it correct? Thanks Pawel
  22. NQ5 - Copy Tag B to Tag A

    Hi ! Have you had such a behaviour: I have two tags: D15 and D290 both are in CP1E When I use "Copy Tag B to Tag A" as a task while showing screen -value from D15 is written to D290 - OK. When I I use "Copy Tag B to Tag A" as a "task before showing screen" everytime I get some stupid value in D290 #131. I use NQ Designer 1.2 (12.02.2010) is there bug? - it is stupid. I changed values , address still the same. Any clue thanks Pawel
  23. NQ RTC clock update from PLC

    Hi ! Is it possible to update RTC clock in NQ from PLC? I have ladder program to change time from winter to summer and I want to update RTC clock. In global task I found only : Copy RTC to PLC block - not oposite and tags for RTC are only readable. I do not think if I can do - need just confirmation. Thanks
  24. NQ RTC clock update from PLC

    If you can PDL please upload screens - it will save some time. Thats pity that in NQ designer, it is impossible to copy screens between projects.
  25. CP1E-N30 and NQ5 - no connection

    Thank you - Pp - finally it started working - UNIT NUMBER in <RS232 port> tab for PLC has to be the same as an ADDRESS in <node> tab for NQ