Milan Posted December 4, 2018 Report 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
MVP 2023 Flex727 Posted December 4, 2018 MVP 2023 Report 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.
Milan Posted December 4, 2018 Author Report 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.
MVP 2023 Flex727 Posted December 4, 2018 MVP 2023 Report 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.
Milan Posted December 4, 2018 Author Report Posted December 4, 2018 Ok, but can you make simple example?
MVP 2023 Flex727 Posted December 4, 2018 MVP 2023 Report Posted December 4, 2018 Give it your best shot and post your .vlp file here and someone will take a look and assist.
Gabriel Franco Posted December 4, 2018 Report 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.
MVP 2023 Joe Tauser Posted December 7, 2018 MVP 2023 Report 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now