Search the Community

Showing results for tags 'nj sysmac network configurator'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 250 results

  1. I am using an Omron NJ controller and a Cognex Dataman 260 bar-code scanner.   At this point I can trigger the scanner and receive data from the scanner via ethernet/ip. My issue is in converting the response from the scanner to something human readable. The bar-code I scanned reads "872-3GSq".  The results of the scan are located in the variable Dataman_to_NJ[8]-[11]. At some point I know I need to use the SWAP function but I believe my lack of data type knowledge in this system is hindering me. How can I convert the value in Dataman_to_NJ[8] to the string "87"? Any assistance would be appreciated.  
  2. Hello everyone, I am working with a NB10W HMI connected to a PLC NJ by Ethernet protocol, I would like to know where to start regarding the sending of data from the PLC to the HMI. I have a 50x15 array and should show all those values in the HMI for read / write. How to proceed? I started working with PLC for a while. I'm using Sysmac Studio to programm the PLC and NB designer to the HMI.
  3. HMI VIEWER APP

    Hi recently I have seen Omron Europe and I have download an app for Android and iOS, that app can allow you to remote view HMI types NB,NS and NA9last from Omron). The reason of all of this, is if some body have try this app and also if communication and remote view was creat it. I have try all my best but still can't make it, if some body did it, could you please share it?. Thanks, Jose
  4. Hello, Does anyone have experience with getting online a NJ/NX via USB with Sysmac Studio running on windows 10? At Omrons website it says Sysmac Studio offers windows 10 support from version 1.15 but I can't find drivers anywhere. Have checked in the communication middleware folder as you can see in the attached picture.  https://www.myomron.com/index.php?action=kb&article=1580 I have Sysmac Studio 1.20.1.0 running on Windows 10 Professional. Its not a big problem for me right now, because I can always connect via Ethernet, but if the driver exist I would appreciate having it.  
  5. Enumerations in Recipes

    Hello,   Is there a way to limit the input of an ingredient value, possibly by use of an Enum?  For example, I have an ingredient called Press_Speed. I want the values to be either Normal, Slow_1x, Slow_2x, or Slow_3x. On the PLC these values are interpreted as numbers. Can I limit the input to the String representation of the Enum?   I'm using the NA series HMI with Sysmac Studio. 
  6. Hi All, Networking guy here, looking for network experts on a AB PLC (1756-EN3TR/B v217021900) which seems to STOP ARPing for a device after 10 ARP's. The device is purposefully powered down, but when powered up, it can take minutes before the PLC sees it again. The PLC team says only changes in the PLC's logic are made. When an older backup is restored though, I do NOT see the issue somehow. 1) The devices that are powered down are back on the network and reachable within 10 seconds or so (ping). The initial thought was that they were not even on the network, but they are. Just that PLC shows a comms loss. 2) With the 'good code', the PLC, once the device is offine, keeps sending ARPs to find the device. The first one is a directed one, the subsequent ones are broadcasts. These broadcasts keep happening till the device is back online and is able to talk to the PLC again. 1st ARP after comms is lost: 474.423859     Rockwell_cf:a7:6c     Hilscher_2e:ea:08     ARP      60     Who has 192.17.150.208? Tell 192.17.150.30 Next and subsequent ARPs after the first one: 475.423471     Rockwell_cf:a7:6c     Broadcast             ARP      60     Who has 192.17.150.208? Tell 192.17.150.30 These ARPs keep happening every 1 second, till the device is online again. 3) With the bad code, the PLC, once the device is offline, sends only 10 ARP messages total and then stops sending ARPs altogethe . Then it takes 10 minutes* before it sends another one. If the device is backup online by that time, the PLC finds it right away. SO with these 2 different code bases, how is that a low level L2 protocol like ARP is impacted so much. The PLC team tells me that they have no idea and not set anything related to it. My question is where is the ARP network behaviour governed and how to change it? How can older code which supposedly only has changes in logic have different ARP behavior? * The 10 minutes interval might lead people to think it's a ARP timer and most likely it is, but then people usually ask about gratuious ARPS (garp) and I've verified that they make it through from the device to the PLC OK. If the device is offline for say a minute, the PLC mirrored port does indeed see the garps, yet at that point the PLC is no longer ARPing and regardless of that garp, it has to sit out the time till it sends a next ARP till it connects. Thus, I suspect the coming back to life process is governed by the PLC ARPing for it, and not by the detection of a garps. Thanks everyone!  
  7. PILZ SOFTWARE

    Hi all,              I need pilz pnoz multi configurator version 5.5.2 software. If anyone have this software pls sent it that link. Advance Thanks & Regards, S.Muniasamy
  8. Hello everybody, i'm using sysmac studio and i'm new with the program. I want to use the ladder tools to describe the influence of the valves on the temperature and the flow. Can somebody help me how to do this? and where to start? The requirements of the project are: Valve TCV 35.01 is a temperature valve: u can control the outlet temperature of the water flow. 100% = 2 degrees celcius and 0% = 20 degrees celcius. Valve LCV 35.01 is a level valve: u can control the outlet water flow. 100% = 50litres/hour and 0%=0litres/hour. In the appendix u can see a view of the proces.  
  9. Hello all, i'm looking at installing a completely new network for our PLC system, using a ring topology. at the same time i would like to incorporate the IP cameras and VOIP into the same network.  each system is on a different sub net, PLC = x.x.1.x, Cameras= x.x.2.x, VOIP= x.x.3.x estimated camera traffic will be 25 Mbps, PLC 10 Mbps, VOIP no more than 1 Mbps  switches would be capable of 100 Mbps  question: managed or un-managed switches? if it is possible to use un-managed without affecting operations then this would be a massive cost saving    please only comment if you have practical experience implementing this  many thanks Dan  
  10. Hi Everyone! I try to read Analog Data in PLC Master through Salve Module (ECT-21) but i dont see any data, with an Digital Module i can read and write, but with analogic module i can't do anything. The analog module works perfect, i have 4-20ma Simulator and work fine. Modules: PLC: NJ501-1300 Slave: ECT-21 Analog: ADO81-V1 Can u help me? Regads..
  11. In Sysmac Studio, is there a way of addressing Array of for argument sake 100 INT. For ex: TEMP[array 0..99 of int]- AT %W0  If I do that will TEMP[1] be %W1 or I cannot address array. PS: I am currently using NJ501-1300 and Omron NB Screen. I am reading/writing total of 450 variable all comprise of either INT or WORD. I would like to group them together for easy access and keeping my variable table neat. Is there a better way of doing this. Any help is much appreciated.
  12. FINS over Network

    Hello. I'm trying to talk with different OMRON PLCs over network. You can do this using SEND(090)/RECV(098)/CMND(490). I can't find any FB using IP of destination PLC. From what I have read about FINS you only define: - Destination network number - Destination unit address - Destination node number The problem is, that I have the same node number in different IP ranges. For example: -          IP 192.168.1.10 (PLC Node:10) - Master -          IP 192.168.1.50 (PLC Node:50) - Slave -          IP 192.168.2.50 (PLC Node:50) - Slave -          IP 192.168.3.50 (PLC Node:50) - Slave How can I comunicate from master to slaves wich uses the same Node number 50? Where can I define IP Address of slave unit? I can see that Multiway is doing that without problems. Please help.
  13. Indirect Addressing NA Terminal

    Hi. ¿Is there a way to use indirect addressing on a NA Panel?  I need to use a motor operation template for several motors and i think is not very smart doing the same panel over and over. I have always created a screen and then reused it (on FactoryTalk View, Intouch, Schneider Vijeo) The problem is that we don't find any article about indirect addressing on NA panels. So we dont know how to do it. On CXDesigner we used DM addressing so we could use a template instead of creating many button panels when we need to operate a motor, for example. Its like when you use indirect tags on Intouch or Parameter files on FTV. I fear that indirect Addressing is not possible, but in that case ¿Which method do you recommend? ¿Got an example or an article mentioning it? Thanks in advance.
  14. [Utilities] - NX-EIC202 Utility

    NX-EIC202 Utility View File A nice little utility created by PMCR that calculates the power consumption for NX I/O, provides the I/O layout for a given allocation, creates symbols for use in CX-Programmer and aliases for use with an RSLogix5000. Submitter Michael Walsh Submitted 09/22/16 Category Utilities
  15. Sysmac studio network configurator

    hi could you help me to find sysmac studio network configurator? from where i can start it?
  16. Hi, I am doing a project with three Omron Cj2m cpu.  I dont know how to connect More than one Omron Cj2m Cpu Plc in a same network to communicate each other with a Internal Memory addresses. Can any one help me to understand?
  17. I'm printing extracts of my code for change control records. The print quality is terrible as it seems to output low-resolution JPEGs to the PDF or XPS files rather than vectored graphics and TrueType (or other vectored) fonts. See the attached close-up showing the artifacts. Exporting in this fashion also makes the resultant PDF unsearchable. I can't find any configuration options for this. Is there a fix?
  18. I have version 1.17  .. and when I tried to import a file from a friend, I got this instead: Is there anything higher than V1.17? 
  19. NA5 Screen Locks Up

    I have multiple NA Screens on a control system and they are arbitrarily locking up.  The screen becomes distorted and unresponsive.  It has happened at least three times on different screens.  The only way to resolve the issue is to disconnect then reconnect power.  Has anyone seen this issue? Is it a known issue?  The controller is an NJ5.
  20. I am new in sysmac studio programming. I used WSFT function (word shift) in cx-programmer. What function I will use in Sysmac studio? Thanks.
  21. Anyone ever have this happen:   launch Network Config.. Go online, upload the devices that are there:                         The NJ, The NA HMI, and a Ethernet/IP Generic drive (The EDS has been installed) ..  that's what you see above ..Click OK , and a "NO" to start a new list ... and get:                                                                       Really .... DUH! .. where are the devices?                            Anyone have any idea why the 3 devices didn't show up on the network line?     Thanks much... Regards, Michael    
  22. Dialog File Browsing

    Hello, I am looking for a way to use the OpenFileDialog in VB to be able to select a recipe file to import. I read this forum: and thought that maybe I could access the OpenFileDialog function from the code, but System.Windows.Forms namespace is unavailable.  Is there any other way to access the dialog box to let the user select a file? I am using Sysmac Studio with an NA5 series HMI. Thank you for your help.
  23. Has anyone been able to produce screenshots of an NA project via File/Print menu option on Sysmac Studio? All this does for me is produce an image of a page showing objects or controls on the page itself, but it does not include anything from pages that are setup as 'background' for the page. This makes producing documentation a real pain. Am I missing something? Thanks for any help.
  24. Hi again I browse through half a dozen mitsubishi manuals but turn up nothing for mitsubishi plc cross-communication. In this project there are about six L-06 plc:s. All are on the same ethernet network already, communicating nicely with the SCADA system. Per today information is (temporarily) exchanged via the SCADA system. Here is another hole in my knowledge. Namely how to correctly setup communication between these plc:s. I plan to continuosly exchange some 50 bytes of information. I would be grateful for some pointers and/or perhaps a reference to a manual. Cheers to all of you //
  25. Hello guys, I have the following distribution in a profibus network: S7-315-2 DP(--> Salida del conector)1- Free DP connector2- RS485 repeater3- Periferia ET200S4- Periferia ET200S5- Periferia ET200S6- Periferia ET200S7- Periferia ET200S8- Variador MM440 (Cabinet C)9- Periferia ET200LENDS7-315-2 DP(<-- Entrada del conector)1- Variador MM440 (Cabinet A)2- Variador MM440 (Cabinet A)3- Variador MM440 (Cabinet A)4- Variador MM440 (Cabinet A)5- Variador MM440 (Cabinet A)6- Variador MM440 (Cabinet A)7- Variador MM440 (Cabinet A)8- Variador MM440 (Cabinet A)9- Variador MM440 (Cabinet A)10- Variador MM440 (Cabinet A)11- Variador MM440 (Cabinet A)12- Variador MM440 (Cabinet A)13- Variador MM440 (Cabinet A)14- Variador MM440 (Cabinet A)15- Variador MM440 (Cabinet A)16- Variador MM440 (Cabinet A)17- Variador MM440 (Cabinet A)18- Variador MM440 (Cabinet A)19- Variador MM440 (Armario A)20- Variador MM440 (Cabinet A)21- Variador MM440 (Cabinet A)22- Variador MM440 (Cabinet A)23- Variador MM440 (Cabinet A)24- Variador MM440 (Cabinet A)25- Variador MM440 (Cabinet A)26- Variador MM440 (Cabinet A)27- Variador MM440 (Cabinet A)28- Variador MM440 (Cabinet A)29- Variador MM440 (Cabinet A)30- Variador MM440 (Cabinet A)31- Variador MM440 (Cabinet A)32- Variador MM440 (Cabinet A)33- Variador MM440 (Cabinet A)34- Variador MM440 (Cabinet A)35- Periferia ET200S36- Variador MM440 (Cabinet B)37- Variador MM440 (Cabinet B)38- Servoamplificador E94AYCPM (Cabinet B)END What would be the best way to configure the network? As you can see I have more than 32 nodes in 1 segment and the RS485 repeater is not being used properly. Hope you can help me, Regards!