Search found 109 matches

by Chris T.
Tue Feb 13, 2018 5:26 pm
Forum: Application Development
Topic: Cursor show tag value in curve of Trend Viewer
Replies: 2
Views: 5290

Re: Cursor show tag value in curve of Trend Viewer

papageorgakis,

We could do this with the legend for the trend, but not a specific curve/pen. We could make the legend popup at the mouse location when the mouse enters the trend via script. However, it will display all pens.

Thanks,
by Chris T.
Tue Feb 13, 2018 5:24 pm
Forum: Controller Communication
Topic: GE Fanuc 90-30 and TA100 comm issue
Replies: 1
Views: 4600

Re: GE Fanuc 90-30 and TA100 comm issue

FinLad,

Did you alter the ip address on the driver inside of iX Developer and redownload your project to the TA100? The panel will have an IP address stored for the GE Fanuc 90-30 PLC. If this ip address has not changed then it will not communicate.

Thanks,
by Chris T.
Tue Feb 13, 2018 5:21 pm
Forum: Application Development
Topic: SEW driver
Replies: 1
Views: 4186

Re: SEW driver

X_Anders,

Would you mind reaching out to Beijer support for this, we should be able to provide the needed drivers. US (801) 708-6690
by Chris T.
Tue Feb 13, 2018 3:47 pm
Forum: Scripting
Topic: usb detection
Replies: 1
Views: 4394

Re: usb detection

Very nice script! Simple and effective.
by Chris T.
Tue Feb 13, 2018 3:46 pm
Forum: Scripting
Topic: datalogger change name of curve while logging
Replies: 1
Views: 4128

Re: datalogger change name of curve while logging

geomariolis, Unfortunately this can not be done using the built in legend this text is in a compiled element, however you could easily accomplish this by building your own legend popup. Instead of having the button call the trendviewer legend have it call a popup screen with a string and the value. ...
by Chris T.
Tue Feb 13, 2018 2:40 pm
Forum: Controller Communication
Topic: ix HMI read zeros
Replies: 1
Views: 4159

Re: ix HMI read zeros

Maj,

This sounds like a communications issue. How are you communicating with the devices?

Are there any Alerts in the upper left hand corner?

Have you verified the data at the VFDs etc.? and seen that they are not actually 0?

Has the PLC "lost" its program?

Thanks,
by Chris T.
Tue Feb 13, 2018 2:37 pm
Forum: Controller Communication
Topic: OPC Classic / IX/Arduino
Replies: 1
Views: 4488

Re: OPC Classic / IX/Arduino

tomtom,

Can you show any images of your OPC client configurationg?
by Chris T.
Tue Feb 13, 2018 2:36 pm
Forum: Application Development
Topic: Ip Camera streaming witch X2 PRO
Replies: 2
Views: 5091

Re: Ip Camera streaming witch X2 PRO

kingnoboru,

It is possible although our panels technically only support some Axis Cameras. I believe the big caveat is that it has to support h.264. Is there a specific camera you are looking to use?

Hope this helps,
by Chris T.
Tue Feb 13, 2018 2:32 pm
Forum: Controller Communication
Topic: Reject VNC
Replies: 2
Views: 5287

Re: Reject VNC

Hi Kim,

We might be able to accomplish this by programmatically closing the port or "killing" the VNC process. One thing you may want to consider though is that due to VNC being essentially a clone of the desktop, any popups we show the operator will also be visible to the VNC client.