Petros Posted June 19, 2012 Report Posted June 19, 2012 Hello eveybody, Please advice whether there is a way in Visilogic to select which data table to be the current one in use, by loading 'its' id number in a register, for instance. Thanks
dahnuguy Posted June 29, 2012 Report Posted June 29, 2012 This is a common practice in Siemens Step7 but is completely UN-necessary in Visilog. The DataTable is defined in the function that accesses it, so every function has the data table for which it is intended explicitly defined within the instruction. In Visilogic, no data table is "open" after the function is done. They are only open during the function. And each function must explicity define which table is being used for that function. In this way several data table functions can be used on the same rung / network. Copy row from Data table 4 , row 3. Or the symbolic equivalent.
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