ameyzingg

MrPLC Member
  • Content count

    7
  • Joined

  • Last visited

Posts posted by ameyzingg


  1. Here is my setup - Factorytalk view SE V 7.0 with Primary and secondary servers. System gets replicated from primary to secondary once in a week.

    After the primary server was restarted due to some issue, all the HMI tags lost their values.

    'Retentive' checkbox was checked on all HMI tags, initial value field is blank. According to the description of 'Retentive' field in the help file, the HMI tag should hold its value even after the server is restarted if the box is checked. Also, secondary server should have held those same values while primary was rebooting, but as of now all my HMI tags field are blanks. Am I looking at a patch roll up here?


  2. I am copying some data from a vendor PLC through MSG instruction into my PLC through CIP data table read. Is there a better way to break down this array of data into individual real tags through an instruction (something similar to WORD_to_BIT instruction in Modicon). I was looking at FAL instruction but its not exactly doing what I am looking for. Any help is greatly appreciated.