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

Pages: [1] 2 3 4
1
Open Discussion / Re: Forum Entry Bug
« on: May 07, 2019, 07:53:11 PM »
I use www.advancedhmi.com/forum/

Never had a problem using Firefox

2
Open Discussion / Re: Anyone have a micro 820 working? Looking for tips
« on: December 16, 2017, 12:49:51 PM »
See the attachment to see how you can use real world I/O and internal Global Variables in the ladder.

3
Open Discussion / Re: Anyone have a micro 820 working? Looking for tips
« on: December 14, 2017, 06:30:26 PM »
As Archie stated earlier you need to create a Global Variable in the CCW project. Then in the AdvancedHMI software use the Micro800 driver and a Label with the Global Variable. I have used this driver with the CCW and 820 with no problems. DO NOT add a Panelview to the project as you do not need it.

4
Open Discussion / ControlLogix as a gateway to PLC 5
« on: June 09, 2016, 06:12:23 PM »
Does the current CLX driver support the ControlLogix as a gateway? I need to connect to a PLC5 that is connected to the network via Ethernet and DH+ in a standalone Logix rack.

5
Support Questions / Re: ChartByArray
« on: February 14, 2016, 05:11:52 PM »
Thanks Archie, I wasn't clear on the PLC tags you had in the control properties. Your comments and Godra directing me to another post has cleared it up.

6
Support Questions / ChartByArray
« on: February 14, 2016, 03:45:08 PM »
Can you elaborate more on using the ChartByArray trend control?

7
Support Questions / Re: trend chart overview
« on: February 14, 2016, 03:41:28 PM »
Would you be willing to share this code? I need to graph temperature data points and be able to scroll back and forth for historical data.

8
Open Discussion / Re: AHMI ModbusTCP on DL05
« on: January 08, 2016, 08:42:05 PM »
You can add an H0-ECOM100 Ethernet Comm Module to the DL05 and it supports ModbusTCP.

9
Support Questions / Re: Check PLC is in Remote run mode
« on: December 30, 2015, 10:01:18 PM »
You will need to use the GSV instruction to get the values out of the controller. In the GSV instruction you will use the CONTROLLERDEVICE as the class name and then use Status as the Attribute Name. You can store the results in an array you create with a name of your choice. I have attached a picture to show the bit numbers that you can access to get the results you need.

10
Open Discussion / Re: What would you like to see in the next major release?
« on: September 26, 2015, 02:11:18 PM »
It would be nice to import tags that are exported from the ControlLogix and CompactLogix platforms. Then have them available to select from the controls with a drop down list.

11
Support Questions / Re: ModbusTCP reading float register
« on: June 09, 2015, 03:25:22 PM »
It was line 467 in my code (version 3.98n) and when I replaced the current code it fixed the issue. I will continue testing. Thanks

12
Support Questions / Re: ModbusTCP reading float register
« on: June 09, 2015, 02:48:59 PM »
I am reading a long from 400001-400002 and reading a float from 400003-400004

13
Support Questions / Re: ModbusTCP reading float register
« on: June 09, 2015, 02:36:25 PM »
After doing these changes the label displays 0 and does not change. It still allows me to write to the tag.

14
Support Questions / Re: ModbusTCP reading float register
« on: June 09, 2015, 01:23:54 PM »
After changing it to 1 it works correctly.

15
Support Questions / Re: ModbusTCP reading float register
« on: June 09, 2015, 12:51:49 PM »
I meant to say yes, it works correctly with only one label.

Pages: [1] 2 3 4