Milan Posted December 4, 2018 Report Share Posted December 4, 2018 Hello, I'm trying to make a recipes for a plastic machine. Different tools should be used to differentiate the name of the tool and the different blowing times. Paramtre name and time of blowing is entered by the operator on the HMI. Can someone help me connect the screen to the table. A simple program would be welcome. Thank in advance Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted December 4, 2018 MVP 2022 Report Share Posted December 4, 2018 1 minute ago, Milan said: Can someone help me connect the screen to the table. What table? Do you mean a Data Table? If so, check the example projects that came with your VisiLogic installation and review the help file for Data Table commands. Quote Link to comment Share on other sites More sharing options...
Milan Posted December 4, 2018 Author Report Share Posted December 4, 2018 I looked, but I did not manage to solve the problem. I use samba SM70-J-T20. I want connect data table "recipe" with HMI, and change parameters in table. For example: For example, the "recipe" table has 3 columns and 100 rows. Columns are: Number of tools, name and time of blowing. It is necessary that when the operator selects on HMI the number of tools (for example 2), then the name and time of blowing for this tool is saved and the values are saved. When choosing, for example, the tool 50 does the same. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted December 4, 2018 MVP 2022 Report Share Posted December 4, 2018 23 minutes ago, Milan said: I looked, but I did not manage to solve the problem. The Help file has quite extensive information about data tables. It appears you need to use the Find Row command and the Write Direct command. Quote Link to comment Share on other sites More sharing options...
Milan Posted December 4, 2018 Author Report Share Posted December 4, 2018 Ok, but can you make simple example? Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted December 4, 2018 MVP 2022 Report Share Posted December 4, 2018 Give it your best shot and post your .vlp file here and someone will take a look and assist. Quote Link to comment Share on other sites More sharing options...
Gabriel Franco Posted December 4, 2018 Report Share Posted December 4, 2018 In Samba ther is not a direct way to link data tables to HMI. You must build from scratch and use pointers to show files and if your data table is too long, you must show pages individually. Quote Link to comment Share on other sites More sharing options...
Milan Posted December 4, 2018 Author Report Share Posted December 4, 2018 test.vlp Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted December 7, 2018 MVP 2022 Report Share Posted December 7, 2018 Don't call the Read and Write functions continuously. Once per read or write is enough. I reconfigured your table and gave you some buttons to run through it to manipulate the row pointer. Study each network and open the Read and Write Row tables and look through them. If you want to display a string you have to specify a vector of MIs as each one can only hold two ASCII characters. Joe T. test JT.vlp Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.