Parameters


FactoryTalk View Parameters

Introduction to FactoryTalk View Parameters We use FactoryTalk View Parameters to identify placeholders on a screen.    For example:  If we have 9 tanks in a tank farm, you can just create one tank screen.   The objects on the tank screen will use place holders instead of tags.  When the operator Read More »

Timer Code

Passing Parameters to Subroutines 6

Introduction to Passing Parameters to Subroutines We’ve already discussed simple subroutines.  In most cases, subroutines are just used for the purpose of organization.   Now, we will use subroutines as functions.  We will create a subroutine that converts Celsius to Fahrenheit.   Once we create the subroutine, we will use Read More »

Final JSRs