ADAM 40XX and Flowstone

For general discussion related FlowStone
Post Reply
User avatar
gvalletto
Posts: 117
Joined: Fri Jul 09, 2010 10:15 pm
Location: Argentina
Contact:

ADAM 40XX and Flowstone

Post by gvalletto »

I want to get data from ADAM modules "40XX" series using Flowstone. I have connected ADAM modules as in the pictures attached below. But I see not data from my 4019 ADAM module. That is, I see no data strings from the input of that port.
I tried some ways to fix that, but no solutions... (I already tested my ADAM modules with another software, and they works ok).
Any idea?
Thanks!
Attachments
schemes.jpg
schemes.jpg (123.51 KiB) Viewed 14600 times
Embedded
Posts: 143
Joined: Sat Oct 30, 2010 1:42 pm

Re: ADAM 40XX and Flowstone

Post by Embedded »

A couple of things missing:

1) Baud Rate - this need to be set to match your device (usually 9600)
2) Byte Size - is it 7 or 8 (Usually 8)
3) Incoming terminator - this is the Int value of the incoming terminator (Usually 13 = CR)
4) Incoming data buffer - in order to grab the incoming data you will need a buffer (String Queue)

Here's an example that should get you going:
Attachments
Com Test.fsm
(322 Bytes) Downloaded 1356 times
User avatar
gvalletto
Posts: 117
Joined: Fri Jul 09, 2010 10:15 pm
Location: Argentina
Contact:

Re: ADAM 40XX and Flowstone

Post by gvalletto »

I already tried similar things you suggest, but do not work ... anyway thank you for taking my problem with care. I´ve got a new idea now: I will connect two computers across its COM ports, without ADAM modules; I suspect the problem is between Flowstone and 4520 ADAM module (because the communication works fine with ADAM Utility software).
Best regards,
Gustavo
Post Reply