Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8690013
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T23:48:20+00:00 2026-06-12T23:48:20+00:00

What is the difference between using a MOVE block instead of a direct connection

  • 0

What is the difference between using a MOVE block instead of a direct connection when an output is just to be assign the input value in a function block diagram?

MOVE Example

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T23:48:21+00:00Added an answer on June 12, 2026 at 11:48 pm

    The “wire” tells you that the boolean value computed by ladder code (AND, OR, …) on the left, is used on the right. It doesn’t cause any “memory” to change. (Your drawing just the wire makes the diagram confusing; you really should show the operators on both ends of the wire.)

    The MOVE operator causes the content of one memory location, of any type, to be conditionally copied to another. Using the MOVE operator, you can copy an integer, float or other more complex value to a new destination; I don’t recall if you can do a value coercion (e.g., int to float) also but I’d guess that varied from controller to controller. As a side effect, the MOVE operator copies the input boolean on the left side, to the output boolean on the right; most “block” like operators in ladder logic do this. But that input boolean controls whether the block actually does its action, or not. In your example, you show the MOVE block, but not the critical parameters: the from and to locations; the “wire” feeding it controls whether the move actually happens. So a better move example would be:

    ---| X |------| MOVE(P,Q) |---( Y )---  
    

    What this says is, “if X is true, then copy P to Q, and assign true (from X) to Y;
    if X is false, move nothing, and assign false(from X) to Y.” (The boolean value of X is copied through the MOVE block).

    Since MOVE will work with any type, you can use MOVE to copy a boolean value in a memory location to another location; just imagine P and Q above being boolean variables. However, boolean conditions and actions work just as well:

    ---| X |----( Y )---
    

    copies the boolean value of X to the boolean value of Y.

    To truly simulate a boolean MOVE command, e.g., “copy boolean P conditionally to Q if X is true” requires some convoluted boolean logic:

    --+--| X |----| P |---+--( Y )----
      |                   |
      |--| *X |---| Y |---|
    

    where *X means “not X”. MOVE is simply easier to “write”.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What is the difference between using a.x = 100; a.y = 100; and a.move(100,100);
What is the difference between using MESSAGE and tags for the last string? user
What is the difference between using the OnClick attribute of an ASP.Net Button: <asp:Button
What is the difference between using an environment variable, like PATH, as $PATH or
what's the difference between using a js library like jquery and using an ajax
Is there a difference between using tearDown and setUp versus __init__ and __del__ when
Whats the difference between using a LEFT OUTER JOIN , rather than a sub-query
In objective-c whats the difference between using a . and using ->? I've used
In PHP what is the difference between using \1 or $1 as $replacement in
Can anyone tell me the difference between using mod_deflate and zlib output_compression? I understand

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.