Jump to content

jvalstar

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by jvalstar

  1. When I want to download my program I get the error:

    HMI - Localization configuration file - The Default Language is set to a language which is already defined in the project

    I added an extra language which is the same as the default, because I can't change the default language. 

    How do I delete this error?

     

  2. I'm having a problem during downloading my program to a Unistream USP-104-B10. I get the following error:

    Tags Allocation
    The size of the Tags memory in this project has exceeded the PLC memory capacity.

    The error list shows:
    Tags - Global tags - The tag memory should be reallocated. Please run Ribbon > PLC > Reallocate Memory.

    How do I fix this problem? Or how can I see how many tags i have too much?

     

    Thank you!

  3. Hello,

    I'm looking for a solution to run 1 function multiple times at the same time with different values. 
    I've already made a function with local tags, function in tags and function out tags.
    Inside the function is a small calculation and a short delay, divided in steps.

    I think the timer is the biggest problem, how can I solve this? How can I make a timer a local tag?

    Thank you in advance.

  4. Hello,

    In my program I receive a length of vectors on MI120 - MI143.

    When I use ASCII string to display all the vector in one line on the HMI, I only get the first character which is inside MI120, even when the length is very long. 

    When I put RTC to vector, it is possible to display it with the samen function.

    So for example:

    MI120 a
    MI121 b
    MI122 c

    I want to see: abc, but I only get a.

    How can I solve this?

    Thanks!

×
×
  • Create New...