Cómo Añadir Comentarios A Un Texto Estructurado - Allen-Bradley Logix5000 Serie Guia De Inicio Rapido

Ocultar thumbs Ver también para Logix5000 Serie:
Tabla de contenido

Publicidad

Cómo añadir comentarios a
un texto estructurado
Formato:
//comment
(*comment*)
/*comment*/
Para hacer que el texto estructurado sea más fácil de interpretar, añada
comentarios. Los comentarios:
• le permiten usar un lenguaje llano para describir cómo funciona el texto
estructurado
• se descargan en el controlador y se cargan del controlador
• no afectan la ejecución del texto estructurado
Para añadir comentarios al texto estructurado:
Para añadir un comentario:
en una sola línea
al final de una línea de texto
estructurado
dentro de una línea de texto
estructurado
que se extiende a más de una línea (*start of comment . . . end of
Por ejemplo:
Ejemplo:
Al comienzo de una línea
//Check conveyor belt direction
IF conveyor_direction
Al final de una línea
ELSE //If conveyor isn't moving, set alarm light
light := 1;
END_IF;
Sugar.Inlet[:=]1;(*open de inlet *)
IF Sugar.Low (*low level LS*)& Sugar.High (*high level
LS*)THEN...
(*Controls the speed of the recirculation pump. The
speed depends on the temperature in the tank.*)
IF tank.temp > 200 THEN...
Sugar.Inlet:=0;/*close de inlet*/
IF bar_code=65 /*A*/ THEN...
/*Gets the number of elements in the Inventory array
and stores the value in the Inventory_Items tag*/
SIZE(Inventory,0,Inventory_Items);
Cómo documentar un proyecto
Use uno de estos formatos:
//comment
(*comment*)
/*comment*/
(*comment*)
/*comment*/
comment*)
/*start of comment . . . end of
comment*/
THEN...
Publicación 1756-QS001B-ES-P - Marzo 2004
3-9

Publicidad

Tabla de contenido
loading

Tabla de contenido