SteveMaves

MrPLC Member
  • Content count

    5
  • Joined

  • Last visited

Posts posted by SteveMaves


  1. This software can be downloaded from the Beckhoff Website... http://www.beckhoffautomation.com/tcatweb/...download_e.aspx The registration key is the costly part. The license agreement for Beckhoff software states that the license is non-transferable... http://download.beckhoff.com/download/Docu...re_Products.pdf The development environment is included with TwinCAT PLC, check with your local Beckhoff sales rep. for pricing.

  2. By default, TwinCAT handles all variable addressing for you, you do not need to worry about one variable "stepping on" another. TwinCAT does allow you to specify a particular memory location, like this... sHMIOperatorID AT %MW0: WORD; Once you have begun to address variables by memory locations, you must excercise caution, as the compiler will give you no warnings. For details about the Struct, see the previous reply