NI Measurement Studio Idea Exchange.docx
《NI Measurement Studio Idea Exchange.docx》由会员分享,可在线阅读,更多相关《NI Measurement Studio Idea Exchange.docx(24页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、NIMeasurementStudioIdeaExchange8KudosFixcolorselectionalgorithminplotgenerationStatus:NewSubmittedbykvermeeron10-07-201609:34AMCommentIfyougeneratemultipleplotsonaScatterGraphinWindowsFormsusingthedesigner,theyareautomaticallycolored.Oneofthecolorsisrepeated.Thelistisasfollows:1.Lime2.Red3.Blue4.Cya
2、n5.Yellow6.Fuchsia7.Gray8.DarkBlue9.Green10.Violet11.DarkGoldenrod12.DarkCyan13.DarkMagenta14.DarkOrange15.DeepPink16.DarkViolet17.DodgerBlue18.Chocolate19.MediumAquamarine20.SkyBlue21.IndianRed22.Plum23.Silver24.Gold25.Salmon26.Maroon27.YellowGreen28.IndianRed29.Tomato30.SteelBlue31.Bisque32.DarkKh
3、akiThisselectionhasalengthof32differentcolorsbeforeitbeginsrepeating.Itdoesafairlygoodjobofchoosingcolorswhichcanbeindividuallydistinguished,exceptforourtwotechswhoarecolorblind.butthatsanotherstory,andIdontthinktheresawaytodisplay32plotsononegraphinawaythatwontatleastconfuseevennon-colorblindpeople
4、.However,oncloserinspection,youllnotethanplot21andplot28arebothIndianRed.Theseshouldbeseparatecolors.Perhaps28couldbeDimGrayorLightGray?Therearentmanyotheroptions.Hereisanimageforcomparingthecolors:Eachlineshouldbedistinguishable.Thesearenot:AndhereisthecodeIusedtogenerateit:inttotal_colors=32;scatt
5、erGraph1.Plots.Clear();for(inti=0;i=total_colors-1;i+)scatterGraph1.Plots.Add(newNationalInstruments.UI.ScatterPlotLineWidth=6);scatterGraph1.Plotsi.PlotXY(newdouble0,5+i*2,5+total_colors+i*2,10+3*total_colors,newdoubletotal_colors-i,total_colors-i,-i,-i);Labels:WindowsFormsControls17KudosUpdatethe3
6、DGraphControlStatus:NewSubmittedbyrogerthaton04-10-202109:16PM4CommentThe3DChartcontrolneedstobeupdatedtothe.Netplatform.InadditionitwouldbenicetohavethewaterfallfunctionalityincludedinLabview.Labels:VisualStudioIntegrationWindowsFormsControls11KudosCAN,XNETSupportStatus:NewSubmittedbyGUROon08-17-20
7、2110:26AM2CommentHello,IwouldliketohavetheNI-CAN,NI-XNETsupportintegratedintothenextversionofNIMeasurementStudio.WhythiskindofdevicesonlyhaveanoldstyleCLibrary?CouldbemoreusefultohaveclassesonC+and.NETBestregardsRobertoGuerzoniLabels:NetworkCommunicationTags:CANXNETViewAll(2)4KudosProvideaSmithChart
8、plotcontrolforMeasurementStudioStatus:NewSubmittedbybreinosoon05-19-201604:21PMCommentInordertohelpdebugandpresentmeasureddata,itwouldbenicetohaveaplottoolthatcandisplaysmitchchartplots.ItcouldtakeinthedataasanarrayorDataTableofimaginarynumbers.AddedbonuswouldbetoprovidemethodstoconvertImpedancetoAd
9、mittanceandtoalsoprovidecolorscalebasedona3rdparameter(forexampletoplotimpedanceandgaininthesameplot).Labels:WindowsFormsControlsWPFControls9KudosreintroducepropersupportforVisualC+Status:NewSubmittedbyPhilRon03-26-202112:05PMCommentThetitlesaysitall.Labels:DriverAPIsVisualStudioIntegration6KudosRev
10、iveCWGraph3DStatus:NewSubmittedbyFoxGroveon03-27-202111:40AM1CommentWearelimpingalongontheancientcomponentsworks3Dgraphthatdoessufaceplots.Anyplanstomoveitoutofthe90s?Labels:WindowsFormsControlsWPFControls6KudosVerticalgraph/chartcontrolStatus:NewSubmittedbyHotRod66on11-13-202110:34AM1CommentLogchar
11、tssuchastheonespicturedinthescreenshotIattachedarecommonintheoilindustry.ManyoilcompaniesuseNIequipmentandwriteLabViewandMeasurementstudiobasedsoftware.Thecollecteddataisoftenplottedinlogcharts.ItwouldbeniceifNIwouldconsiderofferingaverticalgraphcontrolinbothMeasurementStudioandtheLabViewproducts.Lo
12、gChartsCapture.JPG202158KBLabels:WindowsFormsControls5KudosAddabilitytoeasilycreatebootstrapperapplicationtoinstallrequiredMStudioDLLsforClickOncedeploymentStatus:NewSubmittedbyJohn_Kon03-20-202111:56AM1CommentDistributingapplicationsviaClickOnceisafastandeasywaytodeployapplicationstoclientsallover.
13、However,abootstrapper(:/digital.ni/public.nsf/allkb/148A815DF9379F8786257560005DB06A)isneededtoinstalltherequiredMStudiofilesintotheGAC.PleaseprovideaworkingexampleforVisualStudio2021/2021ofabootstrapperthatdoesthis,sowecanjustdeploytheapplicationandupdatesviaClickOnce.Labels:DistributingApplication
14、s5KudosPleaseaddtheAdvancedDataScalingmethodstoMeasurementStudioStatus:NewSubmittedbyCodeRunner50on03-03-202108:40AMCommentIwouldliketoseethefollowingmethodsfromLabWindows/CVIandLabviewaddedtotheMeasurementStudioTDMS.TheCreateLinearScalingInfowouldbethemostusefultomewhenconvertingfromotherdataformat
15、stoTDMS.IreallylikebeingabletokeepunscaleddatawiththescalefactorsandhavingthedataautomaticallyscaledwhenreadingwithTDMSlibraries/dlls.MethodsfromLabWindows/CVIAPIAdvancedDataScalingCreateLinearScalingInfoTDMS_CreateLinearScalingInfoCreatePolynomialScalingInfoTDMS_CreatePolynomialScalingInfoCreateThe
16、rmocoupleScalingInfoTDMS_CreateThermocoupleScalingInfoCreateRTDScalingInfoTDMS_CreateRTDScalingInfoCreateTableScalingInfoTDMS_CreateTableScalingInfoCreateStrainScalingInfoTDMS_CreateStrainGageScalingInfoCreateThermistorScalingInfoTDMS_CreateThermistorScalingInfoCreateReciprocalScalingInfoTDMS_Create
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- NI Measurement Studio Idea Exchange
限制150内