473,786 Members | 2,737 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Using Script to Drive Software Operation

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
Nov 20 '05
12 1109
Hi Hal

We (the company I am working with) are the manufacturers of the external
equipment, so we have our own comms protocol for this. The equipment is
connected via a simple serial/USB link.
you said the equip does all the voltage changing - depending on the signal
you send to it - and that equipment talks to (controls) other equipment -
It's actually the other way around: we send commands to the external
equipment, and it changes signals and voltages to the devices on the end.

The actual mode of communication is not so much the problem as we already
have that in place. It is the automation of the control that we are looking
at now, and from earlier suggestions it looks like the Command pattern is a
good avenue.

Do you have any experience of that pattern (or others) in this type of
application?
Sounds like a distributed control system (DCS) - common to PLCs and some
Instrumentation
You are on the right lines; it is actually ATE (automatic test equipment)
for use in a production test environment.

Charles
"Hal Rosser" <hm******@bells outh.net> wrote in message
news:xx******** ********@bignew s2.bellsouth.ne t... Charles,
What methods of communication is available to the equipment ? TCP/IP?
Does the equipment connect through a hub to a lan?
The mfg should provide some info - like "if you send "X" signal - the
equipment wil do 'so-n-so' does the equip have a network card? can you
telnet to it?
This sounds interesting. but mo info

you said the equip does all the voltage changing - depending on the signal
you send to it - and that equipment talks to (controls) other equipment -
Sounds like a distributed control system (DCS) - common to PLCs and some
Instrumentation
Fisher Controls, Allen Bradley, Modicon are a few of the players


"Charles Law" <bl***@nowhere. com> wrote in message
news:uB******** ******@TK2MSFTN GP10.phx.gbl...
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

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.732 / Virus Database: 486 - Release Date: 7/29/2004

Nov 20 '05 #11
"Charles Law" <bl***@nowhere. com> wrote in message news:<#$******* *******@TK2MSFT NGP12.phx.gbl>. ..
Hi Hal

We (the company I am working with) are the manufacturers of the external
equipment, so we have our own comms protocol for this. The equipment is
connected via a simple serial/USB link.
you said the equip does all the voltage changing - depending on the signal
you send to it - and that equipment talks to (controls) other equipment -


It's actually the other way around: we send commands to the external
equipment, and it changes signals and voltages to the devices on the end.

The actual mode of communication is not so much the problem as we already
have that in place. It is the automation of the control that we are looking
at now, and from earlier suggestions it looks like the Command pattern is a
good avenue.

Do you have any experience of that pattern (or others) in this type of
application?
Sounds like a distributed control system (DCS) - common to PLCs and some
Instrumentation


You are on the right lines; it is actually ATE (automatic test equipment)
for use in a production test environment.

Charles
"Hal Rosser" <hm******@bells outh.net> wrote in message
news:xx******** ********@bignew s2.bellsouth.ne t...
Charles,
What methods of communication is available to the equipment ? TCP/IP?
Does the equipment connect through a hub to a lan?
The mfg should provide some info - like "if you send "X" signal - the
equipment wil do 'so-n-so' does the equip have a network card? can you
telnet to it?
This sounds interesting. but mo info

you said the equip does all the voltage changing - depending on the signal
you send to it - and that equipment talks to (controls) other equipment -
Sounds like a distributed control system (DCS) - common to PLCs and some
Instrumentation
Fisher Controls, Allen Bradley, Modicon are a few of the players


"Charles Law" <bl***@nowhere. com> wrote in message
news:uB******** ******@TK2MSFTN GP10.phx.gbl...
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

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.732 / Virus Database: 486 - Release Date: 7/29/2004


Anything you can do manually, you can automate with AutoIt

http://www.autoitscript.com/autoit3/

The forum is magnificent for help...

Lar.
Nov 20 '05 #12
Hi Lar

Thanks for the link. However, it is not the UI that I need to automate, but
objects at a much more lower level. The user will see progress indications
on the screen of the schedule that has been automated, and be able to stop
and start it, repeat bits of it and such-like.

Charles
"larrydaloo za" <la**********@y ahoo.com> wrote in message
news:41******** *************** ***@posting.goo gle.com...
"Charles Law" <bl***@nowhere. com> wrote in message

news:<#$******* *******@TK2MSFT NGP12.phx.gbl>. ..
Hi Hal

We (the company I am working with) are the manufacturers of the external
equipment, so we have our own comms protocol for this. The equipment is
connected via a simple serial/USB link.
you said the equip does all the voltage changing - depending on the signal you send to it - and that equipment talks to (controls) other equipment -

It's actually the other way around: we send commands to the external
equipment, and it changes signals and voltages to the devices on the end.
The actual mode of communication is not so much the problem as we already have that in place. It is the automation of the control that we are looking at now, and from earlier suggestions it looks like the Command pattern is a good avenue.

Do you have any experience of that pattern (or others) in this type of
application?
Sounds like a distributed control system (DCS) - common to PLCs and
some Instrumentation


You are on the right lines; it is actually ATE (automatic test

equipment) for use in a production test environment.

Charles
"Hal Rosser" <hm******@bells outh.net> wrote in message
news:xx******** ********@bignew s2.bellsouth.ne t...
Charles,
What methods of communication is available to the equipment ? TCP/IP? Does the equipment connect through a hub to a lan?
The mfg should provide some info - like "if you send "X" signal - the
equipment wil do 'so-n-so' does the equip have a network card? can you
telnet to it?
This sounds interesting. but mo info

you said the equip does all the voltage changing - depending on the signal you send to it - and that equipment talks to (controls) other equipment - Sounds like a distributed control system (DCS) - common to PLCs and some Instrumentation
Fisher Controls, Allen Bradley, Modicon are a few of the players


"Charles Law" <bl***@nowhere. com> wrote in message
news:uB******** ******@TK2MSFTN GP10.phx.gbl...
> 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
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.732 / Virus Database: 486 - Release Date: 7/29/2004


Anything you can do manually, you can automate with AutoIt

http://www.autoitscript.com/autoit3/

The forum is magnificent for help...

Lar.

Nov 20 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
1620
by: Charles Law | last post by:
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.
2
5569
by: moodyman13 | last post by:
Hi all, Hoping someone can help me. I'm using WSH to automatically map a network drive when someone opens a webpage. Below are the codes <HTML> <Body> <script language="VBScript" type="text/vbscript"> Option Explicit On Error Resume Next
0
9496
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10164
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10110
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8989
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7512
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6745
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5534
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3669
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.