Yaros

MrPLC Member
  • Content count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Yaros

  • Rank
    Hi, I am New!

Profile Information

  • Country Russia
  1. Trend Graph Help on Sysmac

    We also have an IAG component - instead of the original one - BrokenLineGraph. Our component can be placed in the project any number of times (OMRON-only 8 times per project). Our IAG-allows you to place other panel components above or below it. It is possible for our IAG to change the color, line thickness, line visibility, line type (solid, dotted, etc.) during the project execution. At the moment, there is a component designed to display 10, 20, 40, and 70 fracture points per line. Moreover, the Y coordinate - each line has its own and can be with an uneven step. (OMRON provides only a uniform step, one for all polylines). There is an option for 3 and 7 lines. It is possible to develop for your tasks for any number of lines and break points. We did not make scales on the component. But if necessary, you can add. And finally, our IAG can scale during execution. Another nice feature is that our IAG BrokenLine works fully functional in the simulator  
  2. Trend Graph Help on Sysmac

    OMRON / NA / NJ_NX / TrendGraph /  BrokenLineGraph / Good afternoon. We can help you solve your problem. We have a solution based on the OMRON NA series panels-which allows you to display a large amount of data on a single TrendGraph. Up to 16 curves can be displayed simultaneously on a single TrendGraph. There can be almost any number of variables themselves. (OMRON restricts 8 TrendGraph x 16 variables). We had to spend time on the implementation of such a task. In the example proposed in the picture - one TrendGraph. - We output 10 different data sets ( for drying chambers) to it. We have to use the panel functions undocumented by OMRON a little. The data is stored for any period of time, and you can display it for any period of time. If you are interested, please contact us.
  3. NA HMI Listbox

    Good afternoon.   Question on ListBox   The text of the program is to create a record in the ListBox is executed as intended.     Dim array(49) As Object   Dim x As Integer   For x = 0 To 49   array(x) = ListItems(x)   Next x   listbox0.SetItems(array)      Also get the index of the selected row Dim Num_row As Short Num_row = listbox0.SelectedIndex.   Question -  ***** But I cannot understand how to manage the movement of the entire list up and down, without using the scroll bar.   I ask for help on the last question.   I tried to look for a solution in the component library - c:\Program Files (x86)\OMRON\SysmacStudio\Modules\DeviceHmi\V1.11\Runtime\Emulator\Omron.Hmi.Controls.dll with "ILspy".   But there at all not found elements - "listbox."