Issue sending data to sqlexpress from 2 hmis over a network

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
sushil123
Posts: 2
Joined: Thu Jul 14, 2016 3:38 am

Issue sending data to sqlexpress from 2 hmis over a network

Post by sushil123 »

Hi All,

Following is my setup,

I have 2 Beijer HMIs t7f2 and t5f2 connected to a computer via a ethernet hub. I have written the script inside each of the HMI to periodically send data to the sql express 2012 on the computer. This works perfectly when I connect only one of the HMIs.

The issue,
As soon as I connect both of them on the network the t7f2 ceases to work and only t5f2 works. I have tried changing the ethernet cable,rebooting the HMI etc. But still no luck. Kindly suggest.

Thanks in advance.
Sushil.

liestol
Posts: 13
Joined: Thu Feb 11, 2016 5:11 am

Re: Issue sending data to sqlexpress from 2 hmis over a netw

Post by liestol »

How is your table set up in the sql database? Try enabling some error catching using try/catch to see what kind of errors the panels give of when crashing.

Post Reply