AdvancedHMI Software
General Category => Support Questions => Topic started by: AndyHill on November 30, 2013, 11:40:19 AM
-
I'm being thick, I can't seem to find an example of how to address a variable within a Beckhoff (twincat PLC)
I can get an AMS address and Port etc, but don't the format of the address for the :
How would would you address a REAL in the Beckhoff PLC called
RealValue
How would would you address a INTEGER in the Beckhoff PLC called
IntergerValue
Report Post
-
For global variables:
.VariableName
For program variables:
ProgramName.VariableName
-
OK that gives me enough to go on
Thanks, :D