FieldPoint Family

取消
显示结果 
搜索替代 
您的意思是: 

Distributed application

Hello,
Is it possible that applicaiton A and application B can control and monitor the field point channel 1 on module A? If so , how? Both application run on different computer and are connected via Ethernet.
 
Has anyone tried it and are there any strong views on such a setup.
 
Thanks,
Rachana
0 项奖励
1 条消息(共 2 条)
3,613 次查看

You can certainly monitor the same channel with different applications on different computers.  Each application would have its own FP read VI with the address of the fieldpoint channel written in to it.

As for controlling the same channel from different applications, that could get tricky.  I think it can be done (using FP write VI's), but the logic of doing anything where you have two writers could cause problems and race conditions.  For example, say you have a digital output, and one application writes a false to it while the other is writing a true, and each application is doing this in loops.  The digital output would be going on and off, on and off, over and over again.  You would need a good programming scheme so that the two applications will play nice with each other.  I don't know what more to say about this situation without a clearer picture as to why 2 different applications need to control the same output.

0 项奖励
2 条消息(共 2 条)
3,604 次查看