Structured text in factorytalk view studio?

Crailberry

Member
Join Date
Feb 2016
Location
Utah
Posts
3
Just had a quick question regarding structured text in factorytalk. I would assume this is possible.

Is it just like rslogix5000 structured text? Because I've written a program in a Red Lion before, and the "structured text" it used seemed to be more like C++ more than anything.

If you can use structured text in factorytalk, whereabouts in your utility tree would you go to implement something like that? Is there maybe a tutorial floating around?

Thanks!
 
No Structured Text in FT View.

Certain objects can make use of the command language to control tag behaviors or object appearance and animation. The command language is accessible in any field that has an expression.

VBA is another option for accomplishing similar capabilities. There is much more flexibility with VBA particularly in working with ActiveX or other external programs.

But no Structured Text. The HMI is not a logic solving machine like the controllers.

OG
 

Similar Topics

I have an expression in a structured text routine of a Logix controller that looks more or less like the following: ResultInteger := Integer1 *...
Replies
13
Views
278
Good evening. I display the step number of a SFC on a display. Sometimes, on a trip, it goes quickly through many steps and I need to prove to...
Replies
1
Views
100
I am trying to set up a piece of equipment with a Horner HE-X4R. I'd like to use structured text and so far I'm just trying to get a basic On/off...
Replies
0
Views
55
Good morning. I'm doing a rehab and I need to recycle some part of the old code that won't change and that I need. This is a calculation that...
Replies
22
Views
1,325
I'm writing some structured text that's handling a data structure that comes from a PC. The PC structure is in the "new" LREAL 64-bit floating...
Replies
3
Views
474
Back
Top Bottom