Previous in Forum: IEC Cable Sizing   Next in Forum: Milling Machine Wiring Issues
Close
Close
Close
5 comments
Rate Comments: Nested
Commentator

Join Date: Sep 2017
Posts: 76
Good Answers: 1

Looking for a Development Platform to be Used on Windows

02/06/2018 10:36 AM

Hi guys

I would like to start developing a new program to interface with an instrument that i recently acquired. Believe it or not, the manufacture has no development tools.

The device talks Ethernet and i would like to develop a program for certain functions on the device. To enable certain functions i will need to be able to send a receive telegram packets from the device.

I also need the application to be deployable with a single .exe for ease of installation for the customer.

Does anyone have any recommendations on a good place to start? Years ago i did this kind of thing in Matlab but i have always had issues get a piece of matlab code to be deployable.

Any thoughts?

Thanks

Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.
Guru

Join Date: Mar 2007
Location: by the beach in Florida
Posts: 33392
Good Answers: 1817
#1

Re: Looking for a Development Platform to be Used on Windows

02/06/2018 10:48 AM
__________________
All living things seek to control their own destiny....this is the purpose of life
Register to Reply
Guru

Join Date: Jul 2008
Posts: 1688
Good Answers: 145
#2

Re: Looking for a Development Platform to be Used on Windows

02/06/2018 12:30 PM

It would be helpful to identify the instrument you just acquired.

__________________
Few things limit our potential as much as knowing answers and setting aside questions.
Register to Reply
Guru
Engineering Fields - Aerospace Engineering - Member United States - Member - Army Vet in the aviation industry

Join Date: Mar 2008
Location: Bridgewater, Va.
Posts: 2175
Good Answers: 119
#3

Re: Looking for a Development Platform to be Used on Windows

02/06/2018 10:35 PM

You need to be a little more specific. Ethernet is the hardware. What communication protocol(s) does the instrument support? For example, Modbus TCP/IP is one commonly used in industrial applications.

The first application development platform I always looked at for Windows apps is Microsoft's Visual Studio. It supports a broad variety of languages for various applications and networks.

Hooker

Register to Reply
Guru

Join Date: Oct 2009
Posts: 1460
Good Answers: 30
#5
In reply to #3

Re: Looking for a Development Platform to be Used on Windows

02/07/2018 2:50 PM

Visual Studio would also be my first suggestion if you are confining yourself to the Windows platform. My second suggestion, if there is any possibility for extending to the Mac, is to look at RAD Studio from Embarcadero

Register to Reply
Guru

Join Date: Mar 2011
Location: Sebastopol, California
Posts: 1205
Good Answers: 54
#4

Re: Looking for a Development Platform to be Used on Windows

02/07/2018 9:56 AM

Without more info about protocols and ports it is hard to guess. However, it may already have software delivered on a webpage if it "speaks ethernet".

Perhaps all you need is a browser or perhaps a browser with a list of functions to send in a local html file.

What open ports does it have. Does it use DHCP and setup a TCP/IP address or does it use some other protocol?

If it uses TCP/IP then it should have an open (listening) port that can be found with a scanner like wireshark or nmap. If so, then a browser with a html page full of functions to send to that port should work. Chances are that if it is TCP/IP then you should be able to see a page at port 80 or 8080 already and you may not need to write anything.

__________________
Most people are mostly good most of the time.
Register to Reply
Register to Reply 5 comments
Copy to Clipboard

Users who posted comments:

BruceFlorida (1); Deefburger (1); Hooker (1); phph001 (1); SolarEagle (1)

Previous in Forum: IEC Cable Sizing   Next in Forum: Milling Machine Wiring Issues

Advertisement