For the latest version of JMP Help, visit JMP.com/help.


Publication date: 11/29/2021

Control Chart Builder Script-Only Messages

When you launch the Control Chart Builder platform via JSL, you can use the following arguments that are available only in JSL:

Chart( position( i ), Add Limits( ... ) )
Chart( position( i ), Add Spec Limits( ... ) )
Chart( position( i ), Limits( ... ) )
Chart( position( i ), Points( ... ) )
Chart( position( i ), Set Control Limits( ... ) )
Class( string )
Customize Tests( ... )
KSigma( number )
Show Lower Control Limit( 0|1 )
Show Two Shewhart Charts( 0|1 )
Variables( ... )
Variables( ..., nTrials( column|number ) )

The following messages for a Control Chart Builder object are available only in JSL:

control_chart_builder_object << Chart( position( i ), ... );
control_chart_builder_object << Rerun All Tests;
control_chart_builder_object << Save Limits( string );
control_chart_builder_object << Size( width, height );
Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).