chelton

MrPLC Member
  • Content count

    379
  • Joined

  • Last visited

Posts posted by chelton


  1. @DonNH You shouldn't use timers within a FOR loop. In your case your timer will never timeout. The loop will iterate the 5 times instantly then finish. You need to monitor the status of the FB after you have executed, then if you don't get the desired result after xxx time/counts then re-execute the FB.


  2. On 08/01/2024 at 1:43 AM, Crocket said:

    Sadly we are a small company so no such luxury of having an IT dept!

    I am glad clever people like you can advise me I am not missing something in the settings

    I will look into VPN's

    Whatever they are!

    thanks again!

     

    You also have the luxury of not having a "hard to deal with" IT dept.

    Approach your local IT/PC companies, tell them what your needs and requirements are and maybe work with them. Networks become very messy and hard to control/maintain when there is no structure. Just adding a VPN is not a difficult task, controlling who has access to what is when things become more important.

    1 person likes this

  3. File has been sent.

    Steps.

    1. Copy file to your linux machine
    2. Extract the file - tar -xzvf NS10.gz will create a file called NS10.img
    3. Install your CF card to write the image to
    4. sudo lsblk command will show your block devices. Maybe /dev/sdb 
    5. Write the image to the CF card - sudo dd if=./NS10.img of=/dev/sdb
    6. When you run lsblk /dev/sdb you should now have 2 x partitions. 
    7. Install the CF back into the NS and you should be able to recover the system.
    1 person likes this

  4. For anyone following this thread. I was able to create a replacement internal CF card by creating a sector copy of the original. The original CF card is 128Mb partitioned into 2 x AIX partitions of 61.1Mb. After copying the file to a new CF card (32Gb) and starting the NS it must detect the system has changed, and require the recovery process. However it boots and runs fine. 

    2 people like this

  5. @S1090 I will be able to get NS10 image later this week. Please PM your email. The image will be a sector copy and as such file will end up file size of the CF card capacity (approx 128Mb). You will need to use linux to write back to CF card. I will send instructions. 

    1 person likes this

  6. 1 hour ago, robbd86 said:

    .....

    See below for my set up. Hopefully it is something small i have missed. I also tried to use Fins with the same outcome. 

    Appreciate any help on this.

    Image previewGetAttachmentThumbnail?id=AAMkADViMGI4YjGetAttachmentThumbnail?id=AAMkADViMGI4Yj

    Not sure if its a problem my end but can't see any images on your post.


  7. 7 hours ago, photovoltaic said:

    I might have a 12 buried somewhere, I'll check in the new year. If so I can clone the internal CF and send you the contents.

    I have an NS10 that i can create an image file. Assuming it would be the same OS as an NS12


  8. Bob, 

    How are you connected on the RSlinx end? 1784-PCMK card? 1785-KA5? PKTXD? or using rslinx gateway through a dh/rio card? 

    Have you connected to this device previously? Tried changing the local node address?

    Most issues i've come across is duplicate node address/baud rate issues.  


  9. 4 hours ago, S1090 said:

    NO i had only 1 screen. 

    By formatting the internal CF card you will have wiped the boot loader, and operating system. The internal CF card is internal for a reason. The recovery and update files that omron provide are read in to the system via external CF card. 

    What is the capacity of the internal CF card you formatted? 

     


  10. 4 hours ago, S1090 said:

    it is a big mistake by my side that i formatted internal card, is there no any chance to recover this NS12???

     

    Any chance you have another NS screen that you can clone the CF card? Linux "dd" command could do a byte for byte copy of a working internal CF card.

    1 person likes this

  11. 9 minutes ago, IO_Rack said:

    I checked downloads section at Omron's website and they only have the latest (8.95).

    MyOmron>Downloads>Products>HMI>NS Firmware has all the firmware dowloads.

     

    1 person likes this