Visonic Powermax Interface (Windows) application

Forum about Visonic products like Powermax Plus and Powermax Pro

Moderators: Rene, Willem4ever

Mario from Spain
Member
Member
Posts: 66
Joined: Wed Dec 04, 2013 11:06 am

Re: Visonic Powermax Interface (Windows) application

Post by Mario from Spain »

bartbakels wrote:it seems that it is triggered fine, however check the errorlog as well. In addition try starting the http commands with http://190...... instead of 190.....
I checked the errorlog but can't find anything related (just many errors like "2016-06-22 15:49:35,318 VisonicDriver.exe error 56 0 LabVIEW: The network operation exceeded the user-specified or system time limit.
HTTP GET TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi").

Changing http commands to http://192... instead of 192... doesn't make it work neither.

If I change:
192.168.1.145/api/mqtt?topic=visonicdriver&message={"Zone": "9", "Status":"ON"}
to
192.168.1.145/api/mqtt?topic=visonicdriver&message={Zone:9,Status:ON}
IT WORKS

But I need to pass the double quotes.
bartbakels
Advanced Member
Advanced Member
Posts: 515
Joined: Tue May 31, 2011 6:44 pm
Contact:

Re: Visonic Powermax Interface (Windows) application

Post by bartbakels »

i expect indeed that the (") cause the issue. I will try to look into this next week.
Software: HS3, HStouch, Plugwise , BLBackup, BLLatestImage, Zwave, JowiHUE, PHlocation, Netcam, Harmony Plugin, ThinkingCleaner, HSPhone, Eneco Toon Script, Pushover, Visonic Powermax LV Interface

(ON ESXI )on NUC
Mario from Spain
Member
Member
Posts: 66
Joined: Wed Dec 04, 2013 11:06 am

Re: Visonic Powermax Interface (Windows) application

Post by Mario from Spain »

bartbakels wrote:i expect indeed that the (") cause the issue. I will try to look into this next week.
Yes, probably is the '"' that isn't passing well.

Thank you very much.
bartbakels
Advanced Member
Advanced Member
Posts: 515
Joined: Tue May 31, 2011 6:44 pm
Contact:

Re: Visonic Powermax Interface (Windows) application

Post by bartbakels »

Mario from Spain wrote:
bartbakels wrote:i expect indeed that the (") cause the issue. I will try to look into this next week.
Yes, probably is the '"' that isn't passing well.

Thank you very much.

Mario,

I tried solving the issue, but no luck yet, I just execute a HTTP GET Header request over http, and indeed the payload does not accept "", however i did not find the the solution in the syntax at w3.org, maybe someone have an idea how the payload should look like;

Code: Select all

GET /tutorials/other/top-20-mysql-best-practices/ HTTP/1.1
Host: net.tutsplus.com
the first line contaiins the parameters, which thus conatain "" in your case, but these stand for comments normally, cant find the howto let these interpret as string. hope this makes any sense.

Could you try using double quotes;

such as data="test"
data =""test""

or even triple quote

data="""test"""

to test if that works

i will keep you posted

regards

Bart
Software: HS3, HStouch, Plugwise , BLBackup, BLLatestImage, Zwave, JowiHUE, PHlocation, Netcam, Harmony Plugin, ThinkingCleaner, HSPhone, Eneco Toon Script, Pushover, Visonic Powermax LV Interface

(ON ESXI )on NUC
wwolkers
Member
Member
Posts: 273
Joined: Tue Sep 23, 2008 10:10 am
Location: Netherlands
Contact:

Re: Visonic Powermax Interface (Windows) application

Post by wwolkers »

Double quotes are not allowed in a HTTP URL.

The proper encoding would mean using %22 to replace the quotes.
bartbakels
Advanced Member
Advanced Member
Posts: 515
Joined: Tue May 31, 2011 6:44 pm
Contact:

Re: Visonic Powermax Interface (Windows) application

Post by bartbakels »

Mario could you replace the quotes by %22 to test?
Software: HS3, HStouch, Plugwise , BLBackup, BLLatestImage, Zwave, JowiHUE, PHlocation, Netcam, Harmony Plugin, ThinkingCleaner, HSPhone, Eneco Toon Script, Pushover, Visonic Powermax LV Interface

(ON ESXI )on NUC
bartbakels
Advanced Member
Advanced Member
Posts: 515
Joined: Tue May 31, 2011 6:44 pm
Contact:

Re: Visonic Powermax Interface (Windows) application

Post by bartbakels »

released new version;


v1.0.7 Release With Build IN Webserver Installer Location V1.0.7 UPDATED

Changes

- BUG in HTTP GET which prevented Get command with (") and spaces
- Signal strength indicator of sensors available

MARIO please try this build for your HTTP Get Issue

Bart
Software: HS3, HStouch, Plugwise , BLBackup, BLLatestImage, Zwave, JowiHUE, PHlocation, Netcam, Harmony Plugin, ThinkingCleaner, HSPhone, Eneco Toon Script, Pushover, Visonic Powermax LV Interface

(ON ESXI )on NUC
Mario from Spain
Member
Member
Posts: 66
Joined: Wed Dec 04, 2013 11:06 am

Re: Visonic Powermax Interface (Windows) application

Post by Mario from Spain »

Thank you Bart for looking into this.

I will try the new version over the weekend and let you know.

Mario
Mario from Spain
Member
Member
Posts: 66
Joined: Wed Dec 04, 2013 11:06 am

Re: Visonic Powermax Interface (Windows) application

Post by Mario from Spain »

bartbakels wrote:released new version;

v1.0.7 Release With Build IN Webserver Installer Location V1.0.7 UPDATED
Hi Bart.

There is a issue with the new installer. It doesn't install the exe

Image
Mario from Spain
Member
Member
Posts: 66
Joined: Wed Dec 04, 2013 11:06 am

Re: Visonic Powermax Interface (Windows) application

Post by Mario from Spain »

Well, I'm not sure what the problem is.

When I try to downgrade to v1.0.6 it shows this error:

Image

"System can't find the specified file"

If I try to downgrade to v1.0.5 it doesn't shows an error but there no exe as with v1.0.7

I can try to uninstall the program but, how must I backup my actual config and restore it later?

Thank you.

Mario
johnz
Member
Member
Posts: 144
Joined: Wed May 06, 2009 10:12 pm
Location: Netherlands

Re: Visonic Powermax Interface (Windows) application

Post by johnz »

Mario,

Probably better to await Bart's answer, but for both your info:

I had the same issue with 1.07. Uninstalling and reinstalling helped. Make a copy of settings.ini

However, all my user http events were deleted after putting the backup of setting.ini in the settings folder. I ended up copying and pasting these http calls from the backup into the event settings screen.

John
Mario from Spain
Member
Member
Posts: 66
Joined: Wed Dec 04, 2013 11:06 am

Re: Visonic Powermax Interface (Windows) application

Post by Mario from Spain »

johnz wrote:Mario,

Probably better to await Bart's answer, but for both your info:

I had the same issue with 1.07. Uninstalling and reinstalling helped. Make a copy of settings.ini

However, all my user http events were deleted after putting the backup of setting.ini in the settings folder. I ended up copying and pasting these http calls from the backup into the event settings screen.

John
Thank you John.

I managed to restore the 1.0.6 exe file from a backup and looks like it's working now.
bartbakels
Advanced Member
Advanced Member
Posts: 515
Joined: Tue May 31, 2011 6:44 pm
Contact:

Re: Visonic Powermax Interface (Windows) application

Post by bartbakels »

gentlemen,

Sorry I think the installer archive is corrupted or incomplete. I will try to create a new one. In my system I just copy the new EXE which is sufficient to upgrade. I am posting only the new Exe which can replace the old one. Please check post no 1.

Regarding backing up, just make a copy of the whole folder. De installer is only needed for the initial installation (Labview runtimes)

But it is strange that your http calls disappeared... never happened to me. But next updates will only be the EXES, to resolve these strange phenomenons

sorry for the inconvenience :oops:

Bart
Software: HS3, HStouch, Plugwise , BLBackup, BLLatestImage, Zwave, JowiHUE, PHlocation, Netcam, Harmony Plugin, ThinkingCleaner, HSPhone, Eneco Toon Script, Pushover, Visonic Powermax LV Interface

(ON ESXI )on NUC
Mario from Spain
Member
Member
Posts: 66
Joined: Wed Dec 04, 2013 11:06 am

Re: Visonic Powermax Interface (Windows) application

Post by Mario from Spain »

bartbakels wrote:released new version;


v1.0.7 Release With Build IN Webserver Installer Location V1.0.7 UPDATED

Changes

- BUG in HTTP GET which prevented Get command with (") and spaces
- Signal strength indicator of sensors available

MARIO please try this build for your HTTP Get Issue

Bart
Hi Bart.

I'm back from my vacation trip (good things are always very short :( ).

Tried the HTTP GET issue with (") and spaces with the new 1.0.7 version and it's working fine now. Thank you! :D

One of my sensors (zone 20) where not reporting correctly (can see the Open and Close events in the log but Last change was always 00:00:00.000 and didn't call the HTTP URL. I deleted the sensor and recreated it as zone 21 and now it's working fine. I'm not sure if the fault was on my Powermax system or in the Visonic Driver but it looks to me like a bug in the Visonic Driver affecting Zone 20 (don't know for sure if all other zones are working fine as I use just 15 zones out of the 28 my panel permits).

I still get this error very often (I don't thing it's related to previous issue):
Image

Code: Select all


2016-07-07 14:19:19,179	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-09 15:20:21,185	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-09 15:36:28,743	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-11 09:53:10,209	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-11 10:01:13,140	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-17 09:36:56,728	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-19 10:08:46,858	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-19 15:53:02,932	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-21 09:57:08,998	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-24 09:40:17,615	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-25 04:08:30,888	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-25 23:12:17,631	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-26 03:40:49,023	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 10:03:06,990	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 10:49:39,349	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 10:49:44,889	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 10:49:50,285	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 10:51:43,563	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 10:52:11,349	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 11:06:46,550	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 11:06:48,434	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:06:49,572	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:07:18,802	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 11:10:18,299	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:11:27,691	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:11:45,525	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:12:12,608	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 11:21:44,812	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:22:58,424	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:23:26,228	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 11:24:54,174	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:25:18,502	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:29:13,624	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:30:20,142	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:30:48,220	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 11:34:46,448	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:37:33,806	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:40:08,695	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:40:57,669	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:42:41,710	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:44:04,358	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:45:11,436	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:45:39,062	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 13:34:03,654	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 13:34:09,082	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 13:34:14,287	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 13:34:19,509	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:34:24,755	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:34:29,979	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:34:35,308	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:34:40,871	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 13:34:46,189	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:34:51,426	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:34:56,642	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:35:02,031	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:07,361	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:12,659	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:17,934	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:23,205	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:28,754	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:35:34,663	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:40,361	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:44,191	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:35:47,968	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:49,036	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:50,016	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:51,167	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:56,586	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:36:02,127	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:36:07,701	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:36:13,346	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:36:19,485	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:36:24,796	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:36:30,121	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:36:35,597	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:36:40,893	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:36:46,197	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:36:51,546	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:36:56,865	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:02,235	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:37:07,609	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:12,992	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:18,302	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:23,576	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:37:27,339	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:30,415	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:35,691	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:40,961	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:44,300	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:45,435	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:37:46,432	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:47,419	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:48,769	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:37:49,767	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:50,710	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:51,748	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:37:52,631	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:38:46,956	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:42:32,473	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:43:00,411	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 13:44:41,563	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:44:57,206	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:45:32,282	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:45:38,000	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:45:47,855	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:46:01,799	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 13:46:14,175	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 14:28:10,211	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:28:15,492	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:28:25,583	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:28:45,736	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 14:50:00,349	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:50:28,173	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 14:51:02,513	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:51:08,233	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:51:18,015	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:51:31,945	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 14:51:45,306	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 14:53:08,991	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:53:14,274	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:53:39,287	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:55:27,717	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:55:55,594	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 14:57:50,331	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:58:18,091	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 14:58:23,411	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:58:33,871	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:58:39,128	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:59:01,419	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 14:59:37,936	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:00:06,391	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 15:12:00,252	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:12:27,714	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 15:17:58,470	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:18:26,333	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 15:21:50,481	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:22:18,028	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 15:38:41,633	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:39:09,523	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 15:40:53,255	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:41:21,095	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 15:44:03,064	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:44:30,869	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 15:53:38,818	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:53:54,962	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:54:08,147	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 15:55:47,334	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:01:38,133	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:02:06,274	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 16:08:04,734	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:08:34,227	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 16:08:39,580	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:08:44,871	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:09:09,565	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 16:09:44,208	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:10:59,545	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:12:02,713	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:40:50,195	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:40:55,477	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:41:18,484	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

bartbakels
Advanced Member
Advanced Member
Posts: 515
Joined: Tue May 31, 2011 6:44 pm
Contact:

Re: Visonic Powermax Interface (Windows) application

Post by bartbakels »

Mario,

First the easy part, The error, is an error when the http get call can not be exectuted, probably you have a wrong url in the configurations somewhere, check the http calls you make if they are all correct.


regarding your zones, i have an idea, but is it correct that you now have for example zone 1 until 15 in use and zone 20, and 16 until 19 are not in use?

Bart

Mario from Spain wrote:
bartbakels wrote:released new version;


v1.0.7 Release With Build IN Webserver Installer Location V1.0.7 UPDATED

Changes

- BUG in HTTP GET which prevented Get command with (") and spaces
- Signal strength indicator of sensors available

MARIO please try this build for your HTTP Get Issue

Bart
Hi Bart.

I'm back from my vacation trip (good things are always very short :( ).

Tried the HTTP GET issue with (") and spaces with the new 1.0.7 version and it's working fine now. Thank you! :D

One of my sensors (zone 20) where not reporting correctly (can see the Open and Close events in the log but Last change was always 00:00:00.000 and didn't call the HTTP URL. I deleted the sensor and recreated it as zone 21 and now it's working fine. I'm not sure if the fault was on my Powermax system or in the Visonic Driver but it looks to me like a bug in the Visonic Driver affecting Zone 20 (don't know for sure if all other zones are working fine as I use just 15 zones out of the 28 my panel permits).

I still get this error very often (I don't thing it's related to previous issue):
Image

Code: Select all


2016-07-07 14:19:19,179	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-09 15:20:21,185	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-09 15:36:28,743	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-11 09:53:10,209	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-11 10:01:13,140	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-17 09:36:56,728	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-19 10:08:46,858	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-19 15:53:02,932	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-21 09:57:08,998	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-24 09:40:17,615	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-25 04:08:30,888	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-25 23:12:17,631	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-26 03:40:49,023	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 10:03:06,990	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 10:49:39,349	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 10:49:44,889	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 10:49:50,285	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 10:51:43,563	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 10:52:11,349	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 11:06:46,550	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 11:06:48,434	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:06:49,572	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:07:18,802	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 11:10:18,299	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:11:27,691	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:11:45,525	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:12:12,608	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 11:21:44,812	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:22:58,424	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:23:26,228	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 11:24:54,174	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:25:18,502	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:29:13,624	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:30:20,142	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:30:48,220	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 11:34:46,448	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:37:33,806	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:40:08,695	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:40:57,669	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:42:41,710	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:44:04,358	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:45:11,436	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 11:45:39,062	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 13:34:03,654	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 13:34:09,082	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 13:34:14,287	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 13:34:19,509	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:34:24,755	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:34:29,979	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:34:35,308	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:34:40,871	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 13:34:46,189	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:34:51,426	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:34:56,642	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:35:02,031	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:07,361	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:12,659	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:17,934	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:23,205	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:28,754	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:35:34,663	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:40,361	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:44,191	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:35:47,968	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:49,036	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:50,016	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:51,167	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:35:56,586	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:36:02,127	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:36:07,701	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:36:13,346	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:36:19,485	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:36:24,796	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:36:30,121	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:36:35,597	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:36:40,893	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:36:46,197	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:36:51,546	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:36:56,865	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:02,235	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:37:07,609	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:12,992	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:18,302	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:23,576	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:37:27,339	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:30,415	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:35,691	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:40,961	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:44,300	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:45,435	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:37:46,432	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:47,419	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:48,769	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:37:49,767	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:50,710	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:37:51,748	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC CONTROL.vi->Visonic MAIN.vi

2016-07-27 13:37:52,631	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:38:46,956	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:42:32,473	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:43:00,411	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 13:44:41,563	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:44:57,206	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:45:32,282	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:45:38,000	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:45:47,855	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 13:46:01,799	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 13:46:14,175	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 14:28:10,211	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:28:15,492	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:28:25,583	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:28:45,736	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 14:50:00,349	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:50:28,173	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 14:51:02,513	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:51:08,233	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:51:18,015	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:51:31,945	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 14:51:45,306	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 14:53:08,991	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:53:14,274	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:53:39,287	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:55:27,717	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:55:55,594	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 14:57:50,331	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:58:18,091	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 14:58:23,411	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:58:33,871	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:58:39,128	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 14:59:01,419	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 14:59:37,936	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:00:06,391	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 15:12:00,252	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:12:27,714	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 15:17:58,470	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:18:26,333	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 15:21:50,481	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:22:18,028	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 15:38:41,633	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:39:09,523	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 15:40:53,255	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:41:21,095	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 15:44:03,064	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:44:30,869	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 15:53:38,818	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:53:54,962	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 15:54:08,147	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 15:55:47,334	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:01:38,133	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:02:06,274	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 16:08:04,734	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:08:34,227	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 16:08:39,580	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:08:44,871	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:09:09,565	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->VISONIC GUI.vi->Visonic MAIN.vi

2016-07-27 16:09:44,208	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:10:59,545	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:12:02,713	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:40:50,195	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:40:55,477	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

2016-07-27 16:41:18,484	VisonicDriver.exe	error	56	0	LabVIEW:  The network operation exceeded the user-specified or system time limit.
HTTP GET	TCP Read in Example HTTP GET method.vi->Zones ChangeHandler.vi->SensorStatesHandler.vi->decode hex.vi->VISONIC DAQ.vi->Visonic MAIN.vi

Software: HS3, HStouch, Plugwise , BLBackup, BLLatestImage, Zwave, JowiHUE, PHlocation, Netcam, Harmony Plugin, ThinkingCleaner, HSPhone, Eneco Toon Script, Pushover, Visonic Powermax LV Interface

(ON ESXI )on NUC
Post Reply

Return to “Visonic Alarm systems”