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

Pages: [1]
1
Support Questions / Re: Micro850 addressing
« on: November 17, 2015, 09:54:34 AM »
It looks like my problem was that I was addressing the I/Os directly. I created a global variable and used that instead, and copied its value to the I/O in the PLC and it worked. Thanks!

2
Support Questions / Micro850 addressing
« on: November 16, 2015, 03:47:29 PM »
I'm just trying to get started by creating a simple "hello world" program.

My PLC is programmed so that when input 20 goes high, output 16 goes high (a lights an indicator).

In AdvancedHMI, I have a button and an indicator. The button's PLCAddressClick is set to _IO_EM_DI_20 and the indicator's PLCAddressSelectColor2 is set to _IO_EM_DO_16.
I have also tried using aliases (SENSOR/LED_WHITE) and traditional addressing (I1:20) etc.

When I click the button I get CIP Error Path destination unknown. Manually setting I20 high does not colour the indicator (but it does light my LED).

Thanks for your help.

Pages: [1]