Jump to content

Recommended Posts

Posted

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
Posted
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.

Posted

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
Posted
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.

  • MVP 2023
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.