Jump to content

Recommended Posts

Posted

Hello there,.

I am working in Visilogic and using V570 PLC.

Can someone tell me how can I know memory location of first element in Data table?

Is there any sistem integer for index in Data table?

Posted

I believe the answer is that the Information in a data table is not accessable directly. You need to read the information you want out of the data table using the read row or read collumn function blocks.

Keith

  • 2 months later...
Posted

Just open datatable and place mouse pointer over cell you want to get memory allocation. It shows type of register, length and allocation (FLASH: ## or RAM:##).

keep in mind that using the direct cell location will method will not shift the access point if a new column is inserted before the cell being addressed.

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.