Posted: Mon Jan 20, 2003 5:00 am Post subject: Changing the values in the datacontainer
Novice
Joined: 01 May 2002 Posts: 15
Hi!
I'm working on a very simple processmodel just to get some data into the audit trail.
The activities run automatically; the different ways through the model are set by an integer value in the datastructure, which is set at process start - Path=1 is one way through the processmodel, Path=2 another etc - it's more for scientic and research purposes than practically working .
There is only one problem: I'm not able to change the value for the number of restarts a block should make. For example, I set the value for the number of restarts in my datastrucure at process start on "3" because I want the block to restart three times.
Is there a way to let this value decrement automatically, maybe with fmcnshow.exe or another tool?
Every time when the block executes reduce the value by 1 and set it to the output container. Put a loop connector on the block . put the exit condition as i = 0 (u started with i = 3). Might work !!! _________________ -manoj
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum