how do i move data movement?

Translogic

Member
Join Date
May 2011
Location
malmo
Posts
3
hi i need some help..

im working on a projekt in school, where i have to move 3 types of block, black, metal and red wich i have to use in diffrent sequens but i dont know really how im gona solve it

im using 315 f-2dp
 
im working on a projekt in school, where i have to move 3 types of block, black, metal and red wich i have to use in diffrent sequens but i dont know really how im gona solve it
With that vague a description I really don't know how to help. I'm sure you have a lot more information. I would also like to see what you've come up with so far. We don't like doing somebody's homework here, helping when you're stuck is something completely different.

Regards,
 
With that vague a description I really don't know how to help. I'm sure you have a lot more information. I would also like to see what you've come up with so far. We don't like doing somebody's homework here, helping when you're stuck is something completely different.

Regards,

sorry for that.. im new in this forum.

we are supose to do a brick factory were we have 3 type of brick wich are black, metal and red..

and theen this bricks are gona be on other stations and i have to move a data, so the station knows wich type of brick it is on the station..

i have come up with that i can use the following:

[2] black m31.1
[6] metal m31.2
[7] red m31.3

theen use the word mw30 in the proces

but im not so sure if this is so smart, cuz the bricks also have diffrent height wich are 3 types big, small and middle so this information also have to move with the type of brick..

i hope i made you understand a litel better..


and no i dont want you ppl to make my homework... i just neded help if there is an easier way..cuz this is a help forum? right?
 
i have come up with that i can use the following:

[2] black m31.1
[6] metal m31.2
[7] red m31.3

theen use the word mw30 in the proces

but im not so sure if this is so smart, cuz the bricks also have diffrent height wich are 3 types big, small and middle so this information also have to move with the type of brick
I don't see why this wouldn't be that smart. You've coded the colour into a word that you can move through the program as you move the bricks. All you have to do is use some extra bits within the word to code the size.
Somebody might suggest to not use single bits for colour and size, but to use binary numbers instead. Supposing you use MB30 for size and MB31 for colour, using single bits would give you only 8 possible colours and 8 possible sizes. Using binary combinations would give you 255 possibilities for each (presuming all zeros would mean no brick at all).

Kind regards,
 

Similar Topics

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,138
hi i have a baumer vision unit picking up a QR code this is connected to a siemens 1200 plc. i have a IB18 In the device that is the start of...
Replies
16
Views
9,338
Hi, can anybody tell that how can we move floating point data from one Regiter to another register in Fatek PLC.?
Replies
0
Views
1,546
Hi, Ok bear with me, I have an Array of Real in a DB ranging from 0 to 10. In ladder I want when count pulse = 100 move count into Array 0...
Replies
1
Views
2,079
I have been bashing my head up against this one for a while, so take some pity on me if I wind up coming off as very confused. I have 4 tags...
Replies
8
Views
2,282
Back
Top Bottom