dustin138
Mining
- Jan 31, 2007
- 29
can anyone help with my problem please!
Facts:
-Both groups are suppressed to start with:
-Both groups can not be resumed at the same time.
Goal:
When conditional statement 1 (IF HEAP_PROJ_DISTANCE_1:FID_HEAP_AXIS_DISTANCE_1 > ACTIVATION_DISTANCE) is true, I need for group 1 to be resumed and group 2 to be suppressed.
If conditional statement 1 is not met I need both to stay suppressed and then a second conditional statement (IF HEAP_PROJ_DISTANCE_1:FID_HEAP_AXIS_DISTANCE_1< ACTIVATION_DISTANCE) to be performed and If conditional statement 2 is true, I need for group 2 to be resumed and group 1 to be suppressed.
Problem:
I can’t get the order and syntax of the pro program file correct so that it is executed properly
Also I know that even if I can get this to work I will still have another issue.
Issue:
If group 1 is suppressed and group 2 is resumed and I make a change to a dim which changes the situation from group 1 suppressed and group 2 resumed to group 2 suppressed and group 1 resumed it will cause a problem because group 2 is resumed and when group 1 is resumed I have a failure due to the geometry and features both groups can not be resumed at the same time.
below is the program file with the first conditional statment in it the group1 id is 1386 and the second is 1506. Can anyone help with this problem/ by the way i'm a first time user of this site and pro program.
Facts:
-Both groups are suppressed to start with:
-Both groups can not be resumed at the same time.
Goal:
When conditional statement 1 (IF HEAP_PROJ_DISTANCE_1:FID_HEAP_AXIS_DISTANCE_1 > ACTIVATION_DISTANCE) is true, I need for group 1 to be resumed and group 2 to be suppressed.
If conditional statement 1 is not met I need both to stay suppressed and then a second conditional statement (IF HEAP_PROJ_DISTANCE_1:FID_HEAP_AXIS_DISTANCE_1< ACTIVATION_DISTANCE) to be performed and If conditional statement 2 is true, I need for group 2 to be resumed and group 1 to be suppressed.
Problem:
I can’t get the order and syntax of the pro program file correct so that it is executed properly
Also I know that even if I can get this to work I will still have another issue.
Issue:
If group 1 is suppressed and group 2 is resumed and I make a change to a dim which changes the situation from group 1 suppressed and group 2 resumed to group 2 suppressed and group 1 resumed it will cause a problem because group 2 is resumed and when group 1 is resumed I have a failure due to the geometry and features both groups can not be resumed at the same time.
below is the program file with the first conditional statment in it the group1 id is 1386 and the second is 1506. Can anyone help with this problem/ by the way i'm a first time user of this site and pro program.