Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

Exposing parameter #7 of IPASCII to allow unsolicited response processing

Well it seems Lookout 6.1 masked parameter #7 of the IPASCII object which prevents monitoring for unsolicited responses.  Could you PLEASE address/FIX this issue?
 
Thanks,
Ed
0 Kudos
Message 1 of 20
(7,675 Views)
has this been addressed?
0 Kudos
Message 2 of 20
(7,205 Views)

This parameter is no longer mentioned in the help for Lookout 6.2. This parameter is hard coded and is set to True. Do you need to turn off unsolicited response processing?

 

Thanks!

Andy F. 

-----------------------------------------------------------------
National Instruments
0 Kudos
Message 3 of 20
(7,191 Views)

Hi Andy,

 

I have had problems with Lookout's response to unsolicited IPASCII on occassion.  I is really weird because usually Lookout will restart response simply by opening the IPASCII properties box and closing it again.

 

I would like a way to programatically "wake up" the unsolicited IPASCII response upon detection of data stream stoppage or periodically to inhibit Lookout's "falling asleep" on unsolicited ASCII data.

 

I was thinking that if you made the enable parameter exposed for dynamic processing, we could test this issue further and it may be a work around to the "sleeping" problem I still encounter.

 

Thanks,

Ed

0 Kudos
Message 4 of 20
(7,179 Views)

I'm actually having the same problem with ASCII objects and unsolicited data.  Lookout just stops "seeing" the data sometimes.  "Touching" the object via the properties dialog box open/close restores the link.

 

Updates please?

0 Kudos
Message 5 of 20
(7,079 Views)

When the problem happens on ASCII object, please open MAX, go to Device and Interface->Serial&Parallel, select the com port that ASCII uses, click Validate. I want to know if the com port is still handled by the ASCII object. If the validation is fine, it means the ASCII object has released the com port unexpectedly.

 

For the IPASCII object, I guess there is logical problem in the source code. To edit the property, it is not only "touch" the object, but also reset the object.

Ryan Shi
National Instruments
0 Kudos
Message 6 of 20
(7,061 Views)

Ryan,

 

Devices and Interfaces is not available in max.  The ports are Moxa  virtual ports mapped with NPort Windows Driver Manager 1.6 Build 07082417.

Max only shows NI ports?

 

Other ways to check?  I have the problem right now and I have verified devices are still sending ASCII, but lookout is not showing.  The device was powered off for calibration then returned to service.  Lookout never picked up the return to service, although most of the time, it does.  Unlike some devices, this one gets data sent to it every 5 minutes or so, so I don't know why Lookout sometimes won't wake up to the incoming data (solicited or not-solicited).

 

I will wait for advice before recovering this channel by restart or other means.

 

Ed

Message Edited by erblock on 03-23-2009 10:50 PM
0 Kudos
Message 7 of 20
(6,941 Views)

Sorry, the devices and interfaces is not available if you just install lookout. You need NI-DAQ or VISA to get it in MAX. This way is easy to test the port. Besides it, we can use a serial port monitor software to do so. I download the Ultima software for serial port monitoring. If the port is being handled by lookout, you cannot open the port by other software.

 

Do you mean that this device gets data from lookout and sends both solicited and unsolicited data to lookout computer? If so, we can firstly test if lookout is still sending data out to this device by the diagnostic file. Does it use the same ASCII object to send data?

 

I'm wondering if it is possible for me to set up a simple system with ASCII object to reproduce the problem. Frankly saying, I don't have much idea without reproducing the problem.

Ryan Shi
National Instruments
0 Kudos
Message 8 of 20
(6,933 Views)

Ryan,

 

I was able to determine that Lookout is sometimes hanging up the port for the ASCII object used for unsolicited monitoring.  It seems to happen if the device stops sending data for a period of time (not sure how long but Lookout hangs up after less than 15 minutes.

 

Can this be fixed?

Alternatives to reset ASCII objects occasionally to find these devices again?

 

If I cycled the OFF-HOOK data member occasionally, would this work?  Does the off-hook data member actually prevent the communications and release the port (as I assume it is designed to do)?  How about occasionally sending data to these devices?  I need whatever I send to be benign to the devices....

 

Thanks,

Ed

0 Kudos
Message 9 of 20
(6,757 Views)

Let me first check out the source code in which condition Lookout releases or hangs up the port.

 

Ryan Shi
National Instruments
0 Kudos
Message 10 of 20
(6,741 Views)