simulator required for Siemens S7-200 [closed] - plc

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I need a simulator for Siemens S7-200, which operates without communication of Programmable Logic Controller with PC.And it is download able version not online version.
Please help me out here.

LibNoDave had a server example where you could simulate DB and IO so that clients think that they talk to real PLC. It was working for S7 300 and S7 400, so you might check if it works for S7 200 (since library supports all of them). However you can not run your PLC application with it. If you need that then you would have to try to replicate PLC behaviour with custom PC code.

Related

Looking for a tool to examine a PCIe Device tree [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking for a tool that can show the device tree for pci express devices including switches. I am trying to examine the topology of the pcie from root port down to debug some issues we are having with device bandwidths. Is there anything like that available?
Try lspci on linux.
Sample usage can be found in man page. I generally use:
lspci -t
To have a tree view.
In windows I think there's tool called pcitree but I never used it.

MatLab and Arduino. Does anyone know how to establish a connection? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have this Arduino UNO R3 board with DIP ATmega328P and matlab.fig file. What I want to do is control the traffic lights using the figure file of MatLab. The Traffic light consists of Red and Green LED only and will be operated by a push button. I have scoured the internet and got some very few results. Please help me guys :( Thank you in advance.
I'd start with the MATLAB Support Package for Arduino (aka ArduinoIO Package) from the file exchange.
And there are several tutorials out there, here is one, and another one.

Learning about developing OS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I like to learn OS development from the scratch(About Interrupt handling, about IDT, how to load my own boot sector,etc)
Can you please recommend some resources ?
Thank you.
The OSDev wiki is a good place to start.
Take a look at Operating System Design and Implementation by Andrew Tanenbaum. It contains the source to an operating system call Minix and was the "inspiration" for Linux.
The best online ressources are on OSdev Wiki. You will find all the info you need to start with kernel crafting, from toolchain to IDT filling.

How to integrate the Emulator with the Testing Tool? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can somebody suggest me how to integrate the Emulator with the Testing Tool? And any suitable Testing tool name as well which could be connect to any apple or android emulator?
Thanks in Advance.
Vadivelan.S
Use OCUnit, it is integrated into Xcode. The Uint Test integration is quite good in Xcode 4.x.

How to make HTML5 app installable on Android Market and Apples AppStore? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have simple question. I have HTML5 app and I want it to be installable as an ordinary native app. I know there is Titanium Developer and others, but they seem too complicated for this simple task. Is there some simple tool for this problem ?
use phonegap, very very easy,
look at http://www.phonegap.com/start/
you will be given "assets" folder for HTML,CSS,Javascript . Just use those and run.
I'm just beginning to look at www.phonegap.com and it's very straightforward...