I’m programming C for the first time, as I need to make some scripts in Tia Portal. The idea is that there is an input, of type Char*, where we put the name of the motor and that the Script always returns the same texts, but changing the name of the motor.
Ex:
- Engine name: M204
- Texts to be returned: M204//M204.TorqueActual; M204//M204.Voltage, etc.
These names are the path to display them on a graph.
Could someone give me a hand?
Thanks in advance!
Regards.
I have tried to define all the texts in different Char* and then put them together. Without success…
New contributor
StalinCode is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.