Milosh

MrPLC Member
  • Content count

    86
  • Joined

  • Last visited

Everything posted by Milosh

  1. Change title bar of pop-up screen

    Close button on title bar is all grayed, and like that, is not have good visibility. I hope that I can change it to standard red button with white X.
  2. Hi all. How to detect on 10bit gray code absolute enncoder that one wire is broken? It is wired to plc digital input card. Is the solution to use timer and check every wire if signal not change during defined time interval then set error...or something similar?
  3. Detect wire break on omron absolute encoder

    Thanks all for reply. Sergei: Yes, I would like to have possibility to detect broken wire as soon as possible. gclshortt: Sometimes the encoder will not move for full turn. Operater can start machine, and very fast can stop. In that case encoder would not make full turn. Also sorry for my previuos wrong answer, about full turn. I thinking about this solution: when machine started, encoder turning, for every wire (signal) I need to check if state changes during defined time interval. If state changes everything is ok, but if not I shoult to stop the machine and set error flag. But I need 10 flags for errors, and 10 timers to detect that. I'm just looking for some easiest solution.
  4. Detect wire break on omron absolute encoder

    Yes, encoder makes full turnduring operation.  
  5. Detect wire break on omron absolute encoder

    Thanks for reply.  I have 10bit omron encoder with gray code. Every of this bits goes to one digital input on digital input module.   
  6. Detect wire break on omron absolute encoder

    Thanks, but I can't use this instruction with plc  I have. It is cs1d and gry instruction is not supported.  
  7. P_WR, P_CIO

    Hi all. For what this system flag is used?  
  8. Finnaly I change IP address. I use words DM30198, and DM30199 to set IP address. DM30198 #C0A8 - as 192.168 (first two segments of IP address) DM30199 #001F - as 0.31 (second two segments of IP address) When used only rotary switch, it changes only the last segment of IP address - so the address always stays as 192.168.250.xxx where xxx - rotary switch settings.  
  9. Hi all. I use CPU CS1D-H with duplex module CS1d-DPL02. In main rack I have CS1d-ETH21(ETH11 Mode) module. Set node addres unit no to 1, and adress node 1f as last segment of IP address 31. In IO_tabe unit setup address of the module is 192.168.0.31. After that I change communication settings in CX programmer to Ethernet and IP address like above. But can not connect to PLC. What I miss?
  10. I also tried to change the IP address from web page. Goto http://192.168.250.31/0 and go to Settings-> System and login with ETHERNET  After that IP address which is set is 192.168.0.31 and subnet mask is 255.255.255.0 I click on Set and then Regist. Turn off the whole rack with CPU and ETN21, then on, after that address is not changed. It's stay 192.168.250.31  
  11. Finally, I set up address in Unit setup to 192.168.0.31, dial switches set to 1 for x16_1 and F for switch x16_0. Then I use wireshark...bum...I get Ip address for omron as 192.168.250.31... Why????   Now I can connect with this address 192.168.250.31, but in unit setup is set address 192.168.0.31, and subnet mask 255.255.255.0   Im not sure why third segment of IP address is not changed to zero. Instead of that it is 250???
  12. I tried everything... Configuration of Unit is good. LNk led ON, RUN led ON, 100M LED on. I cnt't ping my card. My comp and card is in the same subnet. I don't know what is the problem...    
  13. Yes the subnetmask is ok: 255.255.255.0 I set 1 on rotary button x16_1 and F on rotary button x16_0... I tried with a switch, crossover cable...
  14. Thanks for reply. I can't ping tha card via Command promt... Its not CS1D-ETH21. It is CS1W-ETH21(ETH11 mode), my mistake. I can see it in Cx integrator, but can't ping.
  15. APR function - help

    Hi all... I want to scale data from analog input which I defined as Name: _LEVEL Type: CHANNEL I defined also next D words D10000 - ParamControlWordLevel    UINT D10001 - ParamAnalogLowLevel    INT D10003 - ParamOutLowLevel    REAL D10005 - ParamAnalogHighLevel    INT D10007 - ParamOutHighLevel     REAL Scaled variable is MeasureLevel REAL  W20 I have set on PLC first cycle ParamControlWord=#0201, use floating point  with one linear segment, ParamAnalogLowLevel=#0000, ParamAnalogHighLevel=#4000 (current input). ParamOutLowLevel and ParamOutHighLevel sets administrator from touch panel. APR Call parameters are 1. Control word = ParamControlWord 2. Source = _LEVEL 3.Result = MeasureLevel Is this good configuration? What if I have something in Source word (etc. #1160), but Result is zero (+0.0).   Best regards, Milos    
  16. How to add ProSoft RS485 MODBUS module (ILX34 MBS485) in Logix5000? I didnt have this module in selection list?
  17. Hi all. Which software to use to develop PanelView plus 7 operator panel application? Is that Factory View ME? Can I integrate it in Studio 5000?
  18. Hi all.  I need some introduction in serial communication between mentioned device... CPU unit CS1D-H, serial communication unit SCU21-V1 and GPRS device. How to choose protocol mode? How to create program for sending data to GPRS modem?   Thanks in advance, Miloš  
  19. CX-Designer

    Hi all. Is there any way, to add two events with same address in Event log? I need to make event list, when address is ON and when address is OFF? Thanks in advance, Miloš
  20. How to log panel commands

    Yes, I made that. But when I start integrated simulation I can not see the event in list. I set Save to History option. Put the Alarm/Event summary control on screen, but cannot see changes, maybe the simulator is to slow, I don't know...
  21. How to log panel commands

    Hi all. How I can log panel commands, in Event list? On panel, operator pushing some buttons, how I can write a moment in event list when operator push buttons? On panel application command button set some Bool tag, and PLC in last section reset this tag. I need to make some log of giving commands...    
  22. How to log panel commands

    I see the operation log, Tab Write-> Record to operation log, etc. for ON/OFF button, but how to show it on panel control or something else?
  23. CX-Designer

    I also think like you. Thanks.
  24. Ns panel backup file?

    Hi all. Is there any loction where I can see my backup file of panel project. I have situation that one of my host dissaper from list, no one tag is displayed in symbol list, only local tags stay?