Thang Nguyen Posted July 1, 2008 Report Posted July 1, 2008 Hi, I am working on a custom periodic I/O DSC server. The article about building the Periodic I/O Server says that I cannot use the local variable, property node, or control reference for the controls or indicators I want to publish. But I have a simple case like this. I want to build a feature which handle the reset signal the device communicated with system by the I/O server. I use a boolean control as the interface to signal when the I/O Server send the reset command to the device. But after sending the signal, I need to clear the true value so it will not do it again in the next polling state. Without using local variable and property not, I don't know how I should do this. I still cannot thing another way, so I ask for help. Thank you for your time. Thang Quote
viSci Posted July 2, 2008 Report Posted July 2, 2008 Can't you use Network Shared Variables for this application? Quote
Thang Nguyen Posted July 2, 2008 Author Report Posted July 2, 2008 QUOTE (sachsm @ Jul 1 2008, 06:36 AM) Can't you use Network Shared Variables for this application? To build the DSC I/O Server, first of all we have to build a custom VI then after that we publish all of the necessary controls and indicators to network shared variable and the communication between HMI and I/O Server through these shared variables. Currently I am working on the custom VI about the interface between this VI with HMI. Thanks. Quote
Thang Nguyen Posted July 2, 2008 Author Report Posted July 2, 2008 Should I use an addition indicator to inform the HMI the current status of the I/O Server, so the HMI know how to deal with the control? Quote
Phillip Brooks Posted July 3, 2008 Report Posted July 3, 2008 QUOTE (Thang Nguyen @ Jul 1 2008, 06:33 PM) Should I use an addition indicator to inform the HMI the current status of the I/O Server, so the HMI know how to deal with the control? I have NO experience with DSC. What you are describing sounds like a classic Model-View-Controller pattern. A Google search for LabVIEW Model-View-Controller returned this NI link: Model-View-Controller Design Pattern (DSC Module) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.