05-06-2010 10:54 AM
05-07-2010 04:16 AM
The datamember from recipe are read only. How do you connect a pot to it and change the pot's value?
Could you give a sample?
As you said, a pot value happens to be zero. Is it expected or not? After the recipe loads the data from spreadsheet, unless you change the recipe, the datamember's value should not change. So the pot's value should not change automatically. When the pot happens to be zero, what's the value of the recipe datamember?
05-09-2010 04:16 PM
05-12-2010 01:09 AM
It is the expected behaviour...
If you have expression A = B, as Lookout design, only when B changes, its value will be sent to A. When you operate A manually, A will have a new value which is different from B. A will keep that new value, because B doens't change and its value is not sent to A to overwrite it.
The recipe object is the same. Even if you change the recipe, the datamember is the same one. If you operate the pot manually, the pot will have a new value. When you change to another recipe which is also zero, the "zero" will not be sent to the pot because it was zero and no change. That's why the pot will not go back to zero until you change to another recipe which has a non-zero value.