Station Mapped Programming SMP

The method for you

  • I learned how with this name

    Votes: 0 0.0%
  • I Utilize, but did not know the name

    Votes: 2 66.7%
  • I do not know. Novelty

    Votes: 1 33.3%

  • Total voters
    3

dandrade

Member
Join Date
Jan 2004
Posts
374
Article 01 - About it post
Part 02
In this article presents a structure of programming. Many do not know, that exists a name (SMP), officially exists? It is known broadly?

Correctly, it is structure is obvious, many can apply without know that was defined for PLC. (from Object module)

I am in doubt in this stretch, an explanation.
Notes on memory mapping:

The key concepts are each station gets 10 program files (subroutines.) Each subroutine is allocated word and bit memory according to the file number. Each receives 10 words of integers, timers, and counters; each receives 100 elements of bit memory, etc. Again, as long as there is no question of memory assignment when a new subroutine is inserted, the method you use is valid.


Further refinements can be made to the assignment of subroutine files for functions recurring across stations. For example reset/homing routines can all be 1n5 files; fixturing controls can all be 1n1, etc. where n is the station number.

By tying memory space to functional blocks, we are making code objects which are portable in every way.

Which are the approaches with for perform it called of sequence? Frequently, it is indirect number. What others methods, yours applied?

Finally, they be free for argue about is structure, expose the experience in the application of this approach.
 

Similar Topics

Hi, I want to build a demo station to test devices and programs and I need some help with it. I want to connect GuardLogix, Piltzmulti and...
Replies
1
Views
149
Hi, I'm trying to export data from a DataGrid to Excel using VBA, but I'm getting an error "Object doesn't support this property or method". The...
Replies
0
Views
77
Hello, I have a CNG compressor that is run by a PLC. I tried to get team viewer on it to be able to view it remotely, I accidently disabled the...
Replies
0
Views
107
Hello Any one have software FOXRTU STATION with ISAGRAF
Replies
0
Views
51
I created a project with Tia portal wincc runtime advanced PC station and also activated its smartserver for some smartclients to connect to it...
Replies
1
Views
325
Back
Top Bottom