Saving Data

jpfletcher

Member
Join Date
Nov 2014
Location
Lexington,NC
Posts
13
How can you save data from the plc program to the HMI screen? For example I'm creating fixed positions or movements in a recipe. I'd like to save a new position in a cell or button for future use. I'm using micrologix 1400 and a Red lion g306 HMI.
 
Red Lion Crimson 3 software has 'Internal' Tags that can be configured to be Retentive.

If you move a value from a PLC-connected Tag or another internal Tag into a tag that's set to be Retentive, it will keep that value through a power cycle.

You can use an ordinary Button with a Change Value action to set that tag, or use an assignment operator inside a program or Action (like "Saved_Value := Current_Value").

Crimson also supports Array Tags, so you can store multiple values and index through them relatively easily.

You can also read and write basic file I/O if you want to store those "recipes" as TXT or CSV files on the CompactFlash card of the G306.
 

Similar Topics

It has been a while since I used RSLogix 5000. Is there a way for me to save data in excel, notepad, etc?? I want data to be saved when a user...
Replies
4
Views
1,781
Hi, I have a system that creates a text file that is comma delimited and it works great...in the US. I installed it on a computer in Germany and...
Replies
2
Views
1,922
I'm using a 1769-L16ER-BB1B. I'm storing recipe data in an array of user-defined data types. For disaster recovery purposes, I need to make sure...
Replies
12
Views
8,892
Simple question, is there any way of saving Function Block Output values on power down in Alpha2? Or more general question, is there any way of...
Replies
1
Views
1,574
Hello all, I need your help to understand, How can I save values in DB to a Txt file in each cycle. Hardware used: CPU317F-2 PN/DP HMI: MP...
Replies
4
Views
3,049
Back
Top Bottom