FUNC

Top 

 

This is a reserved word that we use together with a parameter to activate TrySim-internal functions in the PLC-program. They are used in the special function block, for example.

 

Some FUNCs are documented so that you can use them. With the others it is recommendable not to do any changings in the code that is in front of the FUNC.

 

Documented FUNC-parameter:

 

FUNC 100        Random number from 0 to n-1

FUNC 101        Random number from -n to +n

FUNC 102        REAL random number

FUNC 103        Random bit

see random numbers

 

FUNC 110        select 3D point of view within the PLC

FUNC 111        select 3D point of view with camera speed ?? (Schwenkzeit)

see 3D point of view

 

See also:

List of operations