Jump to content

Aivaras

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Aivaras

  1. Hi, 

    I am facing major issues with visilogic right now . I cant open my project. Usually it says "visilogic was not shut down properly" after I press OK program just crashes and even if I close the program I can not open not just the project which is causing it to crash but also  I cannot ope any project until I am reinstalling it completely. I did everything  what was written in this topic: 

    But I have zero luck with it.  Any chance anyone faced this kind of error ?  I am attaching file which is causing all this problem but I highly recommend not open it with visilogic.  This project is very important to my and it take me a 3 week to finished so I am loosing my mind right know because of course  I did not back it up.  

     

    Project 2251.vlp

  2. Update: 

    So  I watch several tutorials and this one seems that could solve some of my problems:  "https://www.youtube.com/watch?v=mX8jwYt6zLA"

    So if I am getting it right: I should select 7 days period of time and then table I want will be  placed in my PC.  But I am not getting how this works ?  Is enough that PC has to be on and have direct connection to PLC that this would work ? 

     

    About .udt files I found out there is a utility SD card suite which I believe could convert .udt files to other format. Problem here that I don'c have access to PLC right now and I will only have it in few weeks. So maybe anyone could share  .udt file which I could test on SD manager suite ?   

  3. Flex727 I am using  V1210. I looked into examples and figured that it is possible to send table  via email in . udt  file format. But I never see a file in .udt format so I am not sure if it is possible to convert this kind of file to format that excel could read. ?  If  .udt file  is possible to convert in format which is readable by excel then it is probably best solution for my problem. 

    Cam and JohnR:  You are probably talking about the same tool. I look up to it and found few tutorials I will try to watch it and run it tomorrow when my head will be a bit more brighter.

     

  4. Hi, 

    I almost finished my project, only one thing left to do here: 

    I have a data table where data from sensors  and calculation are written. I need to transfer this table to PC and update it every 7 days. Also I need that table would be readable with excel. How can I do it ?  every option for  this transfer is  relevant. (I mean ethernet cable, wifi , usb cable) .  If it is not possible to send directly to PC then it maybe possible to send this data table via email ?  that also would  work for me. 

     

     

  5. Hi, 

    It appears that I need maximum value in float not integer. I attached two pictures. First is where the logic to get maximum value in MI, and second is where  the logic is to get maximum value in MF , this last function block which is in red need to be changed in something which could store the maximum float value. Any ideas how to do that ? 

    Already figured how to do it. 

    image.png

    image.png

  6. I did some research and found example which is probably perfect example what I want to do. I attached  example which I found in  examples folders in Visilogic. This example shows how to write data into data table and how read data from the same data table. This examples perfectly  fits my problem, there is only one problem in this example to find certain product you have to scroll with keypad arrows until you find product you need. What I am trying to do here is to make  a field  which would work as a search. So if I already know the product number I only need to input product number and all data about that product number appear in fields below. 

    Is that possible to do with visilogic ? 

     

    V280_Data_Tables_for_Beginners.vlp

  7. Hello, 

    I am still working on my first project with Visilogic. I was told that in Visilogic I could use data I got from sensors with data from data table (Excell files) . Explanation of the problem I want to solve: 

     I want to compare results I got from calculations with results I got from the sensor. It has to work like checking mechanism: sensor measures weight  and system has to compare it with theoretical weight  which is calculated: quantity of the parts  multiplied by quantity of theoretical part weight. (just for the record the whole data table which I want to import contains information of 1800 different parts) 

    To do so in my opinion work flow has to be like this: 

    There are several field for information input:

    1. In fields marked in red data will be put from sensor measurement. (this part is already done I am writing it just to follow the  logic of the problem) 

    2. Fields marked in yellow information has will be typed in via Keypad, manually.  Information type is like part number, order number, order quantity and so on. 

    3. Lets say I typed in part number after it is done in blue field data has to be appear from imported table. So if typed 6442511 in field" gaminio numeris" in the field "gaminio pavadinimas" words "TFT bracket" has to appear. It has to work like search or filter. 

    4. But it is not the only problem: there also calculation has to be made: In the field "bendras kiekis" I will type in some number  which has to be multiplied  by the data from table called "svoris". 

    image.png.b54206fdb8aab4d5323620cd4adf0a1f.pngimage.png.f7ce5753e645e3f361b926c92c37605b.png

     So in conclusion my main question is: how to use data tables for calculations ? I tried to explain as simple as I can but if there some  uncertainties I will try to explain it other way around. 

    I watch probably all tutorials in the youtube but could not find anything which is relevant for my problem.  IF there is tutorial for this kind of problems, would be great if someone could give a link to it. Also all opinions on this problem is appreciated.  Maybe my logic of how it should be done is wrong all suggestions is also appreciated. 

  8. Hi, 

    I am working on the project where one of the task is to measure maximum pallet height in this case pallet height could be different in example on first layer there is 4 boxes but on second layer only 2 boxes and one side of the pallet height will be like 100 cm and the other will be 60 cm. I need to measure the maximum height of this kind of pallet.

    I want that measurements would start after this condition is completed: 

    1. Height sensor measures height changes which are higher than 15 cm (after this measurements should start) 

    2. capacity sensor measures that pallet was placed in correct place (after this measurements should stop) 

     

    during time of these two conditions measurement has to be made .  I understand how Analog input works I also understand how to program the condition to start measurement after height sensor measure certain value.  But I cant find the function block which allows me to measure maximum value. In Unity there is move FB but I cant find it on Visilogic.  The logic how in my opinion it should start you can see in the picture below: 

    1.Analog input signal converted to  the  the units I need (linearization block) 

    2. Then with greeter or equal  function block I define condition when measurement has to start but I dont know where to go next. This is my first project with Visilogic software  so I am new with it. 

    Is there anyone who solved this kind of problem in the past? 

    image.png.bffbf41cfedd1b74cd1f154b9a7bbb92.png

     

×
×
  • Create New...