RE: Generic UI question

2004-06-22 Thread Eric Scott
event. I created some code, I will send it to you privately. Eric -Original Message- From: Xavier Michalet [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 1:47 PM To: Eric Scott Cc: Paul F. Sullivan; [EMAIL PROTECTED]; George Gatling (Contractor) Subject: Re: Generic UI

RE: Generic UI question

2004-06-21 Thread Eric Scott
I don't believe that is the case. You should be able to create the queue outside your top-level vi, and pass the queue refnum to the subvi. In the subvi, you would use enque element and in the top level vi dequeue element. The dequeue just waits until something appears in the queue, then acts

RE: Changing the Serial Port settings on a FP-2000

2004-05-27 Thread Eric Scott
on the local device (my computer). Maybe an .ini file on the unit? I will try that next... Thanks, Eric -Original Message- From: Alex Le Dain [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 6:26 PM To: Eric Scott Cc: [EMAIL PROTECTED] Subject: Re: Changing the Serial Port

Changing the Serial Port settings on a FP-2000

2004-05-25 Thread Eric Scott
Good morning everyone.. Are the Fieldpoint FP-2000's serial port setings able to be changed? I tried seaching through the archives and the user manual with no luck. I have also tried to use an embedded initialize serial port vi with the desired settings but it doesn't take. I have been

RE: Intelligent Stepper Drives

2004-05-18 Thread Eric Scott
to communicate with it. Check it out at: http://www.animatics.com/ _ Eric Scott Chemical Process Engineer Axelgaard Manufacturing Co. [EMAIL PROTECTED] -Original Message- From: George Gatling (Contractor) [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 11:42

RE: Watlow 96 Controller

2004-04-24 Thread Eric Scott
I have a Modbus 8RTU CRC generator if needed. Let me know if interested. I don't know if it will work with Modbus 7 ASCII, as I have never used that protocol. -Eric _ Eric Scott Chemical Process Engineer Axelgaard Manufacturing Co. [EMAIL PROTECTED] -Original

Enum as drop-down box

2004-03-25 Thread Eric Scott
an enum with several items in it, and place it at the very top of the screen. Thanks in advance! Eric Scott

RE: Event structure with FieldPoint

2004-03-10 Thread Eric Scott
, but when you disconnect you want a way to remotely trigger the events; dynamic events do this nicely. There might be a way to use vi server to remotely change the value of a button and thus triggering an event, but I haven't tested this method. Eric Scott -Original Message- From: Neville

Programatically Changing Cluster Size

2004-01-08 Thread Eric Scott
Array-to-Cluster function. Is this possible? BTW: I can't just start with a FP array because I need the ability to know programatically which element the user clicked on. This is easy to do with clusters. Thanks, Eric Scott