Search found 109 matches

by Chris T.
Mon Dec 23, 2019 5:30 pm
Forum: Ethernet and Serial Communications
Topic: Socket Communication Setup
Replies: 1
Views: 7643

Re: Socket Communication Setup

Hi Samir13k, Here is an example script you can use to create a socket and send data at an interval: ************************************************************** //-------------------------------------------------------------- // Press F1 to get help about using script. // To access an object that ...
by Chris T.
Mon Dec 23, 2019 5:24 pm
Forum: Application Development
Topic: XAML and Dynamic Properties
Replies: 1
Views: 3008

Re: XAML and Dynamic Properties

It is possible to dynamically change which tags are associated with objects using aliasing. We have also passed tags dynamically into objects on some event using C#.
by Chris T.
Mon Dec 23, 2019 4:24 pm
Forum: Hardware
Topic: VNC Refresh Rates for X2
Replies: 1
Views: 4804

Re: VNC Refresh Rates for X2

Hi d_reibelt, I know it has been quite a while since your post. Depending on how many tags you are using and what poll interval this could be causing your slow response. A 1 second delay is pretty significant. We could look this over with you if needed at well feel free to give us a call or email us...
by Chris T.
Mon Dec 23, 2019 4:21 pm
Forum: Scripting
Topic: Bar Code Printing using ZPL Commands
Replies: 2
Views: 5196

Re: Bar Code Printing using ZPL Commands

Hi Subho, This should be easy over serial. The simplest way would be to simply transmit the necessary ASCII commands over an open port. Attached is a serial example that demonstrates how to open a port and send characters. You should be able to massage this code to send whichever commands you need o...
by Chris T.
Mon Dec 23, 2019 4:15 pm
Forum: Scripting
Topic: IX Developer IDE AutoComplete - HUH
Replies: 2
Views: 2965

Re: IX Developer IDE AutoComplete - HUH

Hi dthomas,
This can be frustrating. An important thing to keep in mind is that when developing for the HMIs (X2,Tx, etc.) you are confined to the .net 3.5 framework. iX allows for interacting with all .net frameworks on your PC because PC targets can potentially support them.
by Chris T.
Mon Oct 21, 2019 10:38 am
Forum: Controller Communication
Topic: Micro830 communication with Beijer HMI T7F
Replies: 2
Views: 8590

Re: Micro830 communication with Beijer HMI T7F

While the modbus driver is a good substitute if you require serial, the ideal driver would be the Ethernet/IP driver under Allen Bradley. There are a few limitations that should be noted in the help file, found by going to Tags-Controllers-Settings-Help in iX, i.e. tags must be globally scoped to be...
by Chris T.
Mon Apr 02, 2018 5:13 pm
Forum: Application Development
Topic: Scaling from 15" to 7"
Replies: 1
Views: 6167

Re: Scaling from 15" to 7"

Kopitalk, This is a pain free process. First select project settings: http://beijerinc.com/support/ix/forum/download/file.php?mode=view&id=1015&sid=01c71c90d54a5c87cf345a4358cc6d64 Then change your target: http://beijerinc.com/support/ix/forum/download/file.php?mode=view&id=1014&sid=01c71c90d54a5c87...
by Chris T.
Mon Apr 02, 2018 5:05 pm
Forum: Application Development
Topic: Upload and download program to HMI
Replies: 1
Views: 7341

Re: Upload and download program to HMI

JPL, 1. When I download the program using a USB pen, will it automatically overwrite the actual running program? If there is an application already running it will ask you to confirm. I would recommend backing up the project that is running to a flash drive first. 2. I don't know with what version o...
by Chris T.
Mon Apr 02, 2018 4:51 pm
Forum: Hardware
Topic: Qterm-a7 registration
Replies: 1
Views: 11363

Re: Qterm-a7 registration

PylesT,

You can always contact us here at support with the serial number and we can look that panel up for you. Note: We can only do serial number lookups on the Q-Term panels.
by Chris T.
Mon Apr 02, 2018 4:43 pm
Forum: Application Development
Topic: Hour counter
Replies: 1
Views: 5456

Re: Hour counter

Erik, 1) Is there a limit in writing to "non-volatile" memory? Not really, i imagine you would store this in a 16 or 32 bit tag, that would be your constraint. 2) Is there a standard solution for an "hour counter" (I checked forums and help file but could not find anything). Typically i recommend ke...