Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
The core node you are trying to access is permanently deleted.
Hi, I'm configuring modelcheck and using the PARAMCHECK as enable, also model upadate its enable, what Im triing to do is have a set of parametes but those can or canot be filled, so it's a mix.
The problem is, modelcheck always return an error if the parameter exist but it's not filed in this case for us it's not an error, I tried the setting like this:
PRT_PARAMETER SPEC_1 NONE
And it not worked any advice on this?
Regards
The sequence should be
[MODE] [NAME] [TYPE] [EQUALITY] [VALUE]
Found on page 210 of the modelcheck pdf.
Try this:
PRT_PARAMETER SPEC_1 NONEEQ NULL
In Reply to Leonardo Bassin:
Hi, I'm configuring modelcheck and using the PARAMCHECK as enable, also model upadate its enable, what Im triing to do is have a set of parametes but those can or canot be filled, so it's a mix.
The problem is, modelcheck always return an error if the parameter exist but it's not filed in this case for us it's not an error, I tried the setting like this:
PRT_PARAMETER SPEC_1 NONE
And it not worked any advice on this?
Regards
I tried it but modelckeck still report the parameter as missing...
I will try some other configurations if nothing else changes I will open a ticket at ptc.
