pszczepan

MrPLC Member
  • Content count

    438
  • Joined

  • Last visited

Everything posted by pszczepan

  1. Do you use win7 64 bit or 32 bit?
  2. CX-Designer - download app via CJ1M

    Hi ! I am curious if I can download application from CX Designer via CJ1M. PC connected to CJ1M via peripheral (toolbus) CJ1M -connected to NS via serial - NTlink How I have to configure routing table first I set in CX Integrator "local network #1" to UNIT 252 In CX designer there is some routing, but I do not know how to configure that Thanks for clue
  3. Hi ! I checked specs for card CJ1W-B7A.. and strange for me is the minimum input time. I checked that in W393-E1-14 page 199 (pdf 242). Is it true that for high speed this time must be so long - or it is just mistake in manual. Thanks for explanation
  4. I'd like to make button blinking when alarm is active. the long way is to make ladder to switch on some address to control flicker indirect. I have many alarms and I am thinking to use macro. I can start blinking when I use common macro for alarms - "On timing alarm is occured" and it works - correct. I have problem to stop blinking. In my project all alarms are canceled automaticaly when they are become inactive. Macro "On timing alarm is canceled" does not work for me. Is there any way to switch off some address when no alarm is activated? Hm Thanks for clue
  5. Flickered button when alarm is active

    $B101 I set as BITS AND BYTES wrote (thanks for clue) and when I test offline it changes values every 1 second - perfect Next I want to use $B101 in alarm number macro First I check if $W18>0 if it is =0 then $B100 should be 0 IF $W18>0 I make macro4 Value of $B100 ( control flag for command button) depends on $B101 It looks like it should work but it doesn't - hmm The command button should be ON when there is no alarm. When any alarm occur ALARM button should be ON/OFF every 1 second
  6. Flickered button when alarm is active

    I used $W18 where is number of active alarm and it works - as Lostcontrol wrote Everything would be perfect but flicker options for Command button seems to work odd. I cannot switch ON and OFF whole button. I only get some thin frame around the button which flicker. I changed all options - whole object and others but still the same. Whole object can flicker only if the object isn't a "Select shape" Lamp type. For Command button always there is a shape. I think to leave flicker if it doesn't work and make display button using indirect control flag. If I use PLC address to control flag I have some delay when I change the screen and it doesn't satisfied me. Can I find any internal bit of NS which fe. become ON and OFF every 1 second. Finally I want to get blinking Command button when alarm is active using just macro without using PLC address.
  7. .VEC file editor

    Hi, I'd like to edit some files in CX designer library. All have vec extension. Do you know any open source soft to edit such a file? thanks in advance
  8. This is a settings which I can do: I installed also the newest driver for this chip: http://www.ftdichip....Drivers/VCP.htm Maybe there is another application to setup more special parameters in this chip, but I do not know. Anyway I tried to set some different values for latency, timeouts etc., but what I see only is: TX LED blink 4x. RX LED doesn't light at all. In FTDI support I found: "How do I prevent buffer overrun in 245 FIFO mode? The 245 FIFO interface should only be written to when the TXE# pin is logic 0. The TXE# pin will go to logic 1 and back to logic 0 for every byte latched in. If the application on the PC never reads any data the buffer on the PC (64kbytes) and the buffer on the chip will become full. When these buffers are full the TXE# line should remain at logic 1 until the application on the PC does a read to free up some space. Some users report TXE# goes back to logic 0 after a brief period (actually matches latency timer). This can result in data loss due to overrun. To prevent this from happening the application on the PC should have set flow control for RTS_CTS flow control. Although the hardware does not have RTS/CTS pins the driver does not know this, but it is now forced to monitor certain status bits, which allows the TXE# pin to be kept at logic 1 until space is made available." I do not know if it is important but in original cable for servo RTS and CTS are bridged. Hmm ...
  9. Hi ! I used some USB-RS232 converter (Prolific 2303 driver - not made by Omron) with newest drivers. It works perfect with CX-P and others application - not complains at all. I have only problem with connection with servo. I use original cable for it R88-CCG002P2. After connection is established (baud rate 9600) soon connection is cut. I used laptop on battery, servo is grounded etc .. still the same. Did you have such a problem. Omron suggest that problem is in USB converter but I am not sure. I haven't had any problem before with Omron application also. Maybe there is some clue Pawel
  10. It is really strange. Before I had USB-RS232 built on PL2303 and as I wrote it worked from time to time with set only 9600,8,N,1, but I couldn't change anything I organized new converter built on FTDI processor, which should be much better, but now I cannot establish connection anytime. I checked cable pinout and it is as below What means the caution. Is there any special way to make connection? but still I got such a reply Converter has LED TX and RX and I see that PC is trying to send some frames (TX LED) but nothing comes from R7D-BP04H I use CX drive 2.6.0.17 The problem is that this servo drive doesn't have any panel so I cannot change anything in parameters. Any clue will be useful
  11. I have VPN connection and through System Menu I tried to change password LEVEL 2. I couldn't. The question is if it is possible to change password through NS web Interface
  12. Hi For the same inverter I found 2 different EDS files: https://www.omron247.com/Industrial-Automation/Store/GSAPrimarySearch?URL=OmronGSAPrimarySearchView&storeId=10051&catalogId=10051&langId=-1&searchInput=MX2+EDS EDS simple is about 151 KB EDS is about 276 KB Do you know what is the real difference between them thanks for clue
  13. EDS & EDS Simple - what is the difference

    The smaller one is the simple version 3G3AX-MX2-DRT-AB004_A2004-E.rar 3G3AX-MX2-DRT-AB004_A2004-E.rar
  14. I have problem to make correct CJ1M setup to work with routing table and at the same moment working in LAN to send date to NSJ I have NSJ - 172.16.20.1 I have CJ1M -172.16.20.2 When I have no routing table SEND, RECV work correct When I set routing table as below I can have remote access via VPN but when I have such a parameters FINS command like SEND, RECV does not work. How I should configure that? Thanks in advance PAwel
  15. ERH LED blinking - CJ1M-CPU12

    I forgot to mention that RECV and SEND I execute also with different logical port. One is LD A202.01 other one LD A202.07 I read manual W342-E1-11+CS and page 58 mention just communication enable flag and error flag. So - the question is - what is busy flag for ETN card or logical port as PArrafin Power mentioned. Thanks
  16. ERH LED blinking - CJ1M-CPU12

    Hi I do not really know what is the problem Looks like everything is correct but still it is blinking. On Web UNIT status I found the error Address disagreement and in manual I found info: ON if the remote IP address is set to automatic generation but the local IP address host number and FINS node address do not agree. Could you explain how to resolve this problem thanks in advance Pawel
  17. ERH LED blinking - CJ1M-CPU12

    I changed the mask to 255.255.255.0 and ERH stop blink - thanks for clue. It is OK now but I have another problem I have CJ1M-CPM12-ETN and NSJ. CJ1M communicate with NSJ via FINS command. When I only SEND on f.e A202.01 everything is OK abut when I try use RECV on the A202.02 at the same time it is stop working. Could you explain how I have to write those two instructions to work simultanously. When I try to: LD P_0_02s SEND LDI P_0_02s RECV works from time to time. What is idea of that
  18. ERH LED blinking - CJ1M-CPU12

    I have 3 rotary switches . Upper one is a UNIT no and it is 0 Two lower I used for last octet. I checked a few IP and still the same. f.e IP in setup I set 172.16.20.1 and left switch on 0 and right to 1 later IP 172.16.20.219 and left switch do D and right to B After that I made a reset, after that ERH is all the time blinking and can ping PLC, be onlne with CX-P via hub but still there is sth wrong. What I noticed that I cannot send FINS command from this PLC - actually I can send but other PLC doesn't reply to this command.
  19. NS5 with ETN and time out Error

    Hi ! I have NS5 connected to 2 PLC's - hosts via ethernet. One of them is regularly switched off and it is OK. When the host is OFF NS5 trying to connect to host and annoying error shows that time-out error occurs while downloading the data. I set in COMM TAB / Comm Auto-return to ON and now I do not have error but NS5 works really slow - probably because NS still waiting for the host reply Is it possible to set NS5 that if some bit is OFF NS5 doesn't try to be online. I could set that bit in the other PLC - they communicate via FINS each other thanks for clue
  20. NS5 with ETN and time out Error

    PLC on the moving carriage has small quantity of signal - so I will try macro idea and let you know if it helps a little. By the way - What panels do you use in such a applications - it can be useful for the future?
  21. NS5 with ETN and time out Error

    This is just idea - maybe it can work all object will be connected to internal PT memory addresses Internal addresses will be updated via macro and READCMEM instruction Did you try guys such a solution. Does it help or still the same - at least I can have switch to start macro and reading from the host when it is online?
  22. SFC - active action does not reset flag

    Hi ! I have such a code When the action is activated first I want to reset flag W400.15 if it is active. The problem is that this does not work and later transition checks if W400.15 is ON. Because it was not reseted code in the action is not executed. Do you have any explanation of that -how I can reset this flag once at the beginning of action? thanks Pawel Strange is that when switch POWER ON/OFF/ON to PLC and I set W400.15 manually before action is activated this code works and reset W400.15. It is just like some hazardous, but have no idea why. The flag W400.15 is only used in this action
  23. SFC - active action does not reset flag

    The code which I attached is a first line of some action in SFC. So, First scan bit will not work because action is activate much later. First cycle task will not work also, because all SFC code is in one task and the action is also activated later than first cycle task. Finally I splited action to two separate actions and action which should reset the flag is set as P1 action qualifier and the main action is set as D=1s qualifier It works - thanks ParaffinPower
  24. SFC - Syntax error line 2:6

    Hi ! I want to start programming in SFC. I made simple example and during compilation I get Error: ERROR: Syntax Error line 2: ó I do not even know where I should look for the error - line 2 hm In the manual there is a connector to the initial , but I do not know how to make it. Could you give me some clue what I do wrong. thanks Pawel
  25. SFC - Syntax error line 2:6

    I got it - in the action name I used polish letter - it cannot be polish character. "Status_wózka" must be changed to f.e "Status_wozka" "