MOVE vs ":=" Assignment Operator

scantime

Member
Join Date
Apr 2014
Location
US
Posts
25
This question specifically relates to a Schneider M340 PLC, but I believe it may be applicable to other platforms as well. I am working on new logic in structured text and realized that I have the option to assign one variable to another with the ":=" operator (example x := 3) as well as the "MOVE" instruction (example x := MOVE(3) ). What is the difference with these two techniques?
 
Effectively the same thing
:= is specifically a structured text instruction, while MOVE is a function available in all languages
 

Similar Topics

Hi everyone, I am working with micro850, a proximity sensor (FOTEK, PL-05P) and a 3DOF serial arm robot. I use MC_MoveRelative to control the...
Replies
1
Views
36
So I'm pretty green when it comes to troubleshooting in the field so bear with me. We have a Danfoss valve that opens/closes from an analog output...
Replies
23
Views
944
Hi. This is pretty basic but I'm struggling to find an efficient solution. I have a float value of let say 666.555 that I want to move / split...
Replies
3
Views
197
hi, I got a plc S7-1200 with SEW movitrac **** and i need to program something ridiculous if my application reaches sensor 1 then my SEW has to...
Replies
0
Views
185
Afternoon, I have a DB in TIA Portal V16 that is optimised. I cannot change this. There is an array inside that block which consists of 3000...
Replies
9
Views
1,113
Back
Top Bottom