Jump to content

max_145

Members
  • Posts

    26
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by max_145

  1. Hello everyone,

    does anyone know how the PID autotune function works? Is it using a method like "Ziegler-Nichols"?
    I have tried to use the autotune function. It delivers values for Kp, Ti and Td.
    But when using this parameters for process, the way how it tunes is worser than worse .............

    Is there any additional documentation for PID available? The integrated help of UniLogic is very rare.......

  2. Dear all,

    i want to use the 7 inch samba for my project (as this small plc is enough for my machine). Now i have the problem that i would need 2 more digital outputs.
    As there is only the possiblity to add remote (CAN) IOs. It would be very expensive to add a EX-RC1 plus an output module only for adding 2 more digital outputs..........

    Does any one have a better idea to lower the costs?

    Maybe there is planned to add local IO functionality to SAMBA plcs in near future, or any other suitable cost effective solution?

    Thanks for your comments

    BR

  3. Dear support team,

    i like the UniPics for using them as image elements. It would be helpful to have also the Pics from VisiLogic available in UniPics (e.g. the Emergency Stop button from VisiLogic, and much more)...........

    In general I would say as much as possible in the "standard pic library" would be helpful.

    BR

    • Upvote 1
  4. Hi all,

     

    at the moment i am using a Vision350 Controller for a small machine type. 

    We think about replacing the Vison350 with the new 7 Inch samba. 

    Now i have a few questions, because i am not sure if the memory of the samba would be enough for this program.

     

    * How can i find out the memory used in the Vision350 controller?

      I already looked at the "project memory map", but i did not get really useful information from there.

      I only see that i am using 4,9 % of the DLU capacity, but i do not find any information about how many kb are used for ladder code, hmi variables, ..........

     

    * Is there any way to export my code from the Vison350 and reimport it in Samba?

      I already tried to change the hardware in the project, but it is not possible to keep the hmi screens and the ladder code.....

      I also tried to export the ladder subroutines one by one, but also here the import is not possible, because i always get the message that some used operands are not available on the samba platform. 

      Of course i have to re-adress some variables, but it is just not possible if i cannot import the subroutine in my samba project.

     

    Any tips would be helpful, as i think that this small project would fit in the Samba models. And using a 7 Inch display would be better than the 3,5 inch from the Vision.

     

    Thanks

    BR

  5. Hi support team,

     

    scince UniLogic 1.17.58 it is possible to upload and download retained tags.(Also in UniApps it is possible to backup and resotre all retained tags to and from a DOK)

    I often use "user editable" parameters like timers or other values as retained tags. In case of an empty CPU battery all this settings would be lost (and of course the machine would not work correct).

     

    My solution at the moment is to save all retained values into a datatable and write this datatable to a file (DTI to file function). This workaround is not very comfortable.

     

    What I would prefer is a solution like it is now in the UniApps. There i can backup and restore all retained tags to and from the DOK.

    Is there any possibility to write a function block that can trigger a backup and restore from and to the SD card? It would be much easier for the Operator, because there would be no need to enter the UniApps (with using a function block I could provide backup and restore buttons for the operator directly in the Visualization).

     

    Is there any possiblity? Maybe with using C function?

    • Like 1
  6. Dear support team,

     

    very often it would be helpful to use the description of e.g. Timers or I/O's as strings in the visualization.

    Of course this texts would need to appear in the translation as well.

    Now I am using the same texts more than one time in my projects. And of course i have to translate the same text more than only once........

    Also something like a String library like in VisiLogic would be helpfull as it would save a lot of time in translating and re-using the texts.

     

    BR

     

     

  7. I have the same problem. I tried to update the firmware of my unistream controller with usb memory stick.

    The panel does not recognize the usb memory stick. I tried 2 different memory sticks with a capacity of 8 GB formatted in fat32. Both did not work.

    Is there anything to take care of? Do the memory sticks need special formatting to be recognized by the unistream controller?

     

    I also tried to save the application to the dok (via uni apps), to crosscheck if the usb memory stick is recognized. But i always got the error "DOK COULD NOT BE FOUND"

     

    Any Ideas?

  8. OK. To avoid misunderstandings. I have the following problems with the translation of my Alarms:

     

    - I configured alarms in the solution explorer. There i enter an Description e.g. "Temperature too high" and an Countermeasures e.g. "Check cooling unit".

    - The default language is set to english, an second language is configured e.g. german

    - Now I want to translate this entered texts in my solution explorer under the menu "Project/languages/German"

     

    My problem is that the texts e.g. "Termperature too high" or "Check cooling unit" does not appear in the Solution explorers "Project/languages/German" menue.

    If you write that this texts are all translateable - please let me know how? Am I doing something wrong?

    I am using the latest Version of UniLogic 1.14 Rev. 44

     

    Thanks in advance

  9. Hi support team.

     

    I took a look to the new alarm feature in the new UniLogic Version.

    I like the new feature, as it is a very comfortable method to configure and handle the alarms of my applications.

    I have only one question remaining. Is it possible to translate the Description and the Countermeasures? When i configured an alarm, i did not find it in my Language lists.

     

    Thanks and BR

  10. Thank you.

    I think the difficulty is to know the WAN IP adress of the modem. In case i am using a GSM modem I think it will always get a new IP from the internet service provider (for each connection).

    Do you have any step by step instructions how to set up a remote connection for programming purposes from the programming pc to the unistream plc?

     

    BR

  11. Hi.

     

    In VisiLogic it is possible to use timers in Data Tables. This has the advantage that my program can run with different set of times, depending on which recipe the operator selected.

    In UniLogic I cannot find a way how to use timers in Datatables as therefore structs will be needed. And in structs it is not possible to select the datatype "timer".

     

    Is there any other solution? Otherwise I have to copy my program 7 times ( it is always the same program, just the times for the timers are different)

     

    Thanks

    BR

×
×
  • Create New...