Skip to main content
1-Visitor
March 6, 2014
Solved

Controls

  • March 6, 2014
  • 2 replies
  • 1320 views

Hi,

I'm new to mathcad. I'm using version 15.

I'm trying to understand controls.For example "web control". I have defined 3 variables. When I click a radio button corresponding to Value1 I would like to have ploted the value istead of the name. Thank you for helping.

Regards,

Gabriel

Best answer by Werner_E

Scripted controls sure are more powerful than webcontrols (while the latter look better IMHO) but if you prefer to stay with the webcontrols you may have a look at the attached. Using the output of the component as an index to a data vector to accomodate for units can be done using scripted components as well of course.

2 replies

19-Tanzanite
March 6, 2014

You need a list box rather than a radio button - see attached.

Alan

Werner_E25-Diamond IAnswer
25-Diamond I
March 6, 2014

Scripted controls sure are more powerful than webcontrols (while the latter look better IMHO) but if you prefer to stay with the webcontrols you may have a look at the attached. Using the output of the component as an index to a data vector to accomodate for units can be done using scripted components as well of course.