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

Pages: 1 [2] 3 4 ... 43
16
Open Discussion / Re: ReadUDT Size
« on: November 15, 2023, 04:16:10 PM »
Can you share the UDT to see If I can read it.?

17
Support Questions / Re: EPPlus New Version License
« on: October 17, 2023, 04:24:14 PM »
It's been 4 years since v5.
There were performance improvement, bug fixes, added features ...
It's probably a good idea to use the latest version 6.x.
Simply add the license context.

18
Support Questions / Re: Do-More BRX EthernetIP?
« on: October 15, 2023, 12:05:15 PM »
Do you have an example of SetAttribute?

19
Support Questions / Re: Do-More BRX EthernetIP?
« on: October 13, 2023, 03:01:02 PM »
Here is a link for the page in the manual that Archie referred to: 
https://cdn.automationdirect.com/static/manuals/brxuserm/brxuserm.pdf#page=799

Perhaps, you can use the Molex tools to poke around and see the data as well:
https://tools.molex.com/webdocs/mysst/EIP%20Tool%20v2.6.1.zip

20
Support Questions / Re: Error handling in form controls
« on: September 19, 2023, 04:09:17 PM »
I am sorry that I had to ask.
There were some crazy posts recently where they have a micrologix PLC and use the Compactlogix driver.



I tested with v3.99y Beta38 and a ML1400, have a basic indicator tie to flasher timer T4:0/TT.
I then unplug the cable and saw the same error.

MfgControl.AdvancedHMI.Drivers.Common.PLCDriverException: 'No response from Forward Open'

You can also see this error by using a wrong IP address as well.

Next,  I tested w a CLGX, unplug and I only see the normal 'No response from PLC'

21
Support Questions / Re: Error handling in form controls
« on: September 18, 2023, 09:09:07 AM »
"Until I sort out the runtime error with the MicroLogix, I'm just using the CompactLogix driver."

what is the actual PLC?

22
Open Discussion / Re: Advenced HMI rs232 scale weighing
« on: September 08, 2023, 09:19:41 PM »
How do you connect the 10 scales to your PC?

23
Support Questions / Re: Basic help with Allen Bradley UDT
« on: September 02, 2023, 09:46:17 AM »
Any reason for not using the latest version 3.99y which supports the ReadUDT?

24
Support Questions / Re: Basic help with Allen Bradley UDT
« on: September 01, 2023, 02:24:53 PM »
I do that too!

The memory base in RSLogix 5000 is a 32-bit data type.
A single BOOL UDT or an array of BOOL[32] UDT  have the same size as one DINT.
And the next BOOL after 32 will increase the UDT size  to 2 DINT

25
Support Questions / Re: Basic help with Allen Bradley UDT
« on: September 01, 2023, 11:38:32 AM »
Any reason for not using the latest version which supports the ReadUDT?

26
I just noticed the wiki page does not have the MesssageDisplayByValue.  Would you please add it in. TIA.

https://advancedhmi.com/documentation/index.php/Special:AllPages


27
Support Questions / Re: Rotational Indicator Counter
« on: August 31, 2023, 10:41:17 AM »
This is what I have for determine rotational direction:

         0/360

  90               270

         180

Code: [Select]
CCW = ((Target>Current) AND (Target-Current < 180)) OR ((Current>Target) AND (Current-Target>=180))

CW = ((Target>Current) AND (Target-Current >= 180)) OR ((Current>Target) AND (Current-Target<180))

Say you are at 90, want to move to 180. My brain can easily tell that to move CCW for shortest distance, but for machine, it needs to do some calculation first.

28
Application Showcase / Re: Data Tracking
« on: August 24, 2023, 07:43:40 AM »
Nice job. I think the key here is the visualization helps the situation.
The question here is why 5 minutes? I could have done it within 3 minutes. ;D

29
I still did not get your big picture.
It  appears that you have a flowmeter device that either measuring gas/liquid. The device has a built in DDE Server , but the manual also mentioned other interfaces like EtherCat, Ethernet/IP, DeviceNet, Profinet, modbus ...

Anyway, I don't really see how this becomes an issue for AAHMI support. Perhaps, more appropriately to post it in the Open forum.
You should check into using the NDDE library, it will do what you want.

30
Can you give us the big picture of what you are trying to accomplish here? do you have a PLC? type of PLC ? type of device?

Pages: 1 [2] 3 4 ... 43