Jump to content

liranaftali

Moderators
  • Posts

    12
  • Joined

  • Last visited

Posts posted by liranaftali

  1. Skout,

    The solution on UniLogic is different (what mentioned on the last post is for VisiLogic),

    As you mentioned the trigger for  saving the DT to the SD can be using a schedule.
    Now, in order for the file name to contain the date and time you will need to use the attached RTC to ASCII UDFB (there you will select what kind of data you will get in the output of the UDFB), you can get more information in the UDFB comment.
    In you case you will need to call the UDFB twice, first for the date and then for the time , then you will have to use the 'Insert string' element in order to create one string from both of the strings, and attach this string to the file name input,  when saving the file to the SD. 

    I also attached a short example that uses the UDFB.
    *In case you wish for some more information regarding the UDFB, you can view the UDFB webinar on the Unitronics website.

    Hope it helps.

    DT_date&time_Writing.ulpr

    RTC to ASCII.ULLE

  2. Hi,

    What I recommand you is the following:
    Turn OFF the PLC-->click and hold the touchscreen-->turn ON the PLC (it will enter to factory mode-->check the communication PLC to PC.
    If there is communication: update the PLC OS:

    follow the below procedure:

    • Go to connection menu>Communication & O/S> 4th tab check the current version> in the opned window: click on 'next' buttins in order to download OS  to the PLC. 

     

     

                                                    ly7Ol0Dmy799Qw6sP3BAADs=

  3. Hi, So both analog and digital are inputs to the PLC from the Flow Meter, If this is correct and the digital input does'nt have to be used, you can use only the Linearization block without the ADD block, and you will get the input from the Flow Meter every scan How to create a linearization (example is attached): The Linearization setting (also in the attached image): 1.First you have to check the resolution of the specific PLC(in the SPEC), for example the V350-35-R34 is 10-bit and it will be, 0-1024, so X(1)=0, X(2)=1024. 2.Y(1) and Y(2) will be the units from the device itself, for example 0-100. 3.In X you will set the register that getting the inputs from the device. 4.In Y you will set the output of the from the ‘Linearization’ block. *If it is still not clear, you can share the device SPEC,

    p1.png

  4. Hello,

     

    'Error Integral' is the parameter that controls the PID correction,

    This parameter range is (-100,000 à100,000).

    In order to prevent "bump" on the PID correction, in this application the 'Error Integral' start value is 50,000,

    That is done by using MI10 (power up value: 500) multiplied by 100 in the function block and store it in ML0 (net 7).

    ML0 is the 'in parameter' to the "PID A.TUNE FORCE ERROR INTEGRAL" block and as a result the steep "bump" is prevented in the PID.

     

    I hope you find this information useful.

    

×
×
  • Create New...