Store orders in PLC with HMI

DhoTjai

Member
Join Date
Mar 2015
Location
PLC
Posts
4
Question: How can I store order data in PLC (Siemens S7-300) from HMI (Siemens TP177B)? What is the best way to do this?

I am stuck at inserting orders to PLC. I tried creating a recipe in WinCC Flexible with the following elements: cup_amount and flavour (also tags on DB).

What I want is, that these elements can be saved in an array, for example:
- order[1,1] = cup_amount
- order[1,2] = flavour
- order[2,1] = cup_amount
- order[2,2] = flavour
and so on...

The recipe form works and it saves data to the flash storage. I can also read the data record tag in the DB (order_number), but not the cup_amount and flavour. The last two tags does not update when pressed on save or download to PLC.

Help appreciated! I am stuck for nearly 3 days ;)

Thanks in advance.
 
Last edited:

Similar Topics

I'm running into a problem when trying to use the RSLinx Backup Restore Utility where it throws an error when it tries to restore a backup. The...
Replies
6
Views
562
Hi y'all I have a KTP400 connected to a s7-1200. Now i have on my screen the encoder value which comes from my SEW movitrac. under there I have...
Replies
2
Views
384
This was asked in another forum and taken down due to being a 'backdoor', but this has useful info that might be useful to someone in a pinch. I'm...
Replies
6
Views
607
Hello all, I'm using a 5069-L330ER in a project and I need to essentially capture some data that will be shown as a trend on a screen. The data...
Replies
9
Views
961
Hi all, I am working with an IO link sensor (measuring current across motor)and need to read in and store the sensor values for 5 seconds, then...
Replies
13
Views
1,208
Back
Top Bottom