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

Pages: [1]
1
Support Questions / Re: Sub forms/pages remove the X button
« on: April 13, 2018, 03:32:49 PM »
If memory serves correctly, you can use this in your pages so that when they are closed it reopens the main form. This way, the main form must be closed to "X" the application. I went through this same thing a while ago and this solved my problems.


    Private Sub Page2_FormClosing(sender As Object, e As EventArgs) Handles MyBase.Closing
        AdvancedHMI.MainForm.Show()

    End Sub

2
Open Discussion / Re: RsLinx - Rswho failure
« on: January 10, 2018, 01:04:48 PM »
I just got impacted by this as well and am uninstalling updates to try to resolve. Here's a link to the above mentioned article from rockwell.

https://rockwellautomation.custhelp.com/app/answers/detail/a_id/1071234#

3
Support Questions / Re: EthernetIPforCLXCom1 "Invalid Tag"
« on: April 01, 2015, 07:30:59 AM »
The patch fixed all the issues with the program scope tags, working well now. Thanks!

4
Support Questions / Re: EthernetIPforCLXCom1 "Invalid Tag"
« on: March 28, 2015, 03:36:55 PM »
I'm having the same issue with the "invalid tag" using program scope tags when trying to use v3.98c. Controller scope tags work just fine. Format is correct, it worked in earlier versions v3.84 for example.

I've tried the patch from above, it does not work and instead gives a new error. I have to put the old .DDL file back in to get the project to load at all. Any Advice?

Pages: [1]