C
Charles Law
This is a bit of a vague question, but I am just starting on this, and
wonder if anyone has ideas of where to start.
I have a program that controls some external equipment. It sends messages in
various flavours to cause the equipment to turn signals on and off, and
change voltages and such like.
Attached to this external equipment, is another piece of equipment that
responds to these changes in signals and voltages.
What I need to do is automate the way in which my program turns these
signals on and off, and changes voltages in the external equipment. I also
need to do it in such a way that it is configurable without changes to
source code.
My first thoughts are towards some kind of script that I interpret and use
to determine what actions my program must take. The script would need to be
flexible enough to allow me to specify what signals are controlled, in real
time, and what voltages are set and over what time period they should
change. It would also need to allow me to monitor status from the external
equipment in a given time frame to determine if actions had been successful
or not.
That is as far as I have got. Is this type of application familiar to
anyone, and does anyone have any suggestions regarding how to go about this?
Some examples of scripts that make this type of operation possible?
As I say, it is a bit vague at this stage, and this is probably not the very
best place to be asking, so if anyone knows where I would be better asking
that would be helpful too. Otherwise, any pointers welcome.
TIA
Charles
wonder if anyone has ideas of where to start.
I have a program that controls some external equipment. It sends messages in
various flavours to cause the equipment to turn signals on and off, and
change voltages and such like.
Attached to this external equipment, is another piece of equipment that
responds to these changes in signals and voltages.
What I need to do is automate the way in which my program turns these
signals on and off, and changes voltages in the external equipment. I also
need to do it in such a way that it is configurable without changes to
source code.
My first thoughts are towards some kind of script that I interpret and use
to determine what actions my program must take. The script would need to be
flexible enough to allow me to specify what signals are controlled, in real
time, and what voltages are set and over what time period they should
change. It would also need to allow me to monitor status from the external
equipment in a given time frame to determine if actions had been successful
or not.
That is as far as I have got. Is this type of application familiar to
anyone, and does anyone have any suggestions regarding how to go about this?
Some examples of scripts that make this type of operation possible?
As I say, it is a bit vague at this stage, and this is probably not the very
best place to be asking, so if anyone knows where I would be better asking
that would be helpful too. Otherwise, any pointers welcome.
TIA
Charles