Multiple DAQFactory communicating with each other


ccreevey

Recommended Posts

Hello

I am wondering if there is a possibility of creating 2 DAQfactory programs that can communicate with each other.

Break down:

I have one software which controls a hydraulic pump and recording Displacement and pressure, and another software which is recording various other sensors and is a separate unit. I would like the pump software and the daq to know that both are running and which allows the displacement and the pressure to be recorded also in the daq software so that it recorded roughly the same time. Also the pump may not be connected every time. 

Is there a flag or something I can set?

Thanks Cameron

Link to comment
Share on other sites

Hello,

They are on the same computer. The pump program will only be ran on one computer but the daq software could be running on 4 computers, and the pump could be connected to any of the 4. Just to simplify the user side of it all really, using the pump run the pump software and if extra inputs are needed use the daq software, if not just the daq software. 

Thanks Cameron

Link to comment
Share on other sites

You'd have to enable broadcasting on one, and then create a Connection on the other using 127.0.0.1.  Alternatively, you could create a Modbus Slave on one with an Ethernet Server and then use the modbus master on the other.  If you don't have a lot of channels, I'd considered that.

Note that you'd have to have Pro or Developer in either case as the lower versions do not support network connectivity, and as far as DAQFactory is concerned, localhost is still using the network.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.