Jump to content

Vivek Bhojan

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by Vivek Bhojan

  1. But my requirement is, in a single cell, I should have two lines. Line 1 = Channel Name - Medium Font, Line 2= Data-Bigger Font
  2. Creating 96 Clusters will make my block Diagram occupying more space.. Is it possible to use Table instead of 2D Array or Clusters. But the difficulty I felt was the font Size. I used the Multiline Input option in Table Enabled. But I am not able to adjust the Font Size for each Line...
  3. Hello Friends, For one of my project I have to use a Front Panel Control which displays Channel Name and Acquired Data. The control should able to display twenty Channels details, with Channel Name in First Line with medium Font size and Data in the Second Line with Bigger Font Size Twenty channels as mentioned above is not fixed... It can be varied run time, aything from 4 Channels to 96 Channels. Please suggest suitable control to be used which will satisfy the requirements. Using LabVIEW Version 7.1 Attaching an example image for reference
  4. Hi vugie, Thanks for your help.. As I am new to LabVIEW and C, I am not able to proceed with the details given. Can you please provide a simple logic based on the inputs given by me to continue further. Thanks,
  5. The IEC61850_Associate_Req function has a callback fuction Confirmation as one of its parameters. How do I implement the callback using the Call Library Function node int_stdcall Confirmation(LPCTSTR Msg) { printf("\n***Confirmation (callback)***\n%s\n", Msg); return 0; } result= IEC61850_Associate_Req(request.c_str(), Confirmation, response, 1024); if(result) { return result; } In the above program, request and response is an xml based strings. I am stuck in this logic for past one week.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.