Message 1 of 2
CHANGE PARAMETER IN COMPONENT IN ASSEMBLY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, i am having an issue with iLogic in that when trying to update a parameter in a component while in an assembly, i keep getting an error. my code....
Logger.Debug(NEW_PLATE) Logger.Debug("CURRENT THICK ="&Parameter(NEW_PLATE, "PLATE_TH_MM")) Logger.Debug ("TARGET THICK = " & PLATE_THICK) Parameter(NEW_PLATE, "PLATE_TH_MM") = PLATE_THICK
when i run the rule, i get the errors attached. i have traced my variables and they are all ok (i think). i believe i have the parameter statement right. the only thing i can think of, (and don't know what to do about), is that the component has a number of model states. i don't know if that affects the Parameter statement or not.
thanks in advance for any help or insight!