QUOTE(aggattapauer @ Sep 30 2008, 08:26 PM) [snapback]74090[/snapback]
I don't understand if you are still using S7 400 or not...
QUOTE
So there was an idea to make a bridge PROFIBUS vs. MB+ to provide the broken sistem
I still don't understand why MB+ and why a bridge. Do you want the QUANTUM to communicate with S7400?
And so the S7400 will communicate with the PC (VB application)..
Anyway in my opinion is to choose always the easier way...
so you might use the serial port RS232 (you have two port Modbus and one modbus plus) of QUANTUM that is MODBUS RTU and connect two converters rs232<-->rs485 (so you may reach more than 400m). One converter connected to the CPU the other one to the serial port COM1 of the PC.
Using a VB application I think is very easy to read and write variable in standard modbus RTU. You may find in internet a lot of samples.
You might test the modbus link with Modscan software that you can download from internet.
Thank you aggattapauer, for your advice!
I do understand what are you written about
I have a lot of free time to learn C or C++, but i have no possibility to purchase two converters RS485<-->RS232...
Any way the problem still remains the same:
-read data from S400 using VB or C or C++ or another programming language.
-write data to quantum (434 12A) using VB or C or C++ or another programming language.
-read data from quantum (434 12A) using VB or C or C++ or another programming language.
-write data to S400 using VB or C or C++ or another programming language.
The way it should be done: is to use NO OPC servers or other SCADA. Only libraries are permitted
Any kind of libraries...
Thank you!