Search found 3 matches
- Thu Dec 06, 2012 6:05 am
- Forum: Application Development
- Topic: Displaying the current loaded Recipe
- Replies: 6
- Views: 11627
Re: Displaying the current loaded Recipe
I am using the "last loaded recipe" system variable with the "non-volatile" checked but after power-up, the register isn't updating. The values in the recipe will be the latest but the name is usually a previously entered name and not the latest. I also tried checking "always active" with the same r...
- Mon Nov 05, 2012 7:30 pm
- Forum: Scripting
- Topic: Writing Tag Values
- Replies: 2
- Views: 8675
Re: Writing Tag Values
The below code fires the ValueChange event for Tag1 whenever it changes. It then copies the value into Tag2. You should also turn on the Always active property of Tag1, so that it always polls the tag. You should also look at the Data Exchange section of the manual. Snap 2012-11-02 at 07.53.09.png ...
- Thu Nov 01, 2012 8:34 pm
- Forum: Scripting
- Topic: Writing Tag Values
- Replies: 2
- Views: 8675
Writing Tag Values
Is it possible to take a value from a Modbus read only variable and write it to a Modbus write only variable when a button is pressed?