10-07-2005 02:22 PM
10-07-2005 03:52 PM
What is the exact part number of the MDSi8?? Some of them don't have communication builtin. The datasheet says it can do modbus protocol. Normally that uses 9600 baud, 8 databits, even parity, one stop bit. The communication manual states that the meter does not use the parity bit. There are several vi's that implement Modbus serial communication. I have some at work that I can send.
Here is a link to the MDSi8 manual. http://www.omega.com/manuals/manualpdf/M3944.pdf This shows you only need three wires in the serial cable. Wire pins 2-2, 3-3 and 5,5.
Here is a link to the I Series communication manual. http://www.omega.com/manuals/manualpdf/M3397.pdf
When talking modbus with the device you can use function codes 3(read holding register), 4(read input register), 6(write holding register), 8(diagnostic). The meter has up to 43 registers, but not all of them are used.
10-07-2005 04:31 PM
10-10-2005 01:32 AM
Hi John
You said that now the scope is also serial comms well start there! Disconect all other serial connections. Connect Scope to PC serial port. Initialise MAX, also NI spy (set to capture), with MAX
do a instrument search on your serial ports. Remember that scope you should be switched on !! MAX should be able to see scope, as Dennis mentioned if necessary alter the port settings. Check with the scope manual to see what the default setting are. In MAX you can test basic functions ie send IDN command to check scope ID.
Hopefully this should set you on ya way- also verifies that you serial ports are functioning ( swop connections to test all ports)
xseadog
10-10-2005 08:21 AM
10-12-2005 05:21 AM
Hi John,
Is your problem solved ?
If not let me know, we can go through the whole process (begin to end) to get things working.
10-12-2005 09:40 AM
10-19-2005 12:06 PM
10-19-2005 01:58 PM - edited 10-19-2005 01:58 PM
Hi John,
There are a lot things said in this thread and I think your right. Better start again at the beginning
Suggestion to get things solved:
First you have to get a basic LV VI running on your COM port with a loopback connector. A loopback connector just connect pin 2 and 3. The only thing you need is a working COM port, loopback connector and VI
Next you have to make a cable with or without cross. You can measure this.
Last (but not least) setup the communication with your instrument.
Is this workable for you ? What can you do yourself and where do you need help?
Message Edited by K C on 10-19-2005 08:59 PM
10-20-2005 01:30 PM