
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to create an ilogic lookup table without using excel. We have a machine with several flanges on it and I want to put the design parameters of the flange like OD, Hole size, Hole QTY, etc. to reference for each flange.
I thought about using case, but I dont think you can use it for different parameters this is a simplified example of what I am trying to do.
FlangeA=multiselect value (3,4,5)
FlangeB=MultiSelect Value (3,4,5)
Each flange needs 3 parameters, OD, ID, and HoleD
I'm trying to populate all these values by just selecting the size on each mutiselect pull down
FlangeA_OD, FlangeA_ID, FlangeA_HoleD
FlangeB_OD, FlangeB_ID, FlangeB_HoleD
So if Flange A is 3 it looks up the values it needs and feeds them to the FlangeA_ parameters, and Flange B is 4 it looks up the values it needs and feeds them to the FlangeB_ parameters
What I'm trying to prevent from doing is this:
If FlangeA=3 then FlangeA_OD=1 : FlangeA_ID=2: FlangeA_HoleD=.5
If FlangeA=4 then FlangeA_OD=2 : FlangeA_ID=3: FlangeA_HoleD=.75
If FlangeA=5 then FlangeA_OD=3 : FlangeA_ID=4: FlangeA_HoleD=1
If FlangeB=3 then FlangeB_OD=1 : FlangeB_ID=2: FlangeB_HoleD=.5
If FlangeB=4 then FlangeB_OD=2 : FlangeB_ID=3: FlangeB_HoleD=.75
If FlangeB=5 then FlangeB_OD=3 : FlangeB_ID=4: FlangeB_HoleD=1
Again, this is a simplified version so there are many more sizes and many more parameters. I know this can be done with excel but it is very slow to do it this way on our model. And I'd like to keep it all in ilogic.
Solved! Go to Solution.