Invoking Structured Text Programs Via C++ #1740
prashantbasvat
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
current we are calling ST programs form C++ main(), function by declaring a typedef structure with some program name shown below,
and then creating a instance of ST prorgams as shown below,
extern MyProgram_struct inprogram_instance;then declaring the external "public" method by using the program call signature
then we are calling prorgams in main() fucntion as,
We need to know that is there any other way, where we can invoke ST program without creating their program structure, instance and public method in C++ function ???????????
Beta Was this translation helpful? Give feedback.
All reactions