skyfox

MrPLC Member
  • Content count

    111
  • Joined

  • Last visited

Community Reputation

5 Neutral

About skyfox

  • Rank
    Sparky

Profile Information

  • Country United States
  1. Does anyone know what the clock speed of NX1P2 CPU is? I could not find this info anywhere. Cheers!
  2. Has anyone done this? I want to be able to connect to an NX1P2 PLC from a remote location over an internet connection. If you have, can you share what is required to do this? For the most part at this stage, security is of no concern. NX1P2 is on a dedicated network that is exposed to the internet at the remote location, that no other device at the remote location, has access to.  A hacker can't do much, if any, damage. I want to be able to connect to it from off-site and be able to do online edits. How can I do this or what is required to do this on this OMRON platform? I have done this easily with some other brands of PLC's that are 20+ years old. Stuck on this.
  3. Is it possible to transfer the Sysmac Studio license (lite version) away from one PC and on to another? I also want to be able to bring it back over to the original PC. Can this be done?
  4. I am not too worried about anyone hacking into this network in this particular scenario. I have isolated this network from the corporate WAN/LAN networks. There is not much damage, if any, a hacker can do to this set up. Are 9610 & 2224 OMRON ports?  This is an experimental set-up. Just wanting direct access to the PLC over the internet. Once that is established, we will implement strict hardware mac-address based security during the next development phase. For now, three collaborators scattered around the globe, trying to connect to this PLC over the internet.   Cheers.
  5. Current Set-up: OMRON NX1P2 MAPLE SYSTEM HMI WINDOWS PC All on a dedicated LAN with access to internet via a cellular modem with a static WAN IP. This network is 100% isolated from any other networks in the office. I can remote desktop into the PC. I do not have Sysmac studio installed on this PC. I can see and control the MAPLE system HMI from this remote desktop connection. Question is, how do I connect directly to the NXIP2 over this internet connection? (Without using remote desktop.) I have port 44818 forwarding set to local LAN IP of NX1P2 in the Modem/Router. In the Rockwell world, I am able to do this by simply setting up a driver in RSLINX with the rempte WAN IP address and the required port forwarding to the local LAN IP of the PLC at the remote location. is there a way to do this with NX1P2?   Cheers.  
  6. Str8jCkt, That would be awesome and thank you. My NXIP2 Array will still be say 20 elements. SD Card can have 1000 files; I only want to load 20 file names at a time using the same array. I will send you my email address as soon as I figure out how. Thank you so much. Your help is greatly appreciated. Cheers.  
  7. I can send you some sample Omron NX code that will generate a list of the files on SD Card into an array of strings.
    For some reason I am unable to attach any files on the Forum. IF you send me a message i can email you the file.
    I did the code in an NX102-1220 just to test but you should be able to change the device to an NX1P2.

    Just let me know if you want the sample code.

  8. Is it possible to enumerate all the files in the SD card get their names into a string array? File names will have the format... RUN0001 data.csv RUN0002 data,csv ..... RUN9999 data.csv I want to be able to first find the # of data files (get a count) and load the first ten file names it finds into an array and display those names on the HMI. User then presses a button on HMI and PLC gets the next 10 filenames to displays and so forth. All file names on the card will have the same name format (fixed length file names). Can this be done with Sysmac studio and NX1P2? I did not find any SD function blocks that had this capability. Cheers.    
  9. How do you go about getting your IT department's blessings or your customer's IT group's blessing to put this on to the corporate network and expose it to the internet?
  10.   OMRON's manual description states "Decimal output value is 0 to 100%" for -15000 to +15000 raw counts for a ANALOG out signal -10VDC to +10VDC.Does that mean instrument value of Zero is raw count value of -15000 counts in this case? Or, is Zero is instrument Zero and +15000 = Instrument's high EU? I am unable to attach a pic. (Tried BMP, PNG, and JPEG. none of them are working. Size is only 50KB well below 3.9MB limit.) This is for an Analog output card NX-DA3605 SPEC STATES: -10V to +10V Resolution 1/30000 Omron manual states decimal output value is "0 to 100%" and directly below that is the RAW count shown as -15000 to +15000 implying -15000 count = 0% My instrument 0 = 0VDC and 100% EU = 10VDC. Just trying to figure out OMRON's verbiage. Thanks.      
  11. Thanks. I will have a look.
  12. JYG,   Would you happen to have some sample code on how to accomplish this for us newbies in the OMRON ecosystem? That would be awesome. I am looking for how to set this up in the NX1P2 side. I can sort out the other end. Cheers.    
  13. Can someone tell me what is the max SD card size supported by this PLC? Thanks.      
  14. FB in a Structure

    But this is a forum to get help with WHAT WE GOT NOW. No? Oh and by the way, it is Mr. George. All kidding aside, have you looked in to the possibility of a FUNCTION block as the final product that you want with your STRUCTURE? Thank you kindly.