Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - StefanA

Pages: [1] 2 3
1
Support Questions / ChartByArray
« on: February 03, 2017, 12:17:01 PM »
I'm trying out the ChartByArray feature and have some questions about it. Can the X axis be modified to display something else than the array index number. I take a reading every 10 minutes and would like the X axis to show that interval. First point 0 min, next point 10 min, 6th point 60 min and so on.

2
Support Questions / Chart by array
« on: August 20, 2016, 05:06:10 AM »
I want to use the Chart By Array function together with the Modbus protocol but I'm a bit confused about how to use i when it comes to the array part and the holding registers my samples are stored in.

3
Application Showcase / Re: AdvancedHMI Videos
« on: May 09, 2016, 01:16:26 PM »
Another home automation video featuring AHMI

https://www.youtube.com/watch?v=vvfrnNE-_UA

4
Application Showcase / Re: AdvancedHMI Videos
« on: May 08, 2016, 08:08:53 AM »
A small home automation project I been tinkering with

https://youtu.be/YBhX7msyT4A

5
Additional Components / Re: NumericUpDown as AHMI control
« on: April 24, 2016, 02:52:46 AM »
Hi Godra,

Nice component, excellent alternative to the keypad. Would it be possible to make it resizable? When running AHMI on a tablet it's a bit tricky to hit the right spot especially with my sausage fingers  :)

6
Support Questions / Re: Content in the immediate window of VB
« on: April 13, 2016, 02:11:03 PM »
The code have not stopped executing after I enabled the Common Language Runtime Exception. I attached a text file with the content of the output window after  running debug mode for a while.

7
Support Questions / Re: Content in the immediate window of VB
« on: April 03, 2016, 09:33:03 AM »
I managed to enable the exceptions function in VB Express 2010 with the help of the link you provided and some google searches  but I also decided to upgrade to VS community. So from here, I should check the box, Common Language Runtime Exceptions in the menu Debug->Windows->Exception Settings and then?

8
Support Questions / Re: Content in the immediate window of VB
« on: April 02, 2016, 05:09:11 AM »
hm, Now I feel stupid but I can't find that setting either. Can it have something to with deleted objects on the mainform? Have seen that even if the object is deleted from the form the VB code is still present?

9
Support Questions / Re: Content in the immediate window of VB
« on: April 01, 2016, 02:15:03 PM »
I only have 2 option under debug -> window: Output and Immediat. Can find Exception Settings. I'm using visual basic express 2010 and the device communicating with AHMI is a arduino board running the Mudbus library.

10
Support Questions / Re: Content in the immediate window of VB
« on: April 01, 2016, 12:48:06 AM »
oh, I'm using the modbus tcp driver and version 3.99d but this happens with other version too. Haven't though much about it since the project seems to work and no errors are present when building the project.

11
Support Questions / Content in the immediate window of VB
« on: March 31, 2016, 01:27:18 PM »
When running my AHMI project in debugging mode I get a lot of "alerts" in the immediate window of VB. What are they really about.  The project seems to work fine anyways.

12
Support Questions / Re: How to enter Time of Day
« on: March 09, 2016, 12:15:01 PM »
Hi,
Can this code you provided above:

ModbusTCPCom1.Write("40001",Now.Hour)
ModbusTCPCom1.Write("40002",Now.Minute)

be used as a substitute for a rtc. Instead of a button press the time would be written automatically every time Advanced Hmi updates.
I don't need any great accuracy just minute and hour.

13
Support Questions / Re: Using checkboxes
« on: January 26, 2016, 01:39:14 PM »
I'm not able to add the checkbox component. Errors are generated when I try to do that. I think I have the latest version of AHMI (3.99a) but I still use VB Express 2010. Can that be the problem?

14
Support Questions / Re: Using checkboxes
« on: January 25, 2016, 01:24:31 PM »
I'm using modbusTCPcom1

15
Support Questions / Using checkboxes
« on: January 24, 2016, 04:55:40 AM »
Hi,
I would like to use checkboxes to control modbus registers / coils as a alternative to buttons. E.g if checkbox1 checked then coil 00001 = 1. Is there a simple way to achieve this?

Pages: [1] 2 3