From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
04-11-2007 05:39 AM
04-11-2007 06:10 AM
i think there is no universal condition nad you cant say Queue is better that Notifier or vice versa. it depends on the situation
what exactly you are trying to achieve. may be based on that i can offer some help.
Tushar Jambhekar
tushar@jambhekar.com
Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog
04-11-2007 07:09 AM
Dear sir,
My actual need is I want to control the cfp(processor) from master pc.cfp program is running in one pc and master program is running in another pc, i want to read the datas of cfp in master and write the commands to cfp through master.This is the actual thing we need.So pls explain which one is(queue/notifier) suitable for me.
Pls I want to know the difference between these two(queue and notifier).
what is the main difference between notifiers and queues? Which should I use in which case? Are queues preferable to pass data?
Thanks and Regards
Jayanthi.k
04-11-2007 07:40 AM
Hi
I think queues will be more suitable in your case.
I will post you some study material which will help you to understand in genreal sync. techniques.
i hope you are using TCP IP to transfer the data. may be in couple of days i will send some code snippets which will make your job simpler...
Tushar Jambhekar
tushar@jambhekar.com
Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog
04-12-2007 08:00 AM
04-13-2007 04:04 AM
what you are saying is correct but i think the communication must be still separated from the other code. if i am designing an application i would not like my entire application to crash or give a error if someone just pulls out network cable for sometime.
generally when using TCP/IP i do use queues and separate out the communication part entirely from application.
Tushar Jambhekar
tushar@jambhekar.com
Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog
04-18-2007 08:56 AM
dear sir ,
I am running two vi seperately in two pcs. one is master another is cfp
cfp is giving the output from the various modules ;master is reading that o/p and display it and also cfp is reading the command from the master (ie controling details) and write it to the cfp.
But my doubt is how shall i change this condition ie when master is reading condition cfp in writing and vice versa.
Pls clarify my doubt.
And also i create notifier and the data type of this notifier is cluster format.I read data from cfp(through tcp) in master and stored in this notifier and then unbundle this value and displayed as a seperate value.Is this correct format or not.
Pls suggest me
Thanks and regards
04-19-2007 06:17 PM
05-21-2007 10:35 AM
05-21-2007 11:59 AM