Search found 15 matches

by MatthewMunoz
Wed Jul 26, 2017 3:55 pm
Forum: Application Development
Topic: Restoring an object after "Hide selection"
Replies: 1
Views: 6475

Re: Restoring an object after "Hide selection"

Hello Sergei,

If you look in the object browser, you will see that the hidden object has a dot next to it as below (AnalogNumeric9 is hidden).
hidden.PNG
hidden.PNG (11.06 KiB) Viewed 6468 times
Click on the circle that looks different and the object will be visible again.

Cheers,

Matt
by MatthewMunoz
Tue Jul 25, 2017 4:05 pm
Forum: Scripting
Topic: Reusable function to toggle bit
Replies: 2
Views: 8359

Re: Reusable function to toggle bit

Thank you Adam, I appreciate your help. The project I am working on has about a dozen INT tags that need manipulation on the bit level. I made one script for each tag and only pass in the bit number. That way the script call can be set up and modified from the Action menu, which will make the repeti...
by MatthewMunoz
Mon Jul 24, 2017 10:29 pm
Forum: Application Development
Topic: snap and arrow keys on V2.30
Replies: 1
Views: 7511

Re: snap and arrow keys on V2.30

Hi,
I don't know if this will help, but you can turn the snap off pretty easily. If you right-click on the background of a screen and select grid a dialog box will come up. On that box you can select how you want the snap to work (or not).

Cheers,

Matt
by MatthewMunoz
Mon Jul 24, 2017 10:20 pm
Forum: Scripting
Topic: Reusable function to toggle bit
Replies: 2
Views: 8359

Reusable function to toggle bit

Hello, I know from previous posts that I can toggle a bit in a tag using: Globals.Tags.myvar.Value ^= 1 << 5; I would like to be able to do this using reusable code which can be called using the "Run Script" action when I click on a button. I have put the following into a Script Module: public int T...
by MatthewMunoz
Tue Jan 03, 2017 10:19 pm
Forum: Application Development
Topic: Import Aliases
Replies: 1
Views: 7189

Import Aliases

Hello, I really appreciate the ability to import/export tags, text groups, alarms, etc. Is there any approved way to import/export aliases and their instances as well? It looks like it is possible to edit the .neoxaml - I added an instance to an existing 100-tag alias and it still works in simulatio...
by MatthewMunoz
Thu Feb 21, 2013 4:57 am
Forum: Controller Communication
Topic: iX T15C communicate with GE Fanuc RX3i
Replies: 1
Views: 7956

iX T15C communicate with GE Fanuc RX3i

Hello, I am working on a project that will require an interface between my PLC (Siemens S7-1215C) and a GE Fanuc RX3i for some basic data exchange. I know that there is no problem with the iX talking to the S7 on Ethernet (Profinet), but I have no experience with the Fanuc and most likely will not h...
by MatthewMunoz
Mon Feb 11, 2013 3:34 pm
Forum: Controller Communication
Topic: Micrologix Ethernet Problem
Replies: 5
Views: 13723

Re: Micrologix Ethernet Problem

Hi Mark,

Thank you again. That was the problem. It didn't make a difference with the Siemens driver, but it did with the A-B. It is working fine now.

Best regards,
Matt
by MatthewMunoz
Sat Feb 09, 2013 5:58 pm
Forum: Controller Communication
Topic: Micrologix Ethernet Problem
Replies: 5
Views: 13723

Re: Micrologix Ethernet Problem

Hi Mark, Thank you for your message. The program I was using for testing was one with only the three PLC tags and one internal tag I mentioned, one screen with three buttons and a numeric entry field. Only the numeric entry and the internal tag worked. I have since tried: -all valid permutations of ...
by MatthewMunoz
Thu Feb 07, 2013 4:55 pm
Forum: Controller Communication
Topic: Micrologix Ethernet Problem
Replies: 5
Views: 13723

Micrologix Ethernet Problem

Hi, We are developing an HMI application using an iX-T12C connected to a Micrologix 1500 via a Allen-Bradley DF1 to Ethernet/IP adapter. We are using the Micrologix Ethernet 5.04.00 protocol. We want to be able to read and write using bit and integer tags (button with toggle tag on click for bits, a...
by MatthewMunoz
Thu Nov 08, 2012 5:56 pm
Forum: Application Development
Topic: Commas between thousands
Replies: 2
Views: 6225

Re: Commas between thousands

Hello Mark,

Thank you for the prompt reply and sample code. It works perfectly.

Best Regards,

Matt