cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
%3CLINGO-SUB%20id%3D%22lingo-sub-699724%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3Eestablecer%20l%C3%ADmites%20de%20control%20en%20el%20gr%C3%A1fico%20de%20control%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-699724%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3E%3CP%3ESaludos%2C%3CBR%20%2F%3E%20Estoy%20usando%20JMP%2017%2C%20intent%C3%A9%20establecer%20el%20l%C3%ADmite%20de%20control%20para%20el%20gr%C3%A1fico%20A%20(barra%20x)%20y%20el%20gr%C3%A1fico%20B%20(R)%3CBR%20%2F%3E%20edt%20es%20la%20tabla%20de%20datos.%3CBR%20%2F%3E%20A%20continuaci%C3%B3n%20est%C3%A1%20mi%20gui%C3%B3n%3A%3CBR%20%2F%3E%3CBR%20%2F%3E%3C%2FP%3E%3CPRE%3E%3CCODE%20class%3D%22%20language-jsl%22%3Egraph%20%3D%20edt%20%26lt%3B%26lt%3B%20Control%20Chart%20Builder(%0ASize(%201123%2C%20586%20)%2C%0AShow%20Alarm%20Report(%201%20)%2C%0AShow%20Control%20Panel(%200%20)%2C%0AK%20Sigma(%202.5%20)%2C%0AVariables(%20Subgroup(%20%3ACaptureDateTime%20)%2C%20Y(%20%3ACaptureValue%20)%20)%2C%0AChart(%0APosition(%201%20)%2C%0ALimits%2C%0ASet%20Control%20Limits(%20%7BLCL(%2049.5%20)%2C%20UCL(%2050.5%20)%2C%20Avg(%2050%20)%7D%20)%2C%0AWarnings(%20Test%201(%201%20)%2C%20Test%203(%201%20)%20)%0A%0A)%2C%0AChart(%0APosition(%202%20)%2C%0ASet%20Control%20Limits(%20%7BLCL(%200%20)%2C%20UCL(%200.8%20)%7D%20)%2C%0AWarnings(%20Test%20Beyond%20Limits(%201%20)%20)%0A))%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3CBR%20%2F%3Epero%20una%20vez%20que%20ejecuto%20el%20script%2C%20no%20establece%20los%20l%C3%ADmites%20de%20control.%20%C2%BFAlguien%20sabe%20c%C3%B3mo%20establecer%20el%20l%C3%ADmite%20de%20control%20en%20un%20script%3F%3CBR%20%2F%3E%20gracias%20de%20antemano%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-699724%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3E%3CLINGO-LABEL%3EAutomatizaci%C3%B3n%20y%20secuencias%20de%20comandos%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E%3CLINGO-SUB%20id%3D%22lingo-sub-699775%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3ERe%3A%20establecer%20l%C3%ADmites%20de%20control%20en%20el%20gr%C3%A1fico%20de%20control%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-699775%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3E%3CP%3EEl%20problema%20podr%C3%ADa%20ser%20que%20est%C3%A9s%20intentando%20establecer%20las%20caracter%C3%ADsticas%20de%20los%20l%C3%ADmites%20sin%20especificarlas.%3C%2FP%3E%3CP%3EIntenta%20configurarlos%3C%2FP%3E%3CP%3E...%3C%2FP%3E%3CP%3EPosici%C3%B3n(%201%20)%2C%3CBR%20%2F%3E%20L%C3%ADmites%3CSTRONG%3E%20(Sigma%20(%22......%22%20)%20)%3C%2FSTRONG%3E%20%2C%3CBR%20%2F%3E%20Establecer%20l%C3%ADmites%20de%20control%20(%7BLCL%20(49%2C5)%2C%20UCL%20(50%2C5)%2C%20Promedio%20(50)%7D)%2C%3C%2FP%3E%3CP%3E...%3C%2FP%3E%3CP%3Eo%20intenta%20borrar%20la%20l%C3%ADnea%3CEM%3E%20l%C3%ADmites%2C%3C%2FEM%3E%20.%3C%2FP%3E%3CP%3EEspero%20que%20esto%20ayude.%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3C%2FLINGO-BODY%3E
Choose Language Hide Translation Bar
Celine1
Level II

set control limits in Control Chart

Greetings,
I'm using JMP 17, I tried to set control limit for chart A (x-bar) and chart B (R)
edt is the data table.
below is my script:

graph = edt << Control Chart Builder(
Size( 1123, 586 ),
Show Alarm Report( 1 ),
Show Control Panel( 0 ),
K Sigma( 2.5 ),
Variables( Subgroup( :CaptureDateTime ), Y( :CaptureValue ) ),
Chart(
Position( 1 ),
Limits,
Set Control Limits( {LCL( 49.5 ), UCL( 50.5 ), Avg( 50 )} ),
Warnings( Test 1( 1 ), Test 3( 1 ) )

),
Chart(
Position( 2 ),
Set Control Limits( {LCL( 0 ), UCL( 0.8 )} ),
Warnings( Test Beyond Limits( 1 ) )
))


but once I run the script, it does not set the control limits. Anyone knows how to set control limit in script?
thank in advanced

1 ACCEPTED SOLUTION

Accepted Solutions
bbenny7
Level III

Re: set control limits in Control Chart

The problem could be that you are trying to set the limits characteristics without specifying them.

Try to set them

...

Position( 1 ),
Limits (Sigma ("......" ) ),
Set Control Limits( {LCL( 49.5 ), UCL( 50.5 ), Avg( 50 )} ),

...

or try to delete the line Limits, .

I hope this helps.

 

 

View solution in original post

1 REPLY 1
bbenny7
Level III

Re: set control limits in Control Chart

The problem could be that you are trying to set the limits characteristics without specifying them.

Try to set them

...

Position( 1 ),
Limits (Sigma ("......" ) ),
Set Control Limits( {LCL( 49.5 ), UCL( 50.5 ), Avg( 50 )} ),

...

or try to delete the line Limits, .

I hope this helps.