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 - Ridge

Pages: [1]
1
Support Questions / Re: Circular Progress Bar
« on: June 20, 2018, 10:47:38 AM »
Pretty sad that I didn't see that.  Most of the controls will add a ComComponent automatically if one doesn't exist.  Not sure if this one does or not, I can't remember.  Sounds like this control needs tweaked in a few areas.

In my case it did add the ComComponent automatically.

I'm still curious as to why this happened, I will see if I can replicate the conditions that lead to the error.

Many thanks for your help.

2
Support Questions / Re: Circular Progress Bar
« on: June 19, 2018, 08:16:40 PM »
I just tried and I can enter any value I want.  It's a string so it should accept anything you enter.  However, I will say that I don't see a way to bind to a driver, so that's a problem, assuming you have more than one on a form.
Under Miscellaneous (Misc) there is an option called ComComponent, there is where you assign the driver. Just out of curiosity I changed the option to none and sure enough it allowed me to enter address 40001 with no errors. I then tried changing the driver back to Modbus TCP  and what do you know? It is now working!

I deleted the Circular bar component, introduced a new one, entered address 40001 and the error no longer appears.

So don't know what the issue was, but I seem to remember that when I was getting the error there where no options under the PLC Address Value field and after what i did, mentioned above, I now see several options.

Whatever it was it seems to be working now.

3
Support Questions / Re: Circular Progress Bar
« on: June 19, 2018, 11:09:50 AM »
Since you are kind of experimenting, maybe download the latest 3.99y beta version of AHMI and as a first test just put CircularProgressBar on the form and try to assign an address.

I'll give it a try, although it will be sometime tomorrow.

4
Support Questions / Re: Circular Progress Bar
« on: June 19, 2018, 11:08:24 AM »
What is the address you are trying to enter?

Try just 400001, or something similar.

Yes, that is precisely the type of address I tried. I tried a few others like:

 - 400003 (Integer)
 - 428673 (Float)
 - 416385 (2 word integer)
 - 149153 (Bit [Counter])

Previous to the circular progress bar I tried the Panel Meter (address 40001) and Bar Level (address 40002) components and had no issues with addressing.

5
Support Questions / Re: Circular Progress Bar
« on: June 18, 2018, 07:28:45 PM »
Thank you for the reply.

Yes, its during design. After the error the PLC Address Value field is cleared. I can go into runtime but since there is no address we get no value.

6
Support Questions / Circular Progress Bar
« on: June 18, 2018, 02:44:31 PM »
First time posting.

Working on my first project. I have been trying out a few of the components to get a feel on how to use them in our project.
So far I have gotten around the issues I have encountered by consulting this forum (thanks to all!). However, I haven't been able to figure out the circular progress bar. Specifically, every address I have tried for the PLC address value has resultes in a "Property Value is not Valid".

We are using an Automation Direct Click PLC with Modbus TCP communications.

I figure I'm doing something wrong but haven't been able to pinpoint the issue and have not been able to find any reference to this.

Any help is appreciated.

Pages: [1]