News:

  • July 27, 2026, 08:53:45 AM

Login with username, password and session length

Author Topic: Indusoft and Do-More Driver  (Read 13811 times)

ddubs2248

  • Sr. Member
  • ****
  • Posts: 64
Indusoft and Do-More Driver
« on: April 08, 2019, 09:39:49 PM »
Has anyone had any success with User Data Type imported into Indusoft v8.1 SP3?  I believe I exported my .csv correctly (Without Structure).  I have tried two methods and neither has worked.

Method 1 - DoMore Driver on the comm tab [CSV File Name:]<IP Address>[:Port Number]

Method 2 - Using IWS tag integration

I have a UDT called TransducerStruct that contains (Span_High, Span_Low, Display, etc.) and then a user memory block defined as PT0-19.  I am trying to show the value of PT1.Display on the screen.  The tag integration method pulled in my transducerstruc and allows my to select DEV.PT1.Display, but no display is shown...just get the ?????  :-\

If anyone has had success please let me know.  So far it just mainly seems to be that my tags from the UDT do not have GOOD quality. 

amos

  • Full Member
  • ***
  • Posts: 39
Re: Indusoft and Do-More Driver
« Reply #1 on: April 08, 2019, 11:43:19 PM »
I would think it's not available. I did an application with indusoft and at the time it wasn't available.

ddubs2248

  • Sr. Member
  • ****
  • Posts: 64
Re: Indusoft and Do-More Driver
« Reply #2 on: April 09, 2019, 06:40:17 AM »
I think it is. I?m going to try one thing this morning and I?ll post up if I was successful or not.  I found a YouTube serious from AD about the point of view software doing exactly this.  Point of View is basically ADs branded indusoft.

ddubs2248

  • Sr. Member
  • ****
  • Posts: 64
Re: Indusoft and Do-More Driver
« Reply #3 on: April 09, 2019, 12:14:33 PM »
So far no luck.  I am doing exactly what they are doing in the video, but I keep getting Invalid address (34). 

ATU

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 2126
  • YKPAIHA
    • ATU, Inc.
Re: Indusoft and Do-More Driver
« Reply #4 on: April 09, 2019, 12:27:21 PM »
Are there any arrays or strings imported as part of the UDT?

ddubs2248

  • Sr. Member
  • ****
  • Posts: 64
Re: Indusoft and Do-More Driver
« Reply #5 on: April 09, 2019, 12:37:27 PM »
No.  I did have a task that initialized all my transducers by using indirect addressing.  Used a FOR loop and stepped through PT1 - PT3 and initialized all the SpanHigh, SpanLow, AnalogHigh, AnalogLow values.  I just changed my program thinking that might have been the problem to have the task only initialize PT1 (SpanHigh, SpanLow, etc.). 

I have included screen shots of my PT_Struct and the memory block I created.  I am also exporting my .csv every time to ensure every change I make is being transferred to IWS. 

However, when I use my I/O address (in Indusoft) of PT1.AnalogLow it just returns ????.  It sees my PT_Initialize.Done (Heap Item) just fine.

ddubs2248

  • Sr. Member
  • ****
  • Posts: 64
Re: Indusoft and Do-More Driver
« Reply #6 on: April 09, 2019, 02:07:03 PM »
Well I have tried everything....

Created a new UDT structure with only one item
Created a new user memory block
Created a new user heap item
Created a nickname for said user memory block and heap item and tried to reference tag by nickname
Used the station name with the csv path as shown in the video
Used the station name with the full csv path

It does not appear that you can grab any user defined data types in IWS 8.1 sp3. 
If I mapIO then I can change to a D0 or R0 memory location and pull it directly in, so I guess I will have to do that for this project...bummer

ATU

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 2126
  • YKPAIHA
    • ATU, Inc.
Re: Indusoft and Do-More Driver
« Reply #7 on: April 09, 2019, 02:47:07 PM »
So its on the export from DMD to your HMI package. Sorry, did not quite understand. Not familiar with Indusoft.
I am doing a similar thing with my HMI, but mapping blocks of setup data in the HMI to Modbus registers and then reading a block at a time and loading it into a UDT array.

ddubs2248

  • Sr. Member
  • ****
  • Posts: 64
Re: Indusoft and Do-More Driver
« Reply #8 on: April 09, 2019, 04:26:07 PM »
Indusoft is looking into this on their end.  The timer structures work fine, so I do not see why a User Defined does not.  But I will post up any feedback once I receive it!

ADC Product Engineer

  • Hero Member
  • *****
  • Posts: 270
Re: Indusoft and Do-More Driver
« Reply #9 on: April 10, 2019, 09:31:49 AM »
Not sure if Indusoft has updated their driver, but the original driver did not support the user defined structures.

ddubs2248

  • Sr. Member
  • ****
  • Posts: 64
Re: Indusoft and Do-More Driver
« Reply #10 on: April 10, 2019, 10:57:33 PM »
Well good news is, indusoft could recreate it on their end. The newest driver does support UDTs, so they are escalating it up to the development group. I?ll keep you posted once I hear feedback.

ddubs2248

  • Sr. Member
  • ****
  • Posts: 64
Re: Indusoft and Do-More Driver
« Reply #11 on: May 24, 2019, 04:45:17 PM »
Just as an update, they are still working on adding this functionality.  Evidently their DOMOR driver manual is incorrect and they do not support UDTs, head items, etc.  They are working on updating the driver to include these features, but they have not determined a delivery date.... :-\