Search found 14 matches

by robkwan
Fri May 22, 2015 9:36 am
Forum: Controller Communication
Topic: iX and Modbus slave
Replies: 1
Views: 11618

iX and Modbus slave

QTerm-A12 with the latest iX. The A12 connects to an embedded controller with Modbus serial to exchange data. The A12 is the slave; the iX Modbus driver is Modbus Slave 4.16.02. The embedded controller is the master. A holding register is incremented at fixed rate by the master. The A12 checks this ...
by robkwan
Tue Aug 12, 2014 8:28 am
Forum: Application Development
Topic: Catch mouse events from Listbox
Replies: 4
Views: 7284

Re: Catch mouse events from Listbox

Nice trick. But my project is unable to run/simulate on the iX IDE because it throws exception during project opens, due to the WinCE stuffs. The project has multiple screens. I can ignore the screen with the WinCE specific code but want to test other screen from the IDE. Is there a CF version direc...
by robkwan
Fri Aug 01, 2014 1:35 pm
Forum: Application Development
Topic: are you missing an assembly reference?
Replies: 1
Views: 5754

are you missing an assembly reference?

Target is iX on A12, WinCE

I added the listview control via the "Add Additional Controls" in the "Objects" menu group.

I added listView1_DrawItem event, Intellisense sees System.Windows.Forms.DrawListViewItemEventArgs.

But the compiler doesn't. How to fix this?
by robkwan
Tue Jul 29, 2014 7:22 am
Forum: Application Development
Topic: Disable button beep
Replies: 2
Views: 5712

Re: Disable button beep

Yes, but that is for everything.
My application has a few buttons, the disable state is controlled by tags. I don't want the beep when the disabled button is pressed.

How to do that?
by robkwan
Mon Jul 28, 2014 8:51 am
Forum: Application Development
Topic: Disable button beep
Replies: 2
Views: 5712

Disable button beep

I have button1 disabled, but the click is still active when pressed.
How to disable the button click beep?
by robkwan
Thu Jun 19, 2014 9:50 am
Forum: Application Development
Topic: Determine the selected alarm status
Replies: 1
Views: 4264

Re: Determine the selected alarm status

With reference to this http://beijerinc.com/support/ix/forum/viewtopic.php?f=4&t=1691 I can only mimic the Alarm Indicator red color and off in a custom indicator. I can't do the green color. I need to know the alarm state to include the green color. Any idea how to fully simulate the Alarm Indicato...
by robkwan
Wed Jun 18, 2014 3:09 pm
Forum: Application Development
Topic: Determine the selected alarm status
Replies: 1
Views: 4264

Determine the selected alarm status

How to determine the selected alarm has been Acked or not using script?
by robkwan
Tue Apr 22, 2014 7:38 am
Forum: Application Development
Topic: Alarm Indicator
Replies: 4
Views: 8057

Re: Alarm Indicator

That got rid of the Alarm Indicator. Thanks If the "Repeat Count" is unchecked, the same alarm appears multiple times. If the "Repeat Count" is checked, the same alarm appears once with a count appended to the description. Is there any trick to prevent iX from append the alarm count to the descripti...
by robkwan
Thu Apr 17, 2014 1:47 pm
Forum: Application Development
Topic: Alarm Indicator
Replies: 4
Views: 8057

Re: Alarm Indicator

I tried, the Alarm Indicator still appears. See the attachment on the "Alarm Indicator" I am referring to.

Also, the Alarm Viewer object is of the type AlarmViewerCFAdapter rather than the AlarmViewer type, the CFAdapter version has minimum properties and methods.
by robkwan
Thu Apr 17, 2014 9:06 am
Forum: Application Development
Topic: Alarm Indicator
Replies: 4
Views: 8057

Alarm Indicator

The Alarm Viewer activates the Alarm Indicator. I want to replace the Alarm Indicator with a my own icon (colored circle etc) that changes color and at a fixed position. The Alarm Indicator doesn't blend in with the look and feel of my application. The Alarm Indicator doesn't seem to be scriptable. ...